Mein Server läuft über Bukkit auf Nitrado.
Ich komm einfach nicht mit den Plugins klar.
Hoffe ihr könnt mir anhand den Bildern die ich hier einfüge weiterhelfen.
1. Frage
Wieso steht da Minecraft 1.2_01 obwohl ich 1.3_01 habe?
Meine Version ist 424 soweit ich das auslesen kann, ist mit der Version alles ok?
Das sind meine Plugins, eigentlich will ich nur die verdammten Standard Befehle haben, wie /sethome /home /spawn etc. anscheinend braucht man alles? Ich bin eingetragen in der "ops.txt" aber irgendwie kann ich nichts machen, obwohl ich alles können müsste (/sethome etc.) aber wenn ich was eingebe wie zum Beispiel /spawn oder die anderen Befehle die von den Plugins aus kommen, passiert nichts, wie wenn es nicht aktiviert wäre..
Code:
############################################################
# +------------------------------------------------------+ #
# | EssentialsHelp | #
# +------------------------------------------------------+ #
############################################################
#Show other plugins commands in help
non-ess-in-help: true
############################################################
# +------------------------------------------------------+ #
# | EssentialsServerlist | #
# +------------------------------------------------------+ #
############################################################
# This is your server's mcserverlist.net API key. Register your server at mcserverlist.net if you haven't already.
mcsl-key: ''
############################################################
# +------------------------------------------------------+ #
# | EssentialsChat | #
# +------------------------------------------------------+ #
############################################################
# If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
# Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
# Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
chat-radius: 0
############################################################
# +------------------------------------------------------+ #
# | EssentialsProtect | #
# +------------------------------------------------------+ #
############################################################
protect:
# Database settings for sign/rail protection
# get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
# http://java.net/projects/essentials/sources/svn/show/lib?rev=435
# mysql, sqlite or none
datatype: 'sqlite'
# If you specified MySQL above, you MUST enter the appropriate details here.
# If you specified SQLite above, these will be IGNORED.
username: 'root'
password: 'root'
mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
# For which block types would you like to be alerted?
# You can find a list of IDs in plugins/Essentials/Items.db after loading Essentials for the first time.
alert:
# 10: lava
# 11: still lava
# 46: TNT
on-placement: 10,11,46
# 1: rock (just an example--doesn't actually do much)
on-use: 1
# 46: TNT
on-break: 46
# Users cannot PLACE these types of blocks/items.
# < 255 designates a BLOCK
# > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
blacklist:
placement: 327,326,14,56,46,11,10,9,8
usage: 327,326,325
# General physics/behavior modifications
prevent:
lava-flow: false
water-flow: false
water-bucket-flow: false
fire-spread: false
lava-fire-spread: false
flint-fire: false
tnt-explosion: false
creeper-explosion: false
# Protect various blocks.
protect:
# Protect all signs
signs: true
# Prevent users from destroying rails
rails: true
# Blocks below rails/signs are also protected if the respective rail/sign is protected.
# This makes it more difficult to circumvent protection, and should be enabled.
# This only has an effect if "rails" or "signs" is also enabled.
block-below: true
# Prevent placing blocks above protected rails, this is to stop a potential griefing
prevent-block-on-rails: false
# Disable various default physics and behaviors
disable:
# Should fall damage be disabled?
fall: false
# Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
# They will be unable to attack users without that same permission node.
pvp: false
# Should drowning damage be disabled?
# (Split into two behaviors; generally, you want both set to the same value)
drown: false
suffocate: false
# Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
lavadmg: false
# Should arrows cause damage?
projectiles: false
# This will disable damage from touching cacti.
contactdmg: false
# Burn, baby, burn! Should fire damage be disabled?
firedmg: false
# Should people with build: false in permissions be allowed to build
# Set true to disable building for those people
build: false
# End of File <-- No seriously, you're done with configuration.
Code:
settings:
data:
save:
minutes: 10
logging:
level: INFO
permission:
world:
mirror:
world1:
- world2
- world3
world4:
- world5
Code:
#Minecraft Properties File #Mon Jan 17 19:04:17 CET 2011 can-set-spawn=admins can-give-items=admins can-spawn=* can-see-player-info=* can-teleport=admins can-set-time=admins can-manage-plugins=admins,hakuna92
Der Permissionsordner ist bei mir leer, keine Ahnung warum..
Code:
# Configuration for General
# - DarkGrave 2011
#
# About editing this file:
# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
# you use an editor like Notepad++ (recommended for Windows users), you
# must configure it to "replace tabs with spaces." In Notepad++, this can
# be changed in Settings > Preferences > Language Menu.
# - Don't get rid of the indents. They are indented so some entries are
# in categories (like "show-coords" is in the "playerlist"
# category.
# - If you want to check the format of this file before putting it
# into General, paste it into http://yaml-online-parser.appspot.com/
# and see if it gives "ERROR:".
# - Lines starting with # are comments and so they are ignored.
#
# Player list user information.
playerlist:
show-coords: true
show-health: true
# Allows you to keep a sane general.help without it being overwritten.
help:
inject-commands: false
Code:
# System is no longer used, but may become used in the future
# Copies is for multiple-world support
# Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
# Does not work for the default world.
plugin:
permissions:
system: default
copies:
##
# Groups can contain inheritance.
# To make a group inherit the permissions from another
# group simply place the groups name in the "inheritance:" like so:
#
# Example:
# inheritance:
# - Default
##
# All permissions including the asterisks must be placed in single quotes.
# like so:
#
# - 'general.spawn'
#
# Otherwise errors will happen!
##
# Globalized Permission settings:
#
# If a permission contains periods (.) you can denote a globalized parameter:
#
# - 'general.*'
#
# This will allow you to use all general commands.
#
##
# Single Asterisk denotes all commands:
#
# - '*'
##
# To exempt a node use the - prefix like so:
# - '-general.time'
##
groups:
Default:
default: true
info:
prefix:
suffix:
build: false
inheritance:
permissions:
- 'general.spawn'
- 'iConomy.payment'
- 'iConomy.list'
- 'iConomy.rank'
Moderator:
default: false
info:
prefix:
suffix:
build: true
inheritance:
- Default
permissions:
- 'general.time'
- 'general.teleport'
- 'general.teleport.here'
- 'general.player-info'
Admin:
default: false
info:
prefix:
suffix:
build: true
inheritance:
permissions:
- '*'
##
# DarkGrave has control over all commands.
##
users:
hakuna92:
group: Admin
permissions:
- '*'
Code:
2011-03-04 21:21:22 [INFO] [Permissions] version [2.1] (Handler) was Initialized. 2011-03-04 21:21:22 [WARNING] Using the stupidly long constructor com.nijikokun.bukkit.General.General(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of General to remove it! (Nothing is broken, we just like to keep code clean.) 2011-03-04 21:21:22 [WARNING] Plugin 'General' (ver 1.6) is registering events before it is enabled. It may be misbehaving and the author needs to fix this. 2011-03-04 21:21:22 [WARNING] Plugin 'General' (ver 1.6) is registering events before it is enabled. It may be misbehaving and the author needs to fix this. 2011-03-04 21:21:22 [INFO] [General] version [2.0] (Mafia) loaded 2011-03-04 21:21:22 [SEVERE] Could not load plugins/EssentialsUpdate.jar in plugins: null org.bukkit.plugin.InvalidPluginException at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:85) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:55) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174) at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227) at net.minecraft.server.ThreadServerApplication.run(SourceFile:366) Caused by: java.lang.NoClassDefFoundError: org/bukkit/command/CommandExecutor at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:72) ... 8 more Caused by: java.lang.ClassNotFoundException: org.bukkit.command.CommandExecutor at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30) at java.lang.ClassLoader.loadClass(ClassLoader.java:319) at java.lang.ClassLoader.loadClass(ClassLoader.java:264) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332) ... 11 more 2011-03-04 21:21:22 [WARNING] Using the stupidly long constructor com.bukkit.authorblues.GroupUsers.GroupUsers(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of GroupUsers to remove it! (Nothing is broken, we just like to keep code clean.) 2011-03-04 21:21:22 [INFO] [Permissions] version [2.1] (Handler) was Initialized. 2011-03-04 21:21:22 [INFO] Loaded EssentialsBan build 2.0.249 by Zenexer, ementalo, Eris, and EggRoll 2011-03-04 21:21:22 [INFO] §eLoaded Essentials build 2.0.249 maintained by Zenexer, ementalo, Aelux, and Brettflan 2011-03-04 21:21:22 [INFO] Loaded EssentialsTele build 2.0.249 by Zenexer, ementalo, Aelux, and Brettflan 2011-03-04 21:21:22 [INFO] Loaded EssentialsSpawn build 2.0.249 maintained by Zenexer, ementalo, Aelux, and Brettflan 2011-03-04 21:21:22 [INFO] Loaded EssentialsWarp build 2.0.249 by Zenexer, ementalo, Aelux, and Brettflan 2011-03-04 21:21:22 [INFO] [Permissions] version [2.1] (Handler) loaded 2011-03-04 21:21:22 [INFO] Loaded EssentialsHelp build 2.0.249 by Zenexer, ementalo, Eris, and EggRoll 2011-03-04 21:21:22 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes! 2011-03-04 21:21:22 [INFO] GroupManager version 1.0(pre-alpha-3) is enabled! 2011-03-04 21:21:22 [INFO] Loaded EssentialsProtect build 2.0.249 maintained by Zenexer, ementalo, Aelux, and Brettflan 2011-03-04 21:21:23 [INFO] [GroupUsers] version [1.4.2] is loaded! 2011-03-04 21:21:23 [INFO] Loaded EssentialsEco build 2.0.249 by Zenexer, ementalo, Aelux, and Brettflan 2011-03-04 21:21:23 [INFO] EssentialsServerlist version 2.0.249 by Vimae Development enabled. 2011-03-04 21:21:23 [INFO] Loaded EssentialsChat build 2.0.249 by Zenexer, ementalo, Aelux, and Brettflan 2011-03-04 21:21:23 [INFO] [Permissions] version [2.1] (Handler) loaded 2011-03-04 21:21:23 [INFO] Loaded EssentialsGod build 2.0.249 by Zenexer, ementalo, Eris, and EggRoll 2011-03-04 21:21:23 [INFO] Loaded EssentialsHome build 2.0.249 by Zenexer, ementalo, Aelux, and Brettflan 2011-03-04 21:21:23 [INFO] Done (1520070052ns)! For help, type "help" or "?"
Ich bin am Ende mit meinem Latein, habe überhaupt keinen Überblick mehr.
Hab ich überhaupt die richtige Bukkit-Version, habe ich was falsch mit den Plugins gemacht? Ich bin echt am verzweifeln..
Hoffe jemand kann mir helfen und mir alles Schritt um Schritt erklären.
Hätte auch Skype, wenn das jemandem lieber wäre => "qheto_thomaz"






