Question:
What is causing this bukkit error?
iNsAnE
2012-02-04 13:21:03 UTC
174 recipes
27 achievements
15:13:54 [INFO] Starting minecraft server version 1.1
>15:13:54 [INFO] Loading properties
15:13:54 [INFO] Starting Minecraft server on *:25565
15:13:54 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R3-b18
46jnks (MC: 1.1) (Implementing API version 1.1-R3)
15:13:54 [INFO] [Waypoint] Initialising configurations.
15:13:55 [INFO] [LWC] Loading LWC v4.0.7 (b613-git-754ca078).
15:13:55 [INFO] LWC: Loading shared objects
15:13:55 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejd
bc.dll
15:13:55 [INFO] LWC: Protection cache: 0/10000
15:13:55 [INFO] LWC: Loaded 207 locale strings (0 overrides)
15:13:55 [INFO] LWC: Permissions API: SuperPermsPermissions
15:13:55 [INFO] LWC: Currency API: NoCurrency
15:13:55 [INFO] LWC: Connecting to SQLite
15:13:55 [INFO] LWC: Performing any necessary database updates
15:13:55 [INFO] LWC: Using: Native
15:13:55 [INFO] LWC: Precached 0 protections.
15:13:55 [INFO] LWC: At version: 4.0.7 (b613)
15:13:55 [INFO] Preparing level "world"
15:13:55 [INFO] Default game type: 0
15:13:56 [INFO] Preparing start region for level 0 (Seed: 5961863095718654933)
15:13:56 [INFO] LWC: Latest version: 4.0.7
15:13:57 [INFO] Preparing spawn area: 97%
15:13:57 [INFO] Preparing start region for level 1 (Seed: 5961863095718654933)
15:13:58 [INFO] Preparing start region for level 2 (Seed: 5961863095718654933)
15:13:58 [INFO] Preparing spawn area: 0%
15:13:59 [INFO] [SimpleJail] Loading SimpleJail v1.7.4.
15:13:59 [INFO] [SimpleJail] ERROR: Could not find permissions plugin.
15:13:59 [INFO] [SimpleJail] Unloading SimpleJail v1.7.4.
15:13:59 [INFO] [SimpleJail] SimpleJail v1.7.4 disabled.
15:13:59 [INFO] [Waypoint] Loading Waypoint v1.6.4.
15:13:59 [INFO] [Waypoint] Reading configurations.
15:13:59 [INFO] [Waypoint] Configuration successfully loaded.
15:13:59 [INFO] [Waypoint] No Permissions plugin detected. Using OP
15:13:59 [INFO] [Waypoint] Enabled version 1.6.4
15:13:59 [INFO] [Waypoint] Saved all configurations.
15:13:59 [INFO] [Waypoint] Auto-update is disabled.
15:13:59 [INFO] [Waypoint] Limits enabled with threshold 10
15:13:59 [INFO] [Waypoint] WarpLimits enabled with threshold 10
15:13:59 [INFO] [Waypoint] Warps: loaded permission groups: Default, Mod, Admin
15:13:59 [INFO] [Waypoint] No worlds to be loaded.
15:13:59 [INFO] [WorldEdit] Loading WorldEdit v5.1.1.
15:13:59 [INFO] WorldEdit 5.1.1 enabled.
15:13:59 [INFO] WEPIF: Using the Bukkit Permissions API.
15:13:59 [INFO] WEPIF: Using the Bukkit Permissions API.
15:13:59 [WARNING] Server permissions file permissions.yml is not valid YAML: wh
ile scanning for the next token
found character '\t' that cannot start any token
in "", line 74, column 22:
worldedit.region.set
^

15:13:59 [INFO] Done (3.439s)! For help, type "help" or "?"
>
when fixed "tab error" which i didnt yu tab.

15:20:06 [WARNING] Server permissions file permissions.yml is not valid YAM
java.lang.ClassCastException: java.lang.String cannot be cast to java.util.
at org.bukkit.craftbukkit.CraftServer.loadCustomPermissions(CraftSe
java:464)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.jav
)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:357)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:344)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:1
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:40
at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
Three answers:
2012-02-04 14:21:15 UTC
Server permissions file permissions.yml is not valid YAML: while scanning for the next token found character '\t' that cannot start any token in "", line 74, column 22: worldedit.region.set



Ok. So if you read the above text carefully you can see that it tells you what the problem is. You have a YAML error. Looks like you might have a tab before worldedit.region.set. If not make sure you have the right number of spaces, and that there are no bad characters at the location, also specified above, line 74, column 22.
2016-10-15 01:19:32 UTC
Lwc Bukkit
2016-05-16 03:38:37 UTC
try getting the latest version of both craftbukkit and the nanobot plugin coz i just tested the plugin on my server and it works. or just delete the entire contents of the folder except the world(if you want it) and install a fresh craftbukkit redo the settings n stuff then download the latest nanobot put it in the plugins theres no reason it shouldnt work if mine is working with the same files.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Continue reading on narkive:
Loading...