I isntalled a fresh bukkit Linux Edition on my new Vserver today. After a few minutes I got it working, but the /help page with all the commands which should be avaible is not working, its spitting out the minecraft Vanilla version: Code: 17:22:24 [INFO] help or ? shows this message 17:22:24 [INFO] kick <player> removes a player from the server 17:22:24 [INFO] ban <player> bans a player from the server 17:22:24 [INFO] pardon <player> pardons a banned player so that they can connect again 17:22:24 [INFO] ban-ip <ip> bans an IP address from the server 17:22:24 [INFO] pardon-ip <ip> pardons a banned IP address so that they can connect again 17:22:24 [INFO] op <player> turns a player into an op 17:22:24 [INFO] deop <player> removes op status from a player 17:22:24 [INFO] tp <player1> <player2> moves one player to the same location as another player 17:22:24 [INFO] give <player> <id> [num] gives a player a resource 17:22:24 [INFO] tell <player> <message> sends a private message to a player 17:22:24 [INFO] stop gracefully stops the server 17:22:24 [INFO] save-all forces a server-wide level save 17:22:24 [INFO] save-off disables terrain saving (useful for backup scripts) 17:22:24 [INFO] save-on re-enables terrain saving 17:22:24 [INFO] list lists all currently connected players 17:22:24 [INFO] say <message> broadcasts a message to all players 17:22:24 [INFO] time <add|set> <amount> adds to or sets the world time (0-24000) 17:22:27 [INFO] [Minecart Mania] Loading Sensor Data. Can you help me? ( The code was copied from the console but it says the same thing ingame) Her is my startup code: Code: ~/minecraft# java -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar [Lnet.minecraft.server.Statistic;@1808199 146 recipes [Lnet.minecraft.server.Statistic;@1808199 16 achievements 17:20:05 [INFO] Starting minecraft server version Beta 1.5_02 17:20:05 [INFO] Loading properties 17:20:05 [INFO] Starting Minecraft server on *:25565 17:20:05 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-706-gf53e007-b740jnks (MC: 1.5_02) 17:20:06 [INFO] Preparing level "world" 17:20:06 [INFO] Preparing start region 17:20:06 [SEVERE] Could not load 'plugins/Permissions.jar' in folder 'plugins': java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:160) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:108) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:85) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259) at net.minecraft.server.ThreadServerApplication.run(SourceFile:394) Caused by: while scanning a simple key in "<reader>", line 102, column 9: permissions:* ^ could not found expected ':' in "<reader>", line 103, column 5: Tietze111: ^ at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:400) at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:231) at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:182) at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564) at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163) at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124) at org.yaml.snakeyaml.Yaml.load(Yaml.java:264) at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:58) at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:132) ... 13 more 17:20:06 [INFO] LWC Loading shared objects 17:20:06 [INFO] LWC Native library: plugins/LWC/lib/native/Linux/i386/libsqlitejdbc.so 17:20:07 [INFO] Fortress Assault v1.2.2 is enabled! 17:20:07 [INFO] PistonPlugin enabled. 17:20:07 [INFO] PP: Configuration found. 17:20:07 [INFO] npcx : load settings (0.464) begun 17:20:07 [INFO] jdbc:mysql://localhost:3306/npcx?autoReconnect=true 17:20:07 [INFO] npcx : initialising database connection 17:20:07 [INFO] npcx : loadsettings() ended 17:20:07 [INFO] npcx : registering monitored events 17:20:07 [INFO] npcx : Checking for DB Updates from DBVersion:1.10 17:20:07 [INFO] npcx : loading player factions 17:20:07 [INFO] npcx : Loaded 0 player factions. 17:20:07 [INFO] npcx : Loaded 0 research. 17:20:07 [INFO] npcx : loading zones 17:20:07 [INFO] npcx : Loaded 0 zones with 0 zone_members. 17:20:07 [INFO] npcx : loading Merchants 17:20:07 [INFO] npcx : Loaded 0 Merchant with (0) entries. 17:20:07 [INFO] npcx : loading factions 17:20:07 [INFO] npcx : Loaded 0 factions. 17:20:07 [INFO] npcx : loading faction entries 17:20:07 [INFO] npcx : Loaded 0 faction entries. 17:20:07 [INFO] npcx : loading pathgroups 17:20:07 [INFO] npcx : Loaded 0 pathgroup. 17:20:07 [INFO] npcx : loading loottables 17:20:07 [INFO] npcx : Loaded 1 loottables. 17:20:07 [INFO] npcx : loading spawngroups 17:20:07 [INFO] npcx : Loaded 1 spawngroups. 17:20:07 [INFO] npcx : loading players 17:20:07 [INFO] npcx : Loaded 2 players. 17:20:07 [INFO] npcx: Matching players 17:20:07 [INFO] npcx version 0.464 enabled. 17:20:07 [INFO] Permission system not detected, defaulting to OP 17:20:07 [INFO] [ TorchMissile ] TorchMissile version 0.3 is enabled! 17:20:07 [INFO] LWC Loaded 116 locale strings (0 overrides) 17:20:07 [INFO] LWC Loading SQLite 17:20:07 [INFO] SQLite Using: Native 17:20:07 [INFO] LWC At version: v2.31 17:20:07 [INFO] Disarm by Queepo, version 0.2.5 is enabled! 17:20:07 [INFO] Disarm Disabled 17:20:07 [INFO] WorldEdit 4.4 enabled. 17:20:07 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions. 17:20:07 [WARNING] [AutoSave] UNKNOWN SERVER VERSION: It has NOT been tested and AutoSave MAY NOT function properly: git-Bukkit-0.0.0-706-gf53e007-b740jnks (MC: 1.5_02) 17:20:07 [INFO] [AutoSave] Loading config file 17:20:07 [INFO] [AutoSave] Version 1.2.7 is enabled: cf8a25c1-2737-460d-9999-aedc0cd29b4b 17:20:07 [INFO] iChat (v2.2.3) enabled 17:20:07 [INFO] [Minecart Mania] Debug mode switched to NORMAL 17:20:07 [INFO] [Minecart Mania] MinecartManiaCore version 1.1.3 is enabled! 17:20:07 [INFO] [Minecart Mania] MinecartManiaAutocart version 1.1.1 is enabled! 17:20:07 [INFO] [Minecart Mania] MinecartManiaStation version 1.1.0 is enabled! 17:20:07 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.1.1 is enabled! 17:20:07 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.1.0 is enabled! 17:20:07 [INFO] [Minecart Mania] Permissions not found. Using OP for admin commands. 17:20:07 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.1.2 is enabled! 17:20:07 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.1.1 is enabled! 17:20:08 [INFO] Done (0.193s)! For help, type "help" or "?" 17:20:13 [INFO] [Minecart Mania] Loading Sensor Data.
I that relevant? I really dont know, anyways I fixed the error in the permission file It only happens to ops, normal users cant even view the help page EDIT by Moderator: merged posts, please use the edit button instead of double posting.
First question would be why do you think something other than the default help should come up anyway? I didn't see any help plugin that should be giving you anything but default. Second question, did it change at all after you fixed your error in the permissions plugin? Fixing problems is always the first thing to try when things aren't working as you would expect.
1. Shouldn't the help command in bukkit list all commands for the users that are avaible for him? 2. Nothing changed, I even did a complete new installation on 733 with no other result
It would be nice if it worked that way but it unfortunately doesn't. You will need a help plugin of some sort if you want additional help and at this point in time, there isn't a help plugin that gives you help on all of the commands a user currently has access too. Some of them have the capabilities of doing that, but you would need to write the help files yourself for any commands that don't currently have help.