Что делать если пишет an internal error occurred while attempting to perform this command

Вообщем, прошу помощи. При вводе команды /money - сервер отвечает "An internal error occurred while attempting to perform this command". Permission...
  1. Вообщем, прошу помощи. При вводе команды /money — сервер отвечает «An internal error occurred while attempting to perform this command».

    Permission настроен

    Может кто сталкивался.. Помогите пожалуйста.

  2. Быстрая раскрутка сервера Minecraft

  3. Попробуй переименовать конфиг и перезапустить — будет сгенерирован дефолтный конфиг. Если ошибка исчезнет — ищи проблему в конфиге методом сравнения или настрой новый, подглядывая в старый.

  4. Не помогло :(

  5. Ну поставил, и что дальше ? Всё тоже самое..


  6. CraftCoderr

    CraftCoderr
    Активный участник

    Баллы:
    61
    Имя в Minecraft:
    CraftCoderr

    По идее, раз так пишет, то в консоли ошибка… Давай ее сюда

  7. файлик запуска сервера ?

    java -Xmx1024M -Dfile.encoding=Utf-8 -Djline.terminal=jline.UnsupportedTerminal -Xms1024M -jar core.jar 

  8. CraftCoderr

    CraftCoderr
    Активный участник

    Баллы:
    61
    Имя в Minecraft:
    CraftCoderr

    Нет, что в консоли в то время, когда ты пишешь эту команду

  9. Вот, что:

    2015-01-25 23:38:25 [INFO] Morfeus issued server command: /money
    2015-01-25 23:38:25 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'money' in plugin iConomy v7.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
        at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:532)
        at net.minecraft.server.v1_6_R3.PlayerConnection.handleCommand(PlayerConnection.java:986)
        at net.minecraft.server.v1_6_R3.PlayerConnection.chat(PlayerConnection.java:897)
        at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:838)
        at net.minecraft.server.v1_6_R3.Packet3Chat.handle(SourceFile:49)
        at org.spigotmc.netty.NettyNetworkManager.b(NettyNetworkManager.java:230)
        at net.minecraft.server.v1_6_R3.PlayerConnection.e(PlayerConnection.java:117)
        at net.minecraft.server.v1_6_R3.ServerConnection.b(SourceFile:37)
        at org.spigotmc.netty.NettyServerConnection.b(NettyServerConnection.java:132)
        at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:594)
        at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:240)
        at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:483)
        at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:415)
        at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
    Caused by: java.lang.NullPointerException
        at com.iCo6.util.Messaging.colorize(Messaging.java:128)
        at com.iCo6.util.Template.color(Template.java:93)
        at com.iCo6.handlers.Money.perform(Money.java:33)
        at com.iCo6.iConomy.onCommand(iConomy.java:417)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
        ... 15 more 
    Последнее редактирование: 25 янв 2015
  10. Переименуй файл template.yml и перезагрузи (чтоб создался новый).
    Правильно писать так: Morpheus.

  11. Помогло! Огромное спасибо :)

  12. Где его найти скажите пожалуйста


  13. Dymeth

    Dymeth
    Активный участник
    Пользователь

    Баллы:
    96
    Имя в Minecraft:
    Dymeth

    Прошло 7 лет, вряд ли тебе ответ автор сообщения. Но подозреваю, что речь про файл в папке плагина экономики iConomy. Если у тебя другой плагин на экономику — отправь ошибку в тему: https://rubukkit.org/threads/voprosy-po-oshibkam-v-konsoli.56041/

Поделиться этой страницей

Русское сообщество Bukkit

Bukkit по-русски - свой сервер Minecraft

Я сделал себе сервер на хостинге Aternos. Поставил ядро magma (1.12.2) и поставил моды и плагины.
Одним из плагинов был Uber Enchant(плагин для баккит), и при использовании команды /uadd effect 9 1 1 мне в ответ писало an internal error occurred while attempting to perform this command.
Я решил убрать плагин PotionsGUI, думал из-за конфликта плагинов. Не помогло. Может быть это из-за того что плагин на баккит. Но некоторые другие плагины для баккита и спигота идут нормально. Надеюсь что помогут знающие.
Вот что пишет в консоль после прописи команды:
 

[16:36:09] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: StrannyyStrannik issued server command: /uadd effect 9 1 1

[16:36:09] [Server thread/ERROR] [net.minecraft.network.NetHandlerPlayServer]: null

org.bukkit.command.CommandException: Unhandled exception executing command ‘uadd’ in plugin UberEnchant v7.8

at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[PluginCommand.class:48ec0a1]

at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:153) ~[SimpleCommandMap.class:48ec0a1]

at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[CraftServer.class:48ec0a1]

at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1604) ~[pa.class:?]

at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1452) ~[pa.class:?]

at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(CPacketChatMessage.java:50) ~[la.class:?]

at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(CPacketChatMessage.java:11) ~[la.class:?]

at net.minecraft.network.PacketThreadUtil.lambda$checkThreadAndEnqueue$0(PacketThreadUtil.java:14) ~[hv.class:?]

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_282]

at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_282]

at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]

at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:926) [MinecraftServer.class:?]

at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:461) [nz.class:?]

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:865) [MinecraftServer.class:?]

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:737) [MinecraftServer.class:?]

at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282]

Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.sciguymjm.uberenchant.enums.Effects

at me.sciguymjm.uberenchant.utils.Utils.getEffect(Utils.java:67) ~[?:?]

at me.sciguymjm.uberenchant.actions.Effect.add(Effect.java:84) ~[?:?]

at me.sciguymjm.uberenchant.actions.Effect.<init>(Effect.java:19) ~[?:?]

at me.sciguymjm.uberenchant.commands.AddCommand.onCmd(AddCommand.java:31) ~[?:?]

at me.sciguymjm.uberenchant.commands.abstraction.UberCommand.onCommand(UberCommand.java:16) ~[?:?]

at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PluginCommand.class:48ec0a1]

… 15 more

Содержание

  1. An internal Error Occurred while attempting to perform this command #510
  2. Comments
  3. Ошибка при выходе с MobArena
  4. #1 Hunter671
  5. #2 deadanykey
  6. #3 Hunter671
  7. #4 deadanykey
  8. #5 Hunter671
  9. #6 deadanykey
  10. an internal error occurred while attempting to perform this command #85
  11. Comments

An internal Error Occurred while attempting to perform this command #510

I am running a server and am trying to set up portals. I can’t seem to get my /mvp wand command to work because it says «An internal Error Occurred while attempting to perform this command». I looked it up and it says something to do with worldedit 6.0, the server I am running uses 7.0 but I still removed it and restarted the server to make sure it wasn’t the issue. After restarting it did nothing and gave the same internal error message in chat.

Any ideas on how to fix?

[17:28:50] [Server thread/ERROR]: nullorg.bukkit.command.CommandException: Unhandled exception executing command ‘mvp’ in plugin Multiverse-Portals v2.5.0-b751at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47)

[craftbukkit-1.14.2-R0.1.jar:git-Bukkit-f2757f9]at net.minecraft.server.v1_14_R1.PlayerConnectionUtils$$Lambda$2664.0000000004062A10.run(Unknown Source)

[. ]at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [craftbukkit-1.14.2-R0.1.jar:git-Bukkit-f2757f9]at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:135) [craftbukkit-1.14.2-R0.1.jar:git-Bukkit-f2757f9]at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [craftbukkit-1.14.2-R0.1.jar:git-Bukkit-f2757f9]at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:114) [craftbukkit-1.14.2-R0.1.jar:git-Bukkit-f2757f9]at net.minecraft.server.v1_14_R1.MinecraftServer.aW(MinecraftServer.java:853) [craftbukkit-1.14.2-R0.1.jar:git-Bukkit-f2757f9]at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:846) [craftbukkit-1.14.2-R0.1.jar:git-Bukkit-f2757f9]at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeAll(SourceFile:99) [craftbukkit-1.14.2-R0.1.jar:git-Bukkit-f2757f9]at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:829) [craftbukkit-1.14.2-R0.1.jar:git-Bukkit-f2757f9]at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:770) [craftbukkit-1.14.2-R0.1.jar:git-Bukkit-f2757f9]at java.lang.Thread.run(Thread.java:813) [?:1.8.0_192]Caused by: java.lang.NullPointerExceptionat com.onarandombox.MultiversePortals.commands.WandCommand.runCommand(WandCommand.java:53)

[craftbukkit-1.14.2-R0.1.jar:git-Bukkit-f2757f9]. 18 more

The text was updated successfully, but these errors were encountered:

Источник

Ошибка при выходе с MobArena

#1 Hunter671

  • Пользователь
  • 54 сообщений
  • Почему когда ты умираешь на Моб Арене и прописываешь /ma l или /ma leave, тебе выдает ошибку и приходится перезаходить,чтобы забрать приз и уйти с арены.Вообще выдает такую ошибку:

    An internal error occurred while attempting to perform this command

    после которой, как я уже сказал, приходится перезаходить на сервер.

    Как исправить этот баг?

    И ещё один вопрос: кто знает какой-нибудь плагин, который бы на время выключал инвентарь, а то получается, что новички заходят в мини-игры, в которых инвентарь очищается, не читая таблички о том, что нужно сложить вещи в сундук.Такой плагин, с помощью которого можно выключать инвентарь на время командой или чтобы отключал инвентарь при заходе на определенную территорию.

    #2 deadanykey

  • Пользователь
  • 3 413 сообщений
  • Почему когда ты умираешь на Моб Арене и прописываешь /ma l или /ma leave, тебе выдает ошибку и приходится перезаходить,чтобы забрать приз и уйти с арены.Вообще выдает такую ошибку:

    An internal error occurred while attempting to perform this command

    после которой, как я уже сказал, приходится перезаходить на сервер.

    Как исправить этот баг?

    И ещё один вопрос: кто знает какой-нибудь плагин, который бы на время выключал инвентарь, а то получается, что новички заходят в мини-игры, в которых инвентарь очищается, не читая таблички о том, что нужно сложить вещи в сундук.Такой плагин, с помощью которого можно выключать инвентарь на время командой или чтобы отключал инвентарь при заходе на определенную территорию.

    По первому вопросу — или обновите или, наоборот, откатите плагин. В логе что в этот момент?

    #3 Hunter671

  • Пользователь
  • 54 сообщений
  • По первому вопросу — или обновите или, наоборот, откатите плагин. В логе что в этот момент?

    Вот лог после команды /ma l :

    #4 deadanykey

  • Пользователь
  • 3 413 сообщений
  • Вот лог после команды /ma l :

    У вас сервер случайно не с модами?

    Обновите арену до последней версии (хотя у меня прекрасно работает версия 0.95.5)

    #5 Hunter671

  • Пользователь
  • 54 сообщений
  • У вас сервер случайно не с модами?

    Обновите арену до последней версии (хотя у меня прекрасно работает версия 0.95.5)

    Я сижу на старой. так как новая почему не устанавливается также как и старая, я не помню точно, что пишет вроде: This arena has not been set up yet.

    Моды на сервере не стоят.

    Сообщение отредактировал Hunter671: 14 Июнь 2014 — 14:49

    #6 deadanykey

  • Пользователь
  • 3 413 сообщений
  • Я сижу на старой. так как новая почему не устанавливается также как и старая, я не помню точно, что пишет вроде: This arena has not been set up yet.

    Моды на сервере не стоят.

    Которая сейчас арена — от неё конфиги сохраните где-нибудь и удалите полностью с сервера.

    Источник

    an internal error occurred while attempting to perform this command #85

    Hi,
    This is a nice plugin!
    And I really love it!
    But I can’t use it on my server.
    Please update it to 1.9 faster!
    When I use /woo check it show me this error : internal error occurred while attempting to perform this command
    Please help me!
    thank you.

    The text was updated successfully, but these errors were encountered:

    Woo check has nothing to do with bukkit really. Please a link to your config by pasting the config with pastebin/pastie.

    Have you added the key to wordpress panel?

    WMC is currently not built against 1.9 — so if you’re trying to run it in 1.9, there is no ‘bug’ aside from the fact it’s not built to run in 1.9

    If, however, this bug emerged from 1.8, then yea this is a bug.

    Untested 1.9.4 build, have at it, report bugs, etc. just make sure to include any logs.

    Works fine!
    Thank you 👍

    @JayWood I will update the Bukkit/Spigot repos with that jar and just tag it with snapshot.

    what is these errors?
    [WooMinecraft] Cannot open Data Output Stream!
    [WooMinecraft] Connection refused

    Connection refused to his WordPress site, right? @JayWood

    You don’t have to hide your key, it doesn’t give us access to your server. 😛 but @JayWood would know the cause of connection refused more then me.

    @NimaGame yea the key is purely so someone can access the list of stored commands, it’s really simple to change it of course.

    I’m working on some tweaks that would essentially remove that anyhow.

    @TekkitCommando this is the exact same issue as another ticket, second offense in fact. For some reason the names isn’t posting to his server.

    If we can get info on your WordPress server, like what OS it is, how are PHP scripts handled ( NginX or Apache ) what PHP version, etc. the more info you can give the more it will help us in determining the root cause of the names not getting posted to WordPress.

    And to be clear, there was indeed player(s) online when this ran right? Could you post the full log from that?

    To be clear, we are using Debian Wheezy, PHP 5.4 and Nginx 1.2.1. There are online players in the server when we test this

    In the server :
    No donations for online users.

    @NimaGame yep, confirmed bug.

    @TekkitCommando modifications will need to be made ( which I think we’re already doing ) in the Java side of things to not ‘post’ names to the server. Instead, on the WordPress side we’ll be simply outputting a feed, instead.

    This willl fix this issue. I’m wondering if that’s something we can just put ahead of anything else we got going on, since I believe that would fix the bulk of these issues?

    @JayWood Yeah I think this is a priority. However I know PHP now, still not sure how to make WordPress plugins though I should be able to learn pretty quickly.

    Hear me out here. Isn’t it possible to do what we have been doing but in a different way. Add all commands needing to be ran to its own database and then those commands can be sent when the order is confirmed ( which I hope he did check if the payment was confirmed) and use some Java database code to manage the commands needing to be sent to the server instead of screwing around with all the json. That would effectively end the bugs. Where Java will just retrieve the commands and do what needs to be done sending them to the players and PHP will manage the commands that need to be added to the database it needs. I think the plugin will be more lightweight that way. If you understand my meaning. May setup a branch and try it as a proof of concept and a way to better explain.

    @TekkitCommando The amount of read/write operations would be significantly higher if we were to go down that route, add to that the fact that the commands would be essentially stored in two locations ( wp database, and java memory/db ).

    Kind of inefficient no? A solution to this single bug would be to provide a json feed ( which we already do ) but remove the $_POST requirement. Right now WMC is actually sending the web server a ‘list’ of names ( or its supposed to ) so it knows what commands to run.

    However, on the WP side of things, I’ve already started on a modification to that here: https://github.com/WooMinecraft/woominecraft-wp/tree/feature/json-feed

    Basically if a key is provided, the java would get a list of all commands to be ran, without having to ‘send’ names to request.

    Again, this is already in the works just need to finish it up. Gives me something to do this weekend?

    The main problem is you cannot ‘technically’ separate the commands from WordPress since in WordPress they’re already stored in the DB by the user inputting them. They’re then stored against the username in the db upon purchase ( so we know who bought what ). So even then, to get them from the WP db to java, you’ll have to ‘open’ the SQL connection, which in most cases like WPEngine and other hosts, they lock down MySQL to local connections only. So attempting to connect to the database from an external source, will fail. Which means more support tickets.

    Источник

    Я сделал себе сервер на хостинге Aternos. Поставил ядро magma (1.12.2) и поставил моды и плагины.
    Одним из плагинов был Uber Enchant(плагин для баккит), и при использовании команды /uadd effect 9 1 1 мне в ответ писало an internal error occurred while attempting to perform this command.
    Я решил убрать плагин PotionsGUI, думал из-за конфликта плагинов. Не помогло. Может быть это из-за того что плагин на баккит. Но некоторые другие плагины для баккита и спигота идут нормально. Надеюсь что помогут знающие.
    Вот что пишет в консоль после прописи команды:
     

    [16:36:09] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: StrannyyStrannik issued server command: /uadd effect 9 1 1

    [16:36:09] [Server thread/ERROR] [net.minecraft.network.NetHandlerPlayServer]: null

    org.bukkit.command.CommandException: Unhandled exception executing command ‘uadd’ in plugin UberEnchant v7.8

    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[PluginCommand.class:48ec0a1]

    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:153) ~[SimpleCommandMap.class:48ec0a1]

    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:689) ~[CraftServer.class:48ec0a1]

    at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1604) ~[pa.class:?]

    at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1452) ~[pa.class:?]

    at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(CPacketChatMessage.java:50) ~[la.class:?]

    at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(CPacketChatMessage.java:11) ~[la.class:?]

    at net.minecraft.network.PacketThreadUtil.lambda$checkThreadAndEnqueue$0(PacketThreadUtil.java:14) ~[hv.class:?]

    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_282]

    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_282]

    at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]

    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:926) [MinecraftServer.class:?]

    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:461) [nz.class:?]

    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:865) [MinecraftServer.class:?]

    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:737) [MinecraftServer.class:?]

    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282]

    Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.sciguymjm.uberenchant.enums.Effects

    at me.sciguymjm.uberenchant.utils.Utils.getEffect(Utils.java:67) ~[?:?]

    at me.sciguymjm.uberenchant.actions.Effect.add(Effect.java:84) ~[?:?]

    at me.sciguymjm.uberenchant.actions.Effect.<init>(Effect.java:19) ~[?:?]

    at me.sciguymjm.uberenchant.commands.AddCommand.onCmd(AddCommand.java:31) ~[?:?]

    at me.sciguymjm.uberenchant.commands.abstraction.UberCommand.onCommand(UberCommand.java:16) ~[?:?]

    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PluginCommand.class:48ec0a1]

    … 15 more

    Thread Status:

    Not open for further replies.
    1. When I try to add new plugins (some old have stopped working aswell) it give me the error
      «an internal error occurred while attempting to perform this command» in-game.

      Anyone know what’s wrong? This even happens to plugins that are updated like iConomy.

      BUMP, really need help.

      BUMP, anyone got any clue what the fuck is going on?

      EDIT by Moderator: merged posts, please use the edit button instead of double posting.

      Last edited by a moderator: May 16, 2016

    2. You get this message usually when an Exception was dumped in the server log.

    3. How can I fix this then? Do you want some more information about my server etc?

      I’m running on 818 Bukkit.

    4. I’d say you start by looking for the stack trace in your server log. The error is often a null pointer exception and the class names in the stack trace usually point you to the plugin that is causing them.

    5. Give me the error <3 I wanna haz it!

    6. I deleted the server.log and restarted the server and tried typing a command, this is what came up:

      2011-06-21 09:27:45 [INFO] Starting minecraft server version Beta 1.6.6
      2011-06-21 09:27:45 [INFO] Loading properties
      2011-06-21 09:27:45 [INFO] Starting Minecraft server on 50.23.249.196:25566
      2011-06-21 09:27:45 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
      2011-06-21 09:27:45 [WARNING] The server will make no attempt to authenticate usernames. Beware.
      2011-06-21 09:27:45 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
      2011-06-21 09:27:45 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
      2011-06-21 09:27:45 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
      2011-06-21 09:27:45 [INFO] Preparing level "world"
      2011-06-21 09:27:45 [INFO] Preparing start region for level 0
      2011-06-21 09:27:46 [INFO] Preparing start region for level 1
      2011-06-21 09:27:46 [INFO] Preparing spawn area: 16%
      2011-06-21 09:27:47 [SEVERE] while parsing a block mapping
       in "<reader>", line 32, column 1:
          groups:
          ^
      expected <block end>, but found BlockMappingStart
       in "<reader>", line 43, column 2:
           Moderator:
           ^
      
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:54)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:178)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:58)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:93)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:84)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:104)
      2011-06-21 09:27:47 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:186)
      2011-06-21 09:27:47 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
      2011-06-21 09:27:47 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
      2011-06-21 09:27:47 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
      2011-06-21 09:27:47 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
      2011-06-21 09:27:47 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
      2011-06-21 09:27:47 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
      2011-06-21 09:27:47 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      2011-06-21 09:27:47 [SEVERE] [Permissions] Unable to load permission data.
      2011-06-21 09:27:47 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
      2011-06-21 09:27:47 [INFO] [Permissions] (Yeti) was initialized.
      2011-06-21 09:27:47 [INFO] [AutoMessage] version [1.5] loaded
      2011-06-21 09:27:47 [INFO] Backup v1.6 was sucessfully loaded!
      2011-06-21 09:27:47 [INFO] [FullChest] version 3  booted.
      2011-06-21 09:27:47 [INFO] [FullChest] DISPENSERS NOT ENABLED!!!!
      2011-06-21 09:27:47 [INFO] [iOP] v0.6 Enabled
      2011-06-21 09:27:47 [INFO] NoFire version 1.3 is enabled!
      2011-06-21 09:27:47 [INFO] [OwnBlocks] Database read in from file
      2011-06-21 09:27:47 [INFO] [OwnBlocks] version 10.0 initialized
      2011-06-21 09:27:47 [INFO] [Permissions] (Yeti) disabled successfully.
      2011-06-21 09:27:47 [INFO] [RemoveExplosions] Permissions detected, RemoveExplosions hooked into permissions
      2011-06-21 09:27:47 [INFO] [RemoveExplosions] - Version 1.2 has been enabled.
      2011-06-21 09:27:47 [INFO] [Permissions] (Yeti) disabled successfully.
      2011-06-21 09:27:47 [INFO] [VanishNoPickup] 1.9.9 enabled.
      2011-06-21 09:27:47 [INFO] WorldEdit 4.6 enabled.
      2011-06-21 09:27:47 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
      2011-06-21 09:27:47 [INFO] Done (0.228s)! For help, type "help" or "?"
      2011-06-21 09:27:48 [INFO] SneakyToe [/81.226.50.83:65062] logged in with entity id 112 at ([ world] 171.4375, 64.0, -65.96875)
      2011-06-21 09:27:48 [SEVERE] Could not pass event PLAYER_JOIN to OwnBlocks
      java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:443)
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:456)
          at me.cvenomz.OwnBlocks.OwnBlocks.addPlayer(OwnBlocks.java:157)
          at me.cvenomz.OwnBlocks.OwnBlocksPlayerListener.onPlayerJoin(OwnBlocksPlayerListener.java:30)
          at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
          at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
          at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
          at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
          at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
          at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
          at net.minecraft.server.Packet1Login.a(SourceFile:43)
          at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
          at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
          at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
          at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
          at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
          at java.net.URLClassLoader$1.run(Unknown Source)
          at java.security.AccessController.doPrivileged(Native Method)
          at java.net.URLClassLoader.findClass(Unknown Source)
          at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
          at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          ... 17 more
      2011-06-21 09:27:48 [INFO] Dogukan [/87.212.6.32:52262] logged in with entity id 113 at ([ world] 191.55243224194243, 63.1875, -87.63085184557183)
      2011-06-21 09:27:48 [SEVERE] Could not pass event PLAYER_JOIN to OwnBlocks
      java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:443)
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:456)
          at me.cvenomz.OwnBlocks.OwnBlocks.addPlayer(OwnBlocks.java:157)
          at me.cvenomz.OwnBlocks.OwnBlocksPlayerListener.onPlayerJoin(OwnBlocksPlayerListener.java:30)
          at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
          at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
          at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
          at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
          at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
          at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
          at net.minecraft.server.Packet1Login.a(SourceFile:43)
          at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
          at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
          at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
          at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
          at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      2011-06-21 09:27:48 [INFO] marmite55 [/86.147.128.13:58177] logged in with entity id 114 at ([ world] 194.70643922215461, 64.0, -87.85949779985015)
      2011-06-21 09:27:48 [SEVERE] Could not pass event PLAYER_JOIN to OwnBlocks
      java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:443)
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:456)
          at me.cvenomz.OwnBlocks.OwnBlocks.addPlayer(OwnBlocks.java:157)
          at me.cvenomz.OwnBlocks.OwnBlocksPlayerListener.onPlayerJoin(OwnBlocksPlayerListener.java:30)
          at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
          at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
          at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
          at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
          at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
          at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
          at net.minecraft.server.Packet1Login.a(SourceFile:43)
          at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
          at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
          at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
          at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
          at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      2011-06-21 09:27:51 [SEVERE] java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
      2011-06-21 09:27:51 [SEVERE]     at com.sk89q.bukkit.migration.NijiPermissionsResolver.hasPermission(NijiPermissionsResolver.java:61)
      2011-06-21 09:27:51 [SEVERE]     at com.sk89q.bukkit.migration.PermissionsResolverManager.hasPermission(PermissionsResolverManager.java:102)
      2011-06-21 09:27:51 [SEVERE]     at com.sk89q.worldedit.bukkit.BukkitPlayer.hasPermission(BukkitPlayer.java:111)
      2011-06-21 09:27:51 [SEVERE]     at com.sk89q.worldedit.WorldEdit.getSession(WorldEdit.java:144)
      2011-06-21 09:27:51 [SEVERE]     at com.sk89q.worldedit.WorldEdit.handleBlockLeftClick(WorldEdit.java:974)
      2011-06-21 09:27:51 [SEVERE]     at com.sk89q.worldedit.bukkit.WorldEditPlayerListener.onPlayerInteract(WorldEditPlayerListener.java:112)
      2011-06-21 09:27:51 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:306)
      2011-06-21 09:27:51 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
      2011-06-21 09:27:51 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
      2011-06-21 09:27:51 [SEVERE]     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:166)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:63)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:453)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      2011-06-21 09:27:51 [INFO] §f§fDogukan§f: §flaggy.
      2011-06-21 09:27:56 [INFO] §d[Owner]§f§fSneakyToe§f: §fI restarted
      2011-06-21 09:27:57 [INFO] §d[Owner]§f§fSneakyToe§f: §f:P
      2011-06-21 09:28:00 [INFO] §f§fDogukan§f: §fOk
      2011-06-21 09:28:09 [INFO] §f§fDogukan§f: §fSup cow
      2011-06-21 09:28:20 [INFO] §f§fDogukan§f: §fCOOOOOW
      2011-06-21 09:28:23 [INFO] §f§fDogukan§f: §fWHY
      2011-06-21 09:28:30 [INFO] §f§fmarmite55§f: §fsry man
      2011-06-21 09:28:40 [SEVERE] null
      org.bukkit.command.CommandException: Unhandled exception executing command 'ownblocks' in plugin OwnBlocks v10.0
          at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
          at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
          at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:287)
          at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)
          at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)
          at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
          at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
          at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
          at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
          at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
          at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
          at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:443)
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:456)
          at me.cvenomz.OwnBlocks.OwnBlocks.addPlayer(OwnBlocks.java:157)
          at me.cvenomz.OwnBlocks.OwnBlocks.togglePlayer(OwnBlocks.java:188)
          at me.cvenomz.OwnBlocks.OwnBlocks.onCommand(OwnBlocks.java:205)
          at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
          ... 12 more
      2011-06-21 09:28:41 [INFO] §f§fDogukan§f: §fWe had 2 children..
      2011-06-21 09:28:48 [INFO] §f§fmarmite55§f: §furgh
      2011-06-21 09:29:05 [SEVERE] java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
      2011-06-21 09:29:05 [SEVERE]     at com.sk89q.bukkit.migration.NijiPermissionsResolver.hasPermission(NijiPermissionsResolver.java:61)
      2011-06-21 09:29:05 [SEVERE]     at com.sk89q.bukkit.migration.PermissionsResolverManager.hasPermission(PermissionsResolverManager.java:102)
      2011-06-21 09:29:05 [SEVERE]     at com.sk89q.worldedit.bukkit.BukkitPlayer.hasPermission(BukkitPlayer.java:111)
      2011-06-21 09:29:05 [SEVERE]     at com.sk89q.worldedit.WorldEdit.getSession(WorldEdit.java:144)
      2011-06-21 09:29:05 [SEVERE]     at com.sk89q.worldedit.WorldEdit.handleBlockRightClick(WorldEdit.java:942)
      2011-06-21 09:29:05 [SEVERE]     at com.sk89q.worldedit.bukkit.WorldEditPlayerListener.onPlayerInteract(WorldEditPlayerListener.java:121)
      2011-06-21 09:29:05 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:306)
      2011-06-21 09:29:05 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
      2011-06-21 09:29:05 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
      2011-06-21 09:29:05 [SEVERE]     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:166)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:212)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:550)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.Packet15Place.a(SourceFile:57)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      

      Look in the post I just wrote if you’re intrested to help. :)

      EDIT by Moderator: merged posts, please use the edit button instead of double posting.

      Last edited by a moderator: May 16, 2016

    7. Ah, nothing terribly frightening, you just botched your Permissions configuration, that’s all.

    8. Ah alright, I only use the globalUsers and globalGroups, that’s alright?

      My globalGroups:

      ##
      # AntiBuild is included with this.  To disable a group from being able to build then
      # set the build: flag to false (build: false).  If you want a group to be able to build
      # then set it to true.
      ##
      # 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
      ##
      #   Globalized Permission settings:
      #
      #       If a permission contains periods (.) you can denote a globalized parameter:
      #
      #           - 'foo.*'
      #
      #       This will allow you to use all general commands.
      #
      ##
      #   Single Asterisk denotes all commands:
      #
      #       - '*'
      ##
      #   To exempt a node use the - prefix like so:
      #       - '-foo.bar'
      ##
      #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
      #   such as iChat or HeroChat in order for these to do anything.
      groups:
          Default:
              default: true
              info:
                  prefix: ''
                  suffix: ''
                  build: true
              inheritance:
              permissions:
                  - 'givemewool.givewool'
                  - 'OwnBlocks.use'
       Moderator:
              default: false
              info:
                  prefix: ''
                  suffix: ''
                  build: true
              inheritance:
                  - Default
              permissions:
                  - 'bar.foo'
          Admins:
              default: false
              info:
                  prefix: ''
                  suffix: ''
                  build: true
              inheritance:
              permissions:
                  - 'vanish.vanish'
                  - 'weather.set.normal'
                  - 'givemewool.givewool'
                  - 'backup.canbackup'
                  - 'OwnBlocks.ignoreOwnership'
                  - 'OwnBlocks.use'

      My globalUsers:

      users:
          SneakyToe:
              groups:
              - Admins
              permissions: []
          Herpina:
              groups:
              - Moderator
              permissions:
              - herp.derp
          Derpina:
              groups:
              - Admins
              info:
                  prefix: '&4'
              permissions:
              - -derp.derp
    9. Easy to fix, look at how Default is indented, now look at Moderator and Admin, just add a few spaces in front of those 2 to make them line up with Default! Make sure u are using Spaces not Tabs.

    10. Still gives me the same error…

    11. Please post the updated groups ._. btw, you stated you are on 818, update to 860 It fix’d alot of shit that was in 818.

    12. New Groups:

      ##
      # AntiBuild is included with this.  To disable a group from being able to build then
      # set the build: flag to false (build: false).  If you want a group to be able to build
      # then set it to true.
      ##
      # 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
      ##
      #   Globalized Permission settings:
      #
      #       If a permission contains periods (.) you can denote a globalized parameter:
      #
      #           - 'foo.*'
      #
      #       This will allow you to use all general commands.
      #
      ##
      #   Single Asterisk denotes all commands:
      #
      #       - '*'
      ##
      #   To exempt a node use the - prefix like so:
      #       - '-foo.bar'
      ##
      #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
      #   such as iChat or HeroChat in order for these to do anything.
      groups:
          Default:
              default: true
              info:
                  prefix: ''
                  suffix: ''
                  build: true
              inheritance:
              permissions:
                  - 'givemewool.givewool'
                  - 'OwnBlocks.use'
          Moderator:
              default: false
              info:
                  prefix: ''
                  suffix: ''
                  build: true
              inheritance:
                  - Default
              permissions:
                  - 'bar.foo'
          Admins:
              default: false
              info:
                  prefix: ''
                  suffix: ''
                  build: true
              inheritance:
              permissions:
                  - 'vanish.vanish'
                  - 'weather.set.normal'
                  - 'givemewool.givewool'
                  - 'backup.canbackup'
                  - 'OwnBlocks.ignoreOwnership'
                  - 'OwnBlocks.use'
      

      Updated to 860 aswell, doesn’t work

    13. The update wasn’t to fix permissions, it just runs alot better than 818 :p Well, I can’t see any errors right away, but it might get fix’d if you use the default template again and simply redo your config? There must be something wrong with ur indents.

    14. This is the 5th time I do that.
      The weird thing is that some mods that I had before this started to happen still works, and some of the older ones that I had just stopped.

      And for some reason, my host (Brohosters) doesn’t support a reinstall button in their Admin Panel…

      Pencil, could you share with me your MSN, Skype, Steam, whatever that fits you if you’d like to help me solve this.

      SOLVED

      In some way I got no idea of…

      EDIT by Moderator: merged posts, please use the edit button instead of double posting.

      Last edited by a moderator: May 16, 2016

    15. Hehe alright :)

    16. 2011-06-25 19:21:47 [SEVERE] null
      org.bukkit.command.CommandException: Unhandled exception executing command ‘donationmeter’ in plugin DonationMeter v2.0
      at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
      at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
      at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:304)
      at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:725)
      at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)
      at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
      at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
      at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
      at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
      at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
      at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
      at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
      at fghjconner.DonationMeter.DonationsCommands.onCommand(DonationsCommands.java:23)
      at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
      … 12 more
      about the Donation Meters

    17. Any ideas? same thing happened to me

    18. Sometimes this happens when the user trying to perform the command does not have permission to use it. This happened to me when I first installed iconomy to my server.

    19. It could be Tabs used in the Config, it could be some rows be «placed wrong» (for example too many or not enough spaces in front of it), …

      Could you please post the error it shows in your server log?

    20. This is my server log when i reload my server, and my tabs in notepad++ are set to always be spaces. I have checked quite thoroughly and i cant find any mistakes. Some of the plugins recognize the permissions plugin but some dont.

      13:28:28 [INFO] [iConomy] Plugin disabled.
      13:28:28 [INFO] [SignShop] un-hooked from iConomy.
      13:28:28 [INFO] LWC     Freeing SQLite
      13:28:28 [INFO] [Permissions] SQL Interface disabled!
      13:28:28 [INFO] [SignShop] Saving shops...
      13:28:28 [INFO] [SignShop] Shops saved!
      13:28:28 [INFO] [SignShop] disabled
      13:28:28 [INFO] SimpleSave: Powered down
      13:28:28 [INFO] WorldGuard 5.2.2 disabled.
      13:28:28 [INFO] LWC     Loading shared objects
      13:28:28 [INFO] Cache   Protection cache: 0/10000
      13:28:28 [INFO] LWC     Native library: plugins/LWC/lib/native/Windows/x86/sqlit
      ejdbc.dll
      13:28:29 [SEVERE] mapping values are not allowed here
       in "<reader>", line 5, column 19:
                      prefix: ''
                            ^
      
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(Sca
      nnerImpl.java:745)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
      s(ScannerImpl.java:307)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
      nnerImpl.java:183)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessS
      equenceEntry.produce(ParserImpl.java:536)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
      Impl.java:163)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
      rImpl.java:148)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeSequenceN
      ode(Composer.java:203)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
      oser.java:158)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
      de(Composer.java:230)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
      oser.java:160)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
      de(Composer.java:230)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
      oser.java:160)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
      de(Composer.java:230)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
      oser.java:160)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(
      Composer.java:122)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
      mposer.java:105)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
      gleData(BaseConstructor.java:124)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
      13:28:29 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
      on.java:82)
      13:28:29 [SEVERE]       at com.nijiko.data.YamlUserStorage.performConversion(Yam
      lUserStorage.java:35)
      13:28:29 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
      e.java:30)
      13:28:29 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
      r.java:33)
      13:28:29 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
      Factory.java:76)
      13:28:29 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
      ModularControl.java:95)
      13:28:29 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
      arControl.java:86)
      13:28:29 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
      trol.java:116)
      13:28:29 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
      missions(Permissions.java:181)
      13:28:29 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
      ermissions.java:133)
      13:28:29 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
      erver.java:121)
      13:28:29 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.reload(CraftServer
      .java:356)
      13:28:29 [SEVERE]       at org.bukkit.command.SimpleCommandMap$ReloadCommand.exe
      cute(SimpleCommandMap.java:281)
      13:28:29 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCo
      mmandMap.java:129)
      13:28:29 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
      aftServer.java:290)
      13:28:29 [SEVERE]       at net.minecraft.server.MinecraftServer.b(MinecraftServe
      r.java:480)
      13:28:29 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
      r.java:465)
      13:28:29 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
      ver.java:361)
      13:28:29 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
      ceFile:422)
      13:28:29 [SEVERE] [Permissions] Unable to load permission data.
      13:28:29 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
      13:28:29 [INFO] [Permissions] (Yeti) was initialized.
      13:28:29 [INFO] [Permissions] (Yeti) disabled successfully.
      13:28:29 [INFO] CommandBook 1.5.2-customized enabled.
      13:28:29 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some feat
      ures have been disabled to be compatible with poorly written server wrappers.
      13:28:29 [INFO] CommandBook: 0 banned name(s) loaded.
      13:28:29 [INFO] CommandBook: 1 kit(s) loaded.
      13:28:29 [INFO] CommandBook: No known permissions plugin detected. Using configu
      ration file for permissions.
      13:28:29 [INFO] [iConomy] Logging is currently disabled.
      13:28:29 [INFO] [iConomy] v5.01 (Eruanna) loaded.
      13:28:29 [INFO] [iConomy] Developed by: [Nijikokun]
      13:28:29 [INFO] [Jail] Loaded 1 jail zones.
      13:28:29 [INFO] [Jail] Loaded 1 prisoners.
      13:28:29 [INFO] [Jail] Loaded 9 cells.
      13:28:29 [INFO] LWC     Loaded 134 locale strings (0 overrides)
      13:28:29 [INFO] [Permissions] (Yeti) disabled successfully.
      13:28:29 [INFO] CommandBook: No known permissions plugin detected. Using configu
      ration file for permissions.
      13:28:29 [INFO] CommandBook: No known permissions plugin detected. Using configu
      ration file for permissions.
      13:28:29 [SEVERE] Error occurred while enabling LWC v3.11 (Is it up to date?): c
      om/nijikokun/bukkit/Permissions/Permissions
      java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
              at com.griefcraft.lwc.LWC.load(Unknown Source)
              at com.griefcraft.lwc.LWCPlugin.onEnable(Unknown Source)
              at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
              at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
      .java:857)
              at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
      r.java:264)
              at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
              at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
      )
              at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:358)
              at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleComma
      ndMap.java:281)
              at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
      9)
              at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
      90)
              at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
              at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
              at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
              at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
      rmissions
              at java.net.URLClassLoader$1.run(Unknown Source)
              at java.security.AccessController.doPrivileged(Native Method)
              at java.net.URLClassLoader.findClass(Unknown Source)
              at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
      java:36)
              at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
      java:24)
              at java.lang.ClassLoader.loadClass(Unknown Source)
              at java.lang.ClassLoader.loadClass(Unknown Source)
              at java.lang.ClassLoader.loadClassInternal(Unknown Source)
              ... 15 more
      13:28:29 [INFO] [MYWARP] [MYWARP]: 10 warps loaded
      13:28:29 [INFO] [MYWARP] Permissions enabled using: Permissions v3.1.6
      13:28:29 [WARNING] [MYWARP] Help plugin not detected. Only providing help via /w
      arp help.
      13:28:29 [INFO] [MYWARP] MyWarp 2.0 enabled
      13:28:29 [INFO] [Permissions] SQL Interface enabled!
      13:28:29 [SEVERE] Error occurred while enabling SignShop v1.2 (Is it up to date?
      ): com/nijikokun/bukkit/Permissions/Permissions
      java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
              at Ne0nx3r0.SignShop.SignShop.setupPermissions(SignShop.java:212)
              at Ne0nx3r0.SignShop.SignShop.onEnable(SignShop.java:191)
              at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
              at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
      .java:857)
              at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
      r.java:264)
              at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
              at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
      )
              at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:358)
              at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleComma
      ndMap.java:281)
              at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
      9)
              at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
      90)
              at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
              at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
              at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
              at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
      rmissions
              at java.net.URLClassLoader$1.run(Unknown Source)
              at java.security.AccessController.doPrivileged(Native Method)
              at java.net.URLClassLoader.findClass(Unknown Source)
              at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
      java:36)
              at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
      java:24)
              at java.lang.ClassLoader.loadClass(Unknown Source)
              at java.lang.ClassLoader.loadClass(Unknown Source)
              at java.lang.ClassLoader.loadClassInternal(Unknown Source)
              ... 15 more
      13:28:29 [INFO] [SignShop] hooked into iConomy.
      13:28:29 [INFO] SimpleSave: Parts of config file are blank, but not null. Possib
      le errors might happen.
      13:28:29 [INFO] SimpleSave: DON'T! Post this 'warning' on the thread.
      13:28:29 [INFO] SimpleSave: 3.22 Initialized
      13:28:29 [INFO] WorldEdit 4.6 enabled.
      13:28:29 [INFO] WorldEdit: No known permissions plugin detected. Using configura
      tion file for permissions.
      13:28:29 [INFO] WorldGuard: No known permissions plugin detected. Using configur
      ation file for permissions.
      13:28:29 [INFO] WorldGuard: (world) Single session is enforced.
      13:28:29 [INFO] WorldGuard: (world) TNT ignition is blocked.
      13:28:29 [INFO] WorldGuard: (world) Lighters are PERMITTED.
      13:28:29 [INFO] WorldGuard: (world) Lava fire is blocked.
      13:28:29 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
      13:28:29 [INFO] WorldGuard: Loaded configuration for world 'world"
      13:28:29 [INFO] WorldGuard: (world_nether) Single session is enforced.
      13:28:29 [INFO] WorldGuard: (world_nether) TNT ignition is blocked.
      13:28:29 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
      13:28:29 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
      13:28:29 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
      13:28:29 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
      13:28:29 [INFO] WorldGuard: 4 regions loaded for 'world'
      13:28:29 [INFO] WorldGuard 5.2.2 enabled.
      13:28:29 [INFO] Reload complete.

      I definitely have permission.

      EDIT by Moderator: merged posts, please use the edit button instead of double posting.

      Last edited by a moderator: May 16, 2016

    21. so you have no idea how you fixed it? was it in your permissions or somewhere else? I have the same error :(

    22. My problem was a typo in the users file for permissions. Look at the error in the log and it will tell you where the error is :)

    23. Hi! I was trying to create a residence using http://forums.bukkit.org/threads/se…ction-system-buy-sell-land-economy-1185.9358/. I can select size of the residence without problems but when I try to create it, the server give me the same errror:
      An internal error occurred while attempting to perform this command

      Here I paste the server.log to see if you can help me with this.

      2012-01-16 17:27:03 [INFO] MLog clients using java 1.4+ standard logging.
      2012-01-16 17:27:03 [INFO] [Vault][Economy] Essentials Economy found: Waiting
      2012-01-16 17:27:03 [INFO] [Vault][Economy] iConomy 6 found: Waiting
      2012-01-16 17:27:03 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
      2012-01-16 17:27:03 [INFO] [Vault] Enabled Version 1.2.4-b47
      2012-01-16 17:27:03 [INFO] LWC: Loading shared objects
      2012-01-16 17:27:03 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
      2012-01-16 17:27:03 [INFO] LWC: Protection cache: 0/10000
      2012-01-16 17:27:03 [INFO] LWC: Loaded 207 locale strings (0 overrides)
      2012-01-16 17:27:03 [INFO] LWC: Permissions API: SuperPermsPermissions
      2012-01-16 17:27:03 [INFO] LWC: Currency API: iConomy6Currency
      2012-01-16 17:27:03 [INFO] LWC: Connecting to SQLite
      2012-01-16 17:27:03 [INFO] LWC: Performing any necessary database updates
      2012-01-16 17:27:03 [INFO] LWC: Using: Native
      2012-01-16 17:27:03 [INFO] LWC: Precached 8 protections.
      2012-01-16 17:27:03 [INFO] LWC: At version: 4.0.5 (b607)
      2012-01-16 17:27:03 [INFO] Preparing level "world"
      2012-01-16 17:27:03 [INFO] Default game type: 0
      2012-01-16 17:27:03 [INFO] Preparing start region for level 0 (Seed: 2635139359968946672)
      2012-01-16 17:27:04 [INFO] LWC: Latest version: 4.0.5
      2012-01-16 17:27:04 [INFO] Preparing start region for level 1 (Seed: -8580394544486249191)
      2012-01-16 17:27:04 [INFO] [Backup] No permissions plugin detected, defaulting to OP.
      2012-01-16 17:27:04 [INFO] Backup v1.8.4 has completed loading!
      2012-01-16 17:27:04 [INFO] File not found: pluginsEssentialsjail.yml
      2012-01-16 17:27:04 [INFO] Cargado Essentials, construido 2.7.2 por: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
      2012-01-16 17:27:04 [INFO] Essentials: Using config based permissions. Enable superperms in config.
      2012-01-16 17:27:04 [INFO] [Vault][Economy] Essentials Economy hooked.
      2012-01-16 17:27:04 [INFO] Cargado EssentialsChat, construido 2.7.2 por: essentials team
      2012-01-16 17:27:04 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
      2012-01-16 17:27:04 [INFO] Cargado EssentialsProtect, construido 2.7.2 por: essentials team
      2012-01-16 17:27:04 [INFO] File not found: pluginsEssentialsspawn.yml
      2012-01-16 17:27:04 [INFO] Cargado EssentialsSpawn, construido 2.7.2 por: essentials team
      2012-01-16 17:27:04 [INFO] [iConomy - Celty] Enabled (8 ms)
      2012-01-16 17:27:04 [INFO] [Essentials] Payment method found (iConomy version: 6)
      2012-01-16 17:27:04 [INFO] [Vault][Economy] iConomy 6 hooked.
      2012-01-16 17:27:04 [INFO] PlgSetspawn version 5.0 is enabled!
      2012-01-16 17:27:05 [INFO] [Residence] Permissions plugin NOT FOUND!
      2012-01-16 17:27:05 [INFO] [Residence] Successfully linked with iConomy! Version: 6.0.8b
      2012-01-16 17:27:05 [INFO] [Residence] Loaded...
      2012-01-16 17:27:05 [INFO] [Residence] Enabled! Version 2.4.2 by bekvon
      2012-01-16 17:27:05 [INFO] [RecidenceSigns 2.0] Loading Config File...
      2012-01-16 17:27:05 [INFO] [ResidenceSigns 2.0] Loading sign locations
      2012-01-16 17:27:05 [INFO] [ResidenceSigns 2.0] Updating all signs
      2012-01-16 17:27:05 [INFO] [ResidenceSigns 2.0] version v1.03 is enabled!
      2012-01-16 17:27:05 [INFO] [SpawnControl] version [0.8.3] loaded
      2012-01-16 17:27:05 [INFO] WorldEdit 5.0 enabled.
      2012-01-16 17:27:05 [INFO] WEPIF: Using the Bukkit Permissions API.
      2012-01-16 17:27:05 [INFO] WEPIF: Using the Bukkit Permissions API.
      2012-01-16 17:27:05 [INFO] [xAuth] 'Permissions' not detected, using Bukkit Superperms
      2012-01-16 17:27:05 [INFO] [xAuth] Connection to database established!
      2012-01-16 17:27:05 [INFO] [xAuth] Accounts: 1, Sessions: 1
      2012-01-16 17:27:05 [INFO] [xAuth] v2.0b4.3 Enabled!
      2012-01-16 17:27:05 [INFO] [dynmap-residence] initializing
      2012-01-16 17:27:05 [INFO] [dynmap] Using Bukkit Permissions (superperms) for access control
      2012-01-16 17:27:05 [INFO] [dynmap] Loaded 14 shaders.
      2012-01-16 17:27:05 [INFO] [dynmap] Loaded 82 perspectives.
      2012-01-16 17:27:05 [INFO] [dynmap] Loaded 7 lightings.
      2012-01-16 17:27:05 [INFO] [dynmap] Loaded 3 maps of world 'world'.
      2012-01-16 17:27:05 [INFO] [dynmap] Loaded 2 maps of world 'world_the_end'.
      2012-01-16 17:27:05 [INFO] [dynmap] Dynmap WebServer started on null:8123
      2012-01-16 17:27:05 [INFO] [dynmap] version 0.29.2-719 is enabled
      2012-01-16 17:27:05 [INFO] [dynmap-residence] version 0.14.1 is activated
      2012-01-16 17:27:05 [INFO] [ecoCreature] Loaded config defaults.
      2012-01-16 17:27:05 [INFO] [ecoCreature] Found permissions provider.
      2012-01-16 17:27:05 [INFO] [ecoCreature] Economy enabled.
      2012-01-16 17:27:05 [INFO] [ecoCreature] 0.0.9c (All your death are belong to us!) enabled.
      2012-01-16 17:27:05 [WARNING] Server permissions file permissions.yml is not valid YAML.
      java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Map
          at org.bukkit.craftbukkit.CraftServer.loadCustomPermissions(CraftServer.java:456)
          at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:175)
          at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
          at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
          at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
          at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
      2012-01-16 17:27:05 [INFO] Done (2.093s)! For help, type "help" or "?"
      2012-01-16 17:27:10 [INFO] Sl0wD34d [/190.188.185.225:56384] logged in with entity id 668 at ([world] 505.9375, 78.0, -233.0)
      2012-01-16 17:28:45 [SEVERE] null
      org.bukkit.command.CommandException: Unhandled exception executing command 'res' in plugin Residence v2.4.2
          at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
          at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
          at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
          at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:758)
          at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:723)
          at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:716)
          at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
          at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
          at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
          at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
          at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
          at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
      Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/FontAllowedCharacters
          at com.bekvon.bukkit.residence.Residence.validString(Residence.java:339)
          at com.bekvon.bukkit.residence.Residence.validName(Residence.java:332)
          at com.bekvon.bukkit.residence.protection.ResidenceManager.addResidence(ResidenceManager.java:158)
          at com.bekvon.bukkit.residence.Residence.onCommand(Residence.java:759)
          at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
          ... 12 more
      Caused by: java.lang.ClassNotFoundException: net.minecraft.server.FontAllowedCharacters
          at java.net.URLClassLoader$1.run(Unknown Source)
          at java.security.AccessController.doPrivileged(Native Method)
          at java.net.URLClassLoader.findClass(Unknown Source)
          at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
          at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          ... 17 more
      

      Also, I paste this: residence.admin
      residence.create

      in permissions.yml file.

      Greetins and I hope you can help me with this.

    24. Please I really need help with this!

    25. I got the same problem, and i just had to delete my Commandbook..
      Trying to install it again now and try to get it working again ..

    Thread Status:

    Not open for further replies.

    Share This Page

    Minecraft Forums

    This thread was marked as Locked by user-6840779 .

    «Internal Error Occured While Performing This Command»

      li» data-page-inline=»False» data-scroll-inline=»False»>

    • Stone Miner
    • Join Date: 6/23/2012
    • Posts: 79
    • Member Details

    • Diamond Miner
    • Join Date: 7/21/2012
    • Posts: 873
    • Minecraft: Strychnos27
    • Member Details

    • Carpenter
    • Join Date: 7/29/2012
    • Posts: 69
    • Minecraft: Newt_32
    • Member Details

    It could be a plugin malfunctioning. Are they all up to date? I know mob disguise isn’t. You should replace that with disguisecraft.

    Did you try reinstalling them ONE BY ONE to see which ones are working and which aren’t?

    Check your permissions file for any parse errors.

    Check your config files, any incorrect formatting or parse errors could cause the entire plugin to malfunction.

    Put your permissions yml and config ymls through a yaml parser.

    I can’t really say more without knowing which command you’re using.

    • Stone Miner
    • Join Date: 6/23/2012
    • Posts: 79
    • Member Details

    I will have to replace mob disguise.
    And I have to use FTP
    So I deleted the Plugins folder, reset the server to load that there was no plugins
    Then I downloaded the plugins, again, so they’re all up to date (except for md) and then I uploaded them to the plugins fielder 1 by 1.
    Command that don’t work are /jlh jail (it says it doesn’t work, but it sends the person to jail, but you can’t unjointed them because it doesn’t think they’re jailed)
    Also /mbox set (I have monster box too)
    None of the group manager commands are working
    Also manta mob control isn’t working (I turned creepers off, I see them walking around. There seems to be more than usual. )

    I have not tried resetting the permissions.yml
    And I haven’t reconfigured the configuration files since I updated them, they still don’t work.

    • Lapis Lazuli Collector
    • Join Date: 10/10/2011
    • Posts: 1,163
    • Minecraft: bacon_avenger
    • Member Details

    As others have said, the error of «An internal error occured while performing this command» is 90% useless. It’s just a generic message that appears when Something Bad(tm) happens. Usually it means that the plugin that handles that command started to load but ran into an error, leaving it in this ‘zombie’ state where it’s not quite dead but not really alive either.

    Check your server log file, there should be an error in there somewhere for the affected plugin.

    • Stone Miner
    • Join Date: 6/23/2012
    • Posts: 79
    • Member Details
    • Caused by: java.lang.NoClassDefFoundError: net/milkbowl/vault/permission/Permission
    • at code.shoottomaim.JLH.getGroups(JLH.java:556)
    • at code.shoottomaim.JLH.jailPlayer(JLH.java:334)
    • at code.shoottomaim.JLH.onCommand(JLH.java:202)
    • at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    • . 15 more

    so this?
    But im OP, i shouldnt need permissions.. right?

    • Stone Miner
    • Join Date: 6/23/2012
    • Posts: 79
    • Member Details

    • Stone Miner
    • Join Date: 6/23/2012
    • Posts: 79
    • Member Details

    • Lapis Lazuli Collector
    • Join Date: 10/10/2011
    • Posts: 1,163
    • Minecraft: bacon_avenger
    • Member Details
    • Caused by: java.lang.NoClassDefFoundError: net/milkbowl/vault/permission/Permission
    • at code.shoottomaim.JLH.getGroups(JLH.java:556)
    • at code.shoottomaim.JLH.jailPlayer(JLH.java:334)
    • at code.shoottomaim.JLH.onCommand(JLH.java:202)
    • at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    • . 15 more

    so this?
    But im OP, i shouldnt need permissions.. right?

    webrosc has the right idea, posting the server.log contents. But so you know in the future, what you posted is the fallout of the error, it’s not the actual cause. That normally shows up before those lines you posted.

    And the op part, not necessarily. I’ve seen a few plugins that don’t care about who is in the op file and will only pay attention to permissions settings.

    Myself, I don’t use the ops.txt. it’s set read-only on my servers and the op command is disabled via permissions. There isn’t any need for it any more with the current permissions system and permission managers available.

    • Stone Miner
    • Join Date: 6/23/2012
    • Posts: 79
    • Member Details

    2012-08-23 22:44:29 [INFO] Starting minecraft server version 1.3.1
    2012-08-23 22:44:29 [WARNING] To start the server with more ram, launch it as «java -Xmx1024M -Xms1024M -jar minecraft_server.jar»
    2012-08-23 22:44:29 [INFO] Loading properties
    2012-08-23 22:44:29 [INFO] Default game type: SURVIVAL
    2012-08-23 22:44:29 [INFO] Generating keypair
    2012-08-23 22:44:29 [INFO] Starting Minecraft server on *:6487
    2012-08-23 22:44:30 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.1-R2.0-12-g2210485-b2342jnks (MC: 1.3.1) (Implementing API version 1.3.1-R2.1-SNAPSHOT)
    2012-08-23 22:44:30 [INFO] —— Bukkit Auto Updater ——
    2012-08-23 22:44:30 [INFO] It appears that you’re running a Development Build, when you’ve specified in bukkit.yml that you prefer to run Recommended Builds.
    2012-08-23 22:44:30 [INFO] If you would like to be kept informed about new Development Build releases, it is recommended that you change ‘preferred-channel’ in your bukkit.yml to ‘dev’.
    2012-08-23 22:44:30 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
    2012-08-23 22:44:30 [INFO] If you would like to disable this warning, simply set ‘suggest-channels’ to false in bukkit.yml.
    2012-08-23 22:44:30 [INFO] —— ——————- ——
    2012-08-23 22:44:31 [INFO] [Citizens] Loading Citizens v1.2.1
    2012-08-23 22:44:31 [INFO] [GroupManager] Loading GroupManager v2.0.43 (Phoenix)
    2012-08-23 22:44:31 [INFO] [WorldEdit] Loading WorldEdit v5.3
    2012-08-23 22:44:31 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.7-b40
    2012-08-23 22:44:31 [INFO] [iConomy] Loading iConomy v7.0
    2012-08-23 22:44:31 [INFO] [DisguiseCraft] Loading DisguiseCraft v3.3
    2012-08-23 22:44:31 [INFO] [Permissions] Loading Permissions v3.1.6
    2012-08-23 22:44:31 [INFO] [WorldSaver] Loading WorldSaver v1.3
    2012-08-23 22:44:31 [INFO] [MantaMobControl] Loading MantaMobControl v1.2
    2012-08-23 22:44:31 [INFO] [Gods] Loading Gods v0.4.8
    2012-08-23 22:44:31 [INFO] [TeleportSuite] Loading TeleportSuite v2.2-b108
    2012-08-23 22:44:31 [INFO] [WirelessRedstone] Loading WirelessRedstone v1.6b
    2012-08-23 22:44:31 [INFO] [Commadd] Loading Commadd v2.0.4
    2012-08-23 22:44:31 [INFO] [BlockLogger] Loading BlockLogger v1.2
    2012-08-23 22:44:31 [INFO] [JailLikeHell] Loading JailLikeHell v5.4.1
    2012-08-23 22:44:31 [INFO] [MonsterBox] Loading MonsterBox v0.8.4
    2012-08-23 22:44:31 [INFO] [MobArena] Loading MobArena v0.94.4.80
    2012-08-23 22:44:31 [INFO] [WorldGuard] Loading WorldGuard v5.5.3
    2012-08-23 22:44:31 [INFO] [AFK] Loading AFK v2.0.6
    2012-08-23 22:44:31 [INFO] [Factions] Loading Factions v1.6.9
    2012-08-23 22:44:31 [INFO] [ChestShop] Loading ChestShop v3.46
    2012-08-23 22:44:31 [INFO] [TeleportSuite] Enabling TeleportSuite v2.2-b108
    2012-08-23 22:44:32 [INFO] [TeleportSuite] Enabled in 133ms.
    2012-08-23 22:44:32 [INFO] Preparing level «world»
    2012-08-23 22:44:32 [INFO] Preparing start region for level 0 (Seed: 6728437632148697142)
    2012-08-23 22:44:33 [INFO] Preparing spawn area: 85%
    2012-08-23 22:44:33 [INFO] Preparing start region for level 1 (Seed: 6728437632148697142)
    2012-08-23 22:44:34 [INFO] Preparing start region for level 2 (Seed: 6728437632148697142)
    2012-08-23 22:44:34 [INFO] Preparing spawn area: 61%
    2012-08-23 22:44:34 [INFO] [Citizens] Enabling Citizens v1.2.1
    2012-08-23 22:44:34 [INFO] [Citizens] No NPC types loaded.
    2012-08-23 22:44:35 [INFO] [Citizens] Vault is required for economy but wasn’t found. Server economy is unavailable.
    2012-08-23 22:44:35 [INFO] [Citizens] version [1.2.1] loaded.
    2012-08-23 22:44:35 [INFO] [GroupManager] Enabling GroupManager v2.0.43 (Phoenix)
    2012-08-23 22:44:35 [INFO] GroupManager version 2.0.43 (Phoenix) is enabled!
    2012-08-23 22:44:35 [INFO] [WorldEdit] Enabling WorldEdit v5.3
    2012-08-23 22:44:35 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-08-23 22:44:35 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.7-b40
    2012-08-23 22:44:36 [INFO] [NoCheatPlus] Version 3.7-b40 is enabled.
    2012-08-23 22:44:36 [INFO] [iConomy] Enabling iConomy v7.0
    2012-08-23 22:44:36 [INFO] [iConomy — April Fools] Enabled (20 ms)
    2012-08-23 22:44:36 [INFO] [iConomy] Hello, I’m Nijikokun. Yes, this is an April Fools joke, but ‘/money top’ was fixed! Enjoy — Rare Version!
    2012-08-23 22:44:36 [INFO] [TeleportSuite] Detected iConomy v7.0; attempting to hook.
    2012-08-23 22:44:36 [INFO] [DisguiseCraft] Enabling DisguiseCraft v3.3
    2012-08-23 22:44:36 [INFO] [iConomy — April Fools] Purged accounts with default balance.
    2012-08-23 22:44:36 [INFO] [DisguiseCraft] Version 3.3 is enabled!
    2012-08-23 22:44:36 [INFO] [Permissions] Enabling Permissions v3.1.6
    2012-08-23 22:44:36 [INFO] Fake Permissions version 3.1.6 is enabled!
    2012-08-23 22:44:36 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-08-23 22:44:36 [INFO] [WorldSaver] Enabling WorldSaver v1.3
    2012-08-23 22:44:36 [INFO] [WorldSaver] enabled. Visit goo.gl/HWbai for plugin info
    2012-08-23 22:44:36 [INFO] [MantaMobControl] Enabling MantaMobControl v1.2
    2012-08-23 22:44:36 [INFO] MantaMobControl version 1.2 is enabled!
    2012-08-23 22:44:36 [INFO] ##############################
    2012-08-23 22:44:36 [INFO] MantaMobControl: Pigs Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Cows Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Chickens Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Mooshrooms Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Sheep Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Sheep Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Villagers Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Enderman Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Wolf Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Pigmen Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Blaze Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Cave Spider Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Creeper Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Ghast Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Magma Cube Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Silverfish Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Skeleton Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Slimes Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Spiders Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Zombies Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Ender Dragons Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Snow Golems Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Giants Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Ocelots Enabled
    2012-08-23 22:44:36 [INFO] MantaMobControl: Iron Golems Enabled
    2012-08-23 22:44:36 [INFO] ##############################
    2012-08-23 22:44:36 [INFO] MantaMobControl: DESPAWNING ALL DISABLED MOBS. THIS CAN BE TURNED OFF IN MobControlProperties.txt
    2012-08-23 22:44:36 [INFO] [Gods] Enabling Gods v0.4.8
    2012-08-23 22:44:36 [INFO] [Gods v0.4.8] Using GroupManager
    2012-08-23 22:44:36 [INFO] [Gods v0.4.8] Loaded 74 language string types.
    2012-08-23 22:44:36 [INFO] [Gods v0.4.8] Loaded 0 gods.
    2012-08-23 22:44:36 [INFO] [Gods v0.4.8] Loaded 0 quests.
    2012-08-23 22:44:36 [INFO] [Gods v0.4.8] Loaded 0 believers.
    2012-08-23 22:44:36 [INFO] [WirelessRedstone] Enabling WirelessRedstone v1.6b
    2012-08-23 22:44:36 [INFO] WirelessRedstone: WirelessRedstone version 1.6b is loading.
    2012-08-23 22:44:36 [INFO] WirelessRedstone: Any of the supported permissions plugins has been detected! Defaulting to OP/Config files!
    2012-08-23 22:44:36 [INFO] WirelessRedstone version 1.6b is enabled!
    2012-08-23 22:44:36 [INFO] [Commadd] Enabling Commadd v2.0.4
    2012-08-23 22:44:36 [INFO] [Commadd] Commadd v2.0.4 enabled!
    2012-08-23 22:44:36 [INFO] [BlockLogger] Enabling BlockLogger v1.2
    2012-08-23 22:44:36 [INFO] [JailLikeHell] Enabling JailLikeHell v5.4.1
    2012-08-23 22:44:36 [SEVERE] Error occurred while enabling JailLikeHell v5.4.1 (Is it up to date?)
    java.lang.NoClassDefFoundError: net/milkbowl/vault/permission/Permission
    at code.shoottomaim.JLH.setupPermissions(JLH.java:142)
    at code.shoottomaim.JLH.onEnable(JLH.java:112)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247)
    at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.ClassNotFoundException: net.milkbowl.vault.permission.Permission
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:44)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    . 13 more
    2012-08-23 22:44:36 [INFO] [MonsterBox] Enabling MonsterBox v0.8.4
    2012-08-23 22:44:36 [INFO] [MonsterBox] Spout not detected. Disabling spout support.
    2012-08-23 22:44:36 [INFO] MonsterBox version 0.8.4 is enabled!
    2012-08-23 22:44:37 [INFO] [MobArena] Enabling MobArena v0.94.4.80
    2012-08-23 22:44:37 [WARNING] [MobArena] Vault was not found. Economy rewards will not work!
    2012-08-23 22:44:37 [INFO] [MobArena] v0.94.4.80 enabled.
    2012-08-23 22:44:37 [INFO] [WorldGuard] Enabling WorldGuard v5.5.3
    2012-08-23 22:44:37 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
    2012-08-23 22:44:37 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
    2012-08-23 22:44:37 [INFO] [WorldGuard] (world) Lava fire is blocked.
    2012-08-23 22:44:37 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
    2012-08-23 22:44:37 [INFO] [WorldGuard] Loaded configuration for world ‘world’
    2012-08-23 22:44:37 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
    2012-08-23 22:44:37 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
    2012-08-23 22:44:37 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
    2012-08-23 22:44:37 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
    2012-08-23 22:44:37 [INFO] [WorldGuard] Loaded configuration for world ‘world_nether’
    2012-08-23 22:44:37 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
    2012-08-23 22:44:37 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
    2012-08-23 22:44:37 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
    2012-08-23 22:44:37 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
    2012-08-23 22:44:37 [INFO] [WorldGuard] Loaded configuration for world ‘world_the_end’
    2012-08-23 22:44:37 [INFO] [WorldGuard] 0 regions loaded for ‘world’
    2012-08-23 22:44:37 [INFO] [WorldGuard] 0 regions loaded for ‘world_nether’
    2012-08-23 22:44:37 [INFO] [WorldGuard] 0 regions loaded for ‘world_the_end’
    2012-08-23 22:44:37 [INFO] [AFK] Enabling AFK v2.0.6
    2012-08-23 22:44:37 [INFO] [Factions] Enabling Factions v1.6.9
    2012-08-23 22:44:37 [INFO] [Factions v1.6.9] === ENABLE START ===
    2012-08-23 22:44:37 [INFO] [Factions v1.6.9] Loading board from disk
    2012-08-23 22:44:37 [INFO] [Factions v1.6.9] Economy integration is disabled, and the plugin «Vault» is not installed.
    2012-08-23 22:44:37 [INFO] [Factions v1.6.9] === ENABLE DONE (Took 183ms) ===
    2012-08-23 22:44:38 [INFO] [ChestShop] Enabling ChestShop v3.46
    2012-08-23 22:44:38 [INFO] [ChestShop] iConomy version 6 loaded.
    2012-08-23 22:44:38 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-08-23 22:44:38 [INFO] Done (6.431s)! For help, type «help» or «?»
    2012-08-23 22:44:38 [INFO] Starting GS4 status listener
    2012-08-23 22:44:38 [INFO] Query running on 0.0.0.0:6487
    2012-08-23 22:44:38 [INFO] [Citizens] Loaded 0 NPCs.

    webrosc has the right idea, posting the server.log contents. But so you know in the future, what you posted is the fallout of the error, it’s not the actual cause. That normally shows up before those lines you posted.

    And the op part, not necessarily. I’ve seen a few plugins that don’t care about who is in the op file and will only pay attention to permissions settings.

    Myself, I don’t use the ops.txt. it’s set read-only on my servers and the op command is disabled via permissions. There isn’t any need for it any more with the current permissions system and permission managers available.

    Im just using it right now to get ti fully set up. eventually (once i configure it) i will use group manager.

    Источник

    Thread Status:

    Not open for further replies.
    1. When I try to add new plugins (some old have stopped working aswell) it give me the error
      «an internal error occurred while attempting to perform this command» in-game.

      Anyone know what’s wrong? This even happens to plugins that are updated like iConomy.

      BUMP, really need help.

      BUMP, anyone got any clue what the fuck is going on?

      EDIT by Moderator: merged posts, please use the edit button instead of double posting.

      Last edited by a moderator: May 16, 2016

    2. You get this message usually when an Exception was dumped in the server log.

    3. How can I fix this then? Do you want some more information about my server etc?

      I’m running on 818 Bukkit.

    4. I’d say you start by looking for the stack trace in your server log. The error is often a null pointer exception and the class names in the stack trace usually point you to the plugin that is causing them.

    5. Give me the error <3 I wanna haz it!

    6. I deleted the server.log and restarted the server and tried typing a command, this is what came up:

      2011-06-21 09:27:45 [INFO] Starting minecraft server version Beta 1.6.6
      2011-06-21 09:27:45 [INFO] Loading properties
      2011-06-21 09:27:45 [INFO] Starting Minecraft server on 50.23.249.196:25566
      2011-06-21 09:27:45 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
      2011-06-21 09:27:45 [WARNING] The server will make no attempt to authenticate usernames. Beware.
      2011-06-21 09:27:45 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
      2011-06-21 09:27:45 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
      2011-06-21 09:27:45 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
      2011-06-21 09:27:45 [INFO] Preparing level "world"
      2011-06-21 09:27:45 [INFO] Preparing start region for level 0
      2011-06-21 09:27:46 [INFO] Preparing start region for level 1
      2011-06-21 09:27:46 [INFO] Preparing spawn area: 16%
      2011-06-21 09:27:47 [SEVERE] while parsing a block mapping
       in "<reader>", line 32, column 1:
          groups:
          ^
      expected <block end>, but found BlockMappingStart
       in "<reader>", line 43, column 2:
           Moderator:
           ^
      
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
      2011-06-21 09:27:47 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:54)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:178)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:58)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:93)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:84)
      2011-06-21 09:27:47 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:104)
      2011-06-21 09:27:47 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:186)
      2011-06-21 09:27:47 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
      2011-06-21 09:27:47 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
      2011-06-21 09:27:47 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
      2011-06-21 09:27:47 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
      2011-06-21 09:27:47 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
      2011-06-21 09:27:47 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
      2011-06-21 09:27:47 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      2011-06-21 09:27:47 [SEVERE] [Permissions] Unable to load permission data.
      2011-06-21 09:27:47 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
      2011-06-21 09:27:47 [INFO] [Permissions] (Yeti) was initialized.
      2011-06-21 09:27:47 [INFO] [AutoMessage] version [1.5] loaded
      2011-06-21 09:27:47 [INFO] Backup v1.6 was sucessfully loaded!
      2011-06-21 09:27:47 [INFO] [FullChest] version 3  booted.
      2011-06-21 09:27:47 [INFO] [FullChest] DISPENSERS NOT ENABLED!!!!
      2011-06-21 09:27:47 [INFO] [iOP] v0.6 Enabled
      2011-06-21 09:27:47 [INFO] NoFire version 1.3 is enabled!
      2011-06-21 09:27:47 [INFO] [OwnBlocks] Database read in from file
      2011-06-21 09:27:47 [INFO] [OwnBlocks] version 10.0 initialized
      2011-06-21 09:27:47 [INFO] [Permissions] (Yeti) disabled successfully.
      2011-06-21 09:27:47 [INFO] [RemoveExplosions] Permissions detected, RemoveExplosions hooked into permissions
      2011-06-21 09:27:47 [INFO] [RemoveExplosions] - Version 1.2 has been enabled.
      2011-06-21 09:27:47 [INFO] [Permissions] (Yeti) disabled successfully.
      2011-06-21 09:27:47 [INFO] [VanishNoPickup] 1.9.9 enabled.
      2011-06-21 09:27:47 [INFO] WorldEdit 4.6 enabled.
      2011-06-21 09:27:47 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
      2011-06-21 09:27:47 [INFO] Done (0.228s)! For help, type "help" or "?"
      2011-06-21 09:27:48 [INFO] SneakyToe [/81.226.50.83:65062] logged in with entity id 112 at ([ world] 171.4375, 64.0, -65.96875)
      2011-06-21 09:27:48 [SEVERE] Could not pass event PLAYER_JOIN to OwnBlocks
      java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:443)
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:456)
          at me.cvenomz.OwnBlocks.OwnBlocks.addPlayer(OwnBlocks.java:157)
          at me.cvenomz.OwnBlocks.OwnBlocksPlayerListener.onPlayerJoin(OwnBlocksPlayerListener.java:30)
          at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
          at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
          at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
          at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
          at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
          at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
          at net.minecraft.server.Packet1Login.a(SourceFile:43)
          at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
          at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
          at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
          at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
          at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
          at java.net.URLClassLoader$1.run(Unknown Source)
          at java.security.AccessController.doPrivileged(Native Method)
          at java.net.URLClassLoader.findClass(Unknown Source)
          at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
          at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          ... 17 more
      2011-06-21 09:27:48 [INFO] Dogukan [/87.212.6.32:52262] logged in with entity id 113 at ([ world] 191.55243224194243, 63.1875, -87.63085184557183)
      2011-06-21 09:27:48 [SEVERE] Could not pass event PLAYER_JOIN to OwnBlocks
      java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:443)
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:456)
          at me.cvenomz.OwnBlocks.OwnBlocks.addPlayer(OwnBlocks.java:157)
          at me.cvenomz.OwnBlocks.OwnBlocksPlayerListener.onPlayerJoin(OwnBlocksPlayerListener.java:30)
          at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
          at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
          at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
          at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
          at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
          at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
          at net.minecraft.server.Packet1Login.a(SourceFile:43)
          at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
          at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
          at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
          at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
          at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      2011-06-21 09:27:48 [INFO] marmite55 [/86.147.128.13:58177] logged in with entity id 114 at ([ world] 194.70643922215461, 64.0, -87.85949779985015)
      2011-06-21 09:27:48 [SEVERE] Could not pass event PLAYER_JOIN to OwnBlocks
      java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:443)
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:456)
          at me.cvenomz.OwnBlocks.OwnBlocks.addPlayer(OwnBlocks.java:157)
          at me.cvenomz.OwnBlocks.OwnBlocksPlayerListener.onPlayerJoin(OwnBlocksPlayerListener.java:30)
          at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
          at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
          at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
          at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
          at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
          at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
          at net.minecraft.server.Packet1Login.a(SourceFile:43)
          at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
          at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
          at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
          at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
          at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      2011-06-21 09:27:51 [SEVERE] java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
      2011-06-21 09:27:51 [SEVERE]     at com.sk89q.bukkit.migration.NijiPermissionsResolver.hasPermission(NijiPermissionsResolver.java:61)
      2011-06-21 09:27:51 [SEVERE]     at com.sk89q.bukkit.migration.PermissionsResolverManager.hasPermission(PermissionsResolverManager.java:102)
      2011-06-21 09:27:51 [SEVERE]     at com.sk89q.worldedit.bukkit.BukkitPlayer.hasPermission(BukkitPlayer.java:111)
      2011-06-21 09:27:51 [SEVERE]     at com.sk89q.worldedit.WorldEdit.getSession(WorldEdit.java:144)
      2011-06-21 09:27:51 [SEVERE]     at com.sk89q.worldedit.WorldEdit.handleBlockLeftClick(WorldEdit.java:974)
      2011-06-21 09:27:51 [SEVERE]     at com.sk89q.worldedit.bukkit.WorldEditPlayerListener.onPlayerInteract(WorldEditPlayerListener.java:112)
      2011-06-21 09:27:51 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:306)
      2011-06-21 09:27:51 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
      2011-06-21 09:27:51 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
      2011-06-21 09:27:51 [SEVERE]     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:166)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:63)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:453)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
      2011-06-21 09:27:51 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      2011-06-21 09:27:51 [INFO] §f§fDogukan§f: §flaggy.
      2011-06-21 09:27:56 [INFO] §d[Owner]§f§fSneakyToe§f: §fI restarted
      2011-06-21 09:27:57 [INFO] §d[Owner]§f§fSneakyToe§f: §f:P
      2011-06-21 09:28:00 [INFO] §f§fDogukan§f: §fOk
      2011-06-21 09:28:09 [INFO] §f§fDogukan§f: §fSup cow
      2011-06-21 09:28:20 [INFO] §f§fDogukan§f: §fCOOOOOW
      2011-06-21 09:28:23 [INFO] §f§fDogukan§f: §fWHY
      2011-06-21 09:28:30 [INFO] §f§fmarmite55§f: §fsry man
      2011-06-21 09:28:40 [SEVERE] null
      org.bukkit.command.CommandException: Unhandled exception executing command 'ownblocks' in plugin OwnBlocks v10.0
          at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
          at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
          at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:287)
          at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)
          at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)
          at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
          at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
          at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
          at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
          at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
          at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
          at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:443)
          at me.cvenomz.OwnBlocks.OwnBlocks.hasPermission(OwnBlocks.java:456)
          at me.cvenomz.OwnBlocks.OwnBlocks.addPlayer(OwnBlocks.java:157)
          at me.cvenomz.OwnBlocks.OwnBlocks.togglePlayer(OwnBlocks.java:188)
          at me.cvenomz.OwnBlocks.OwnBlocks.onCommand(OwnBlocks.java:205)
          at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
          ... 12 more
      2011-06-21 09:28:41 [INFO] §f§fDogukan§f: §fWe had 2 children..
      2011-06-21 09:28:48 [INFO] §f§fmarmite55§f: §furgh
      2011-06-21 09:29:05 [SEVERE] java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
      2011-06-21 09:29:05 [SEVERE]     at com.sk89q.bukkit.migration.NijiPermissionsResolver.hasPermission(NijiPermissionsResolver.java:61)
      2011-06-21 09:29:05 [SEVERE]     at com.sk89q.bukkit.migration.PermissionsResolverManager.hasPermission(PermissionsResolverManager.java:102)
      2011-06-21 09:29:05 [SEVERE]     at com.sk89q.worldedit.bukkit.BukkitPlayer.hasPermission(BukkitPlayer.java:111)
      2011-06-21 09:29:05 [SEVERE]     at com.sk89q.worldedit.WorldEdit.getSession(WorldEdit.java:144)
      2011-06-21 09:29:05 [SEVERE]     at com.sk89q.worldedit.WorldEdit.handleBlockRightClick(WorldEdit.java:942)
      2011-06-21 09:29:05 [SEVERE]     at com.sk89q.worldedit.bukkit.WorldEditPlayerListener.onPlayerInteract(WorldEditPlayerListener.java:121)
      2011-06-21 09:29:05 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:306)
      2011-06-21 09:29:05 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
      2011-06-21 09:29:05 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
      2011-06-21 09:29:05 [SEVERE]     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:166)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:212)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:550)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.Packet15Place.a(SourceFile:57)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
      2011-06-21 09:29:05 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      

      Look in the post I just wrote if you’re intrested to help. :)

      EDIT by Moderator: merged posts, please use the edit button instead of double posting.

      Last edited by a moderator: May 16, 2016

    7. Ah, nothing terribly frightening, you just botched your Permissions configuration, that’s all.

    8. Ah alright, I only use the globalUsers and globalGroups, that’s alright?

      My globalGroups:

      ##
      # AntiBuild is included with this.  To disable a group from being able to build then
      # set the build: flag to false (build: false).  If you want a group to be able to build
      # then set it to true.
      ##
      # 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
      ##
      #   Globalized Permission settings:
      #
      #       If a permission contains periods (.) you can denote a globalized parameter:
      #
      #           - 'foo.*'
      #
      #       This will allow you to use all general commands.
      #
      ##
      #   Single Asterisk denotes all commands:
      #
      #       - '*'
      ##
      #   To exempt a node use the - prefix like so:
      #       - '-foo.bar'
      ##
      #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
      #   such as iChat or HeroChat in order for these to do anything.
      groups:
          Default:
              default: true
              info:
                  prefix: ''
                  suffix: ''
                  build: true
              inheritance:
              permissions:
                  - 'givemewool.givewool'
                  - 'OwnBlocks.use'
       Moderator:
              default: false
              info:
                  prefix: ''
                  suffix: ''
                  build: true
              inheritance:
                  - Default
              permissions:
                  - 'bar.foo'
          Admins:
              default: false
              info:
                  prefix: ''
                  suffix: ''
                  build: true
              inheritance:
              permissions:
                  - 'vanish.vanish'
                  - 'weather.set.normal'
                  - 'givemewool.givewool'
                  - 'backup.canbackup'
                  - 'OwnBlocks.ignoreOwnership'
                  - 'OwnBlocks.use'

      My globalUsers:

      users:
          SneakyToe:
              groups:
              - Admins
              permissions: []
          Herpina:
              groups:
              - Moderator
              permissions:
              - herp.derp
          Derpina:
              groups:
              - Admins
              info:
                  prefix: '&4'
              permissions:
              - -derp.derp
    9. Easy to fix, look at how Default is indented, now look at Moderator and Admin, just add a few spaces in front of those 2 to make them line up with Default! Make sure u are using Spaces not Tabs.

    10. Still gives me the same error…

    11. Please post the updated groups ._. btw, you stated you are on 818, update to 860 It fix’d alot of shit that was in 818.

    12. New Groups:

      ##
      # AntiBuild is included with this.  To disable a group from being able to build then
      # set the build: flag to false (build: false).  If you want a group to be able to build
      # then set it to true.
      ##
      # 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
      ##
      #   Globalized Permission settings:
      #
      #       If a permission contains periods (.) you can denote a globalized parameter:
      #
      #           - 'foo.*'
      #
      #       This will allow you to use all general commands.
      #
      ##
      #   Single Asterisk denotes all commands:
      #
      #       - '*'
      ##
      #   To exempt a node use the - prefix like so:
      #       - '-foo.bar'
      ##
      #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
      #   such as iChat or HeroChat in order for these to do anything.
      groups:
          Default:
              default: true
              info:
                  prefix: ''
                  suffix: ''
                  build: true
              inheritance:
              permissions:
                  - 'givemewool.givewool'
                  - 'OwnBlocks.use'
          Moderator:
              default: false
              info:
                  prefix: ''
                  suffix: ''
                  build: true
              inheritance:
                  - Default
              permissions:
                  - 'bar.foo'
          Admins:
              default: false
              info:
                  prefix: ''
                  suffix: ''
                  build: true
              inheritance:
              permissions:
                  - 'vanish.vanish'
                  - 'weather.set.normal'
                  - 'givemewool.givewool'
                  - 'backup.canbackup'
                  - 'OwnBlocks.ignoreOwnership'
                  - 'OwnBlocks.use'
      

      Updated to 860 aswell, doesn’t work

    13. The update wasn’t to fix permissions, it just runs alot better than 818 :p Well, I can’t see any errors right away, but it might get fix’d if you use the default template again and simply redo your config? There must be something wrong with ur indents.

    14. This is the 5th time I do that.
      The weird thing is that some mods that I had before this started to happen still works, and some of the older ones that I had just stopped.

      And for some reason, my host (Brohosters) doesn’t support a reinstall button in their Admin Panel…

      Pencil, could you share with me your MSN, Skype, Steam, whatever that fits you if you’d like to help me solve this.

      SOLVED

      In some way I got no idea of…

      EDIT by Moderator: merged posts, please use the edit button instead of double posting.

      Last edited by a moderator: May 16, 2016

    15. Hehe alright :)

    16. 2011-06-25 19:21:47 [SEVERE] null
      org.bukkit.command.CommandException: Unhandled exception executing command ‘donationmeter’ in plugin DonationMeter v2.0
      at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
      at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
      at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:304)
      at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:725)
      at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)
      at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
      at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
      at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
      at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
      at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
      at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
      at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
      at fghjconner.DonationMeter.DonationsCommands.onCommand(DonationsCommands.java:23)
      at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
      … 12 more
      about the Donation Meters

    17. Any ideas? same thing happened to me

    18. Sometimes this happens when the user trying to perform the command does not have permission to use it. This happened to me when I first installed iconomy to my server.

    19. It could be Tabs used in the Config, it could be some rows be «placed wrong» (for example too many or not enough spaces in front of it), …

      Could you please post the error it shows in your server log?

    20. This is my server log when i reload my server, and my tabs in notepad++ are set to always be spaces. I have checked quite thoroughly and i cant find any mistakes. Some of the plugins recognize the permissions plugin but some dont.

      13:28:28 [INFO] [iConomy] Plugin disabled.
      13:28:28 [INFO] [SignShop] un-hooked from iConomy.
      13:28:28 [INFO] LWC     Freeing SQLite
      13:28:28 [INFO] [Permissions] SQL Interface disabled!
      13:28:28 [INFO] [SignShop] Saving shops...
      13:28:28 [INFO] [SignShop] Shops saved!
      13:28:28 [INFO] [SignShop] disabled
      13:28:28 [INFO] SimpleSave: Powered down
      13:28:28 [INFO] WorldGuard 5.2.2 disabled.
      13:28:28 [INFO] LWC     Loading shared objects
      13:28:28 [INFO] Cache   Protection cache: 0/10000
      13:28:28 [INFO] LWC     Native library: plugins/LWC/lib/native/Windows/x86/sqlit
      ejdbc.dll
      13:28:29 [SEVERE] mapping values are not allowed here
       in "<reader>", line 5, column 19:
                      prefix: ''
                            ^
      
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(Sca
      nnerImpl.java:745)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
      s(ScannerImpl.java:307)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
      nnerImpl.java:183)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessS
      equenceEntry.produce(ParserImpl.java:536)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
      Impl.java:163)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
      rImpl.java:148)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeSequenceN
      ode(Composer.java:203)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
      oser.java:158)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
      de(Composer.java:230)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
      oser.java:160)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
      de(Composer.java:230)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
      oser.java:160)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
      de(Composer.java:230)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
      oser.java:160)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(
      Composer.java:122)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
      mposer.java:105)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
      gleData(BaseConstructor.java:124)
      13:28:29 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
      13:28:29 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
      on.java:82)
      13:28:29 [SEVERE]       at com.nijiko.data.YamlUserStorage.performConversion(Yam
      lUserStorage.java:35)
      13:28:29 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
      e.java:30)
      13:28:29 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
      r.java:33)
      13:28:29 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
      Factory.java:76)
      13:28:29 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
      ModularControl.java:95)
      13:28:29 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
      arControl.java:86)
      13:28:29 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
      trol.java:116)
      13:28:29 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
      missions(Permissions.java:181)
      13:28:29 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
      ermissions.java:133)
      13:28:29 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
      erver.java:121)
      13:28:29 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.reload(CraftServer
      .java:356)
      13:28:29 [SEVERE]       at org.bukkit.command.SimpleCommandMap$ReloadCommand.exe
      cute(SimpleCommandMap.java:281)
      13:28:29 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCo
      mmandMap.java:129)
      13:28:29 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
      aftServer.java:290)
      13:28:29 [SEVERE]       at net.minecraft.server.MinecraftServer.b(MinecraftServe
      r.java:480)
      13:28:29 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
      r.java:465)
      13:28:29 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
      ver.java:361)
      13:28:29 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
      ceFile:422)
      13:28:29 [SEVERE] [Permissions] Unable to load permission data.
      13:28:29 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
      13:28:29 [INFO] [Permissions] (Yeti) was initialized.
      13:28:29 [INFO] [Permissions] (Yeti) disabled successfully.
      13:28:29 [INFO] CommandBook 1.5.2-customized enabled.
      13:28:29 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some feat
      ures have been disabled to be compatible with poorly written server wrappers.
      13:28:29 [INFO] CommandBook: 0 banned name(s) loaded.
      13:28:29 [INFO] CommandBook: 1 kit(s) loaded.
      13:28:29 [INFO] CommandBook: No known permissions plugin detected. Using configu
      ration file for permissions.
      13:28:29 [INFO] [iConomy] Logging is currently disabled.
      13:28:29 [INFO] [iConomy] v5.01 (Eruanna) loaded.
      13:28:29 [INFO] [iConomy] Developed by: [Nijikokun]
      13:28:29 [INFO] [Jail] Loaded 1 jail zones.
      13:28:29 [INFO] [Jail] Loaded 1 prisoners.
      13:28:29 [INFO] [Jail] Loaded 9 cells.
      13:28:29 [INFO] LWC     Loaded 134 locale strings (0 overrides)
      13:28:29 [INFO] [Permissions] (Yeti) disabled successfully.
      13:28:29 [INFO] CommandBook: No known permissions plugin detected. Using configu
      ration file for permissions.
      13:28:29 [INFO] CommandBook: No known permissions plugin detected. Using configu
      ration file for permissions.
      13:28:29 [SEVERE] Error occurred while enabling LWC v3.11 (Is it up to date?): c
      om/nijikokun/bukkit/Permissions/Permissions
      java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
              at com.griefcraft.lwc.LWC.load(Unknown Source)
              at com.griefcraft.lwc.LWCPlugin.onEnable(Unknown Source)
              at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
              at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
      .java:857)
              at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
      r.java:264)
              at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
              at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
      )
              at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:358)
              at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleComma
      ndMap.java:281)
              at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
      9)
              at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
      90)
              at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
              at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
              at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
              at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
      rmissions
              at java.net.URLClassLoader$1.run(Unknown Source)
              at java.security.AccessController.doPrivileged(Native Method)
              at java.net.URLClassLoader.findClass(Unknown Source)
              at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
      java:36)
              at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
      java:24)
              at java.lang.ClassLoader.loadClass(Unknown Source)
              at java.lang.ClassLoader.loadClass(Unknown Source)
              at java.lang.ClassLoader.loadClassInternal(Unknown Source)
              ... 15 more
      13:28:29 [INFO] [MYWARP] [MYWARP]: 10 warps loaded
      13:28:29 [INFO] [MYWARP] Permissions enabled using: Permissions v3.1.6
      13:28:29 [WARNING] [MYWARP] Help plugin not detected. Only providing help via /w
      arp help.
      13:28:29 [INFO] [MYWARP] MyWarp 2.0 enabled
      13:28:29 [INFO] [Permissions] SQL Interface enabled!
      13:28:29 [SEVERE] Error occurred while enabling SignShop v1.2 (Is it up to date?
      ): com/nijikokun/bukkit/Permissions/Permissions
      java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
              at Ne0nx3r0.SignShop.SignShop.setupPermissions(SignShop.java:212)
              at Ne0nx3r0.SignShop.SignShop.onEnable(SignShop.java:191)
              at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
              at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
      .java:857)
              at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
      r.java:264)
              at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
              at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
      )
              at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:358)
              at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleComma
      ndMap.java:281)
              at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
      9)
              at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
      90)
              at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
              at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
              at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
              at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
      Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
      rmissions
              at java.net.URLClassLoader$1.run(Unknown Source)
              at java.security.AccessController.doPrivileged(Native Method)
              at java.net.URLClassLoader.findClass(Unknown Source)
              at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
      java:36)
              at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
      java:24)
              at java.lang.ClassLoader.loadClass(Unknown Source)
              at java.lang.ClassLoader.loadClass(Unknown Source)
              at java.lang.ClassLoader.loadClassInternal(Unknown Source)
              ... 15 more
      13:28:29 [INFO] [SignShop] hooked into iConomy.
      13:28:29 [INFO] SimpleSave: Parts of config file are blank, but not null. Possib
      le errors might happen.
      13:28:29 [INFO] SimpleSave: DON'T! Post this 'warning' on the thread.
      13:28:29 [INFO] SimpleSave: 3.22 Initialized
      13:28:29 [INFO] WorldEdit 4.6 enabled.
      13:28:29 [INFO] WorldEdit: No known permissions plugin detected. Using configura
      tion file for permissions.
      13:28:29 [INFO] WorldGuard: No known permissions plugin detected. Using configur
      ation file for permissions.
      13:28:29 [INFO] WorldGuard: (world) Single session is enforced.
      13:28:29 [INFO] WorldGuard: (world) TNT ignition is blocked.
      13:28:29 [INFO] WorldGuard: (world) Lighters are PERMITTED.
      13:28:29 [INFO] WorldGuard: (world) Lava fire is blocked.
      13:28:29 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
      13:28:29 [INFO] WorldGuard: Loaded configuration for world 'world"
      13:28:29 [INFO] WorldGuard: (world_nether) Single session is enforced.
      13:28:29 [INFO] WorldGuard: (world_nether) TNT ignition is blocked.
      13:28:29 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
      13:28:29 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
      13:28:29 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
      13:28:29 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
      13:28:29 [INFO] WorldGuard: 4 regions loaded for 'world'
      13:28:29 [INFO] WorldGuard 5.2.2 enabled.
      13:28:29 [INFO] Reload complete.

      I definitely have permission.

      EDIT by Moderator: merged posts, please use the edit button instead of double posting.

      Last edited by a moderator: May 16, 2016

    21. so you have no idea how you fixed it? was it in your permissions or somewhere else? I have the same error :(

    22. My problem was a typo in the users file for permissions. Look at the error in the log and it will tell you where the error is :)

    23. Hi! I was trying to create a residence using http://forums.bukkit.org/threads/se…ction-system-buy-sell-land-economy-1185.9358/. I can select size of the residence without problems but when I try to create it, the server give me the same errror:
      An internal error occurred while attempting to perform this command

      Here I paste the server.log to see if you can help me with this.

      2012-01-16 17:27:03 [INFO] MLog clients using java 1.4+ standard logging.
      2012-01-16 17:27:03 [INFO] [Vault][Economy] Essentials Economy found: Waiting
      2012-01-16 17:27:03 [INFO] [Vault][Economy] iConomy 6 found: Waiting
      2012-01-16 17:27:03 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
      2012-01-16 17:27:03 [INFO] [Vault] Enabled Version 1.2.4-b47
      2012-01-16 17:27:03 [INFO] LWC: Loading shared objects
      2012-01-16 17:27:03 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
      2012-01-16 17:27:03 [INFO] LWC: Protection cache: 0/10000
      2012-01-16 17:27:03 [INFO] LWC: Loaded 207 locale strings (0 overrides)
      2012-01-16 17:27:03 [INFO] LWC: Permissions API: SuperPermsPermissions
      2012-01-16 17:27:03 [INFO] LWC: Currency API: iConomy6Currency
      2012-01-16 17:27:03 [INFO] LWC: Connecting to SQLite
      2012-01-16 17:27:03 [INFO] LWC: Performing any necessary database updates
      2012-01-16 17:27:03 [INFO] LWC: Using: Native
      2012-01-16 17:27:03 [INFO] LWC: Precached 8 protections.
      2012-01-16 17:27:03 [INFO] LWC: At version: 4.0.5 (b607)
      2012-01-16 17:27:03 [INFO] Preparing level "world"
      2012-01-16 17:27:03 [INFO] Default game type: 0
      2012-01-16 17:27:03 [INFO] Preparing start region for level 0 (Seed: 2635139359968946672)
      2012-01-16 17:27:04 [INFO] LWC: Latest version: 4.0.5
      2012-01-16 17:27:04 [INFO] Preparing start region for level 1 (Seed: -8580394544486249191)
      2012-01-16 17:27:04 [INFO] [Backup] No permissions plugin detected, defaulting to OP.
      2012-01-16 17:27:04 [INFO] Backup v1.8.4 has completed loading!
      2012-01-16 17:27:04 [INFO] File not found: pluginsEssentialsjail.yml
      2012-01-16 17:27:04 [INFO] Cargado Essentials, construido 2.7.2 por: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
      2012-01-16 17:27:04 [INFO] Essentials: Using config based permissions. Enable superperms in config.
      2012-01-16 17:27:04 [INFO] [Vault][Economy] Essentials Economy hooked.
      2012-01-16 17:27:04 [INFO] Cargado EssentialsChat, construido 2.7.2 por: essentials team
      2012-01-16 17:27:04 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
      2012-01-16 17:27:04 [INFO] Cargado EssentialsProtect, construido 2.7.2 por: essentials team
      2012-01-16 17:27:04 [INFO] File not found: pluginsEssentialsspawn.yml
      2012-01-16 17:27:04 [INFO] Cargado EssentialsSpawn, construido 2.7.2 por: essentials team
      2012-01-16 17:27:04 [INFO] [iConomy - Celty] Enabled (8 ms)
      2012-01-16 17:27:04 [INFO] [Essentials] Payment method found (iConomy version: 6)
      2012-01-16 17:27:04 [INFO] [Vault][Economy] iConomy 6 hooked.
      2012-01-16 17:27:04 [INFO] PlgSetspawn version 5.0 is enabled!
      2012-01-16 17:27:05 [INFO] [Residence] Permissions plugin NOT FOUND!
      2012-01-16 17:27:05 [INFO] [Residence] Successfully linked with iConomy! Version: 6.0.8b
      2012-01-16 17:27:05 [INFO] [Residence] Loaded...
      2012-01-16 17:27:05 [INFO] [Residence] Enabled! Version 2.4.2 by bekvon
      2012-01-16 17:27:05 [INFO] [RecidenceSigns 2.0] Loading Config File...
      2012-01-16 17:27:05 [INFO] [ResidenceSigns 2.0] Loading sign locations
      2012-01-16 17:27:05 [INFO] [ResidenceSigns 2.0] Updating all signs
      2012-01-16 17:27:05 [INFO] [ResidenceSigns 2.0] version v1.03 is enabled!
      2012-01-16 17:27:05 [INFO] [SpawnControl] version [0.8.3] loaded
      2012-01-16 17:27:05 [INFO] WorldEdit 5.0 enabled.
      2012-01-16 17:27:05 [INFO] WEPIF: Using the Bukkit Permissions API.
      2012-01-16 17:27:05 [INFO] WEPIF: Using the Bukkit Permissions API.
      2012-01-16 17:27:05 [INFO] [xAuth] 'Permissions' not detected, using Bukkit Superperms
      2012-01-16 17:27:05 [INFO] [xAuth] Connection to database established!
      2012-01-16 17:27:05 [INFO] [xAuth] Accounts: 1, Sessions: 1
      2012-01-16 17:27:05 [INFO] [xAuth] v2.0b4.3 Enabled!
      2012-01-16 17:27:05 [INFO] [dynmap-residence] initializing
      2012-01-16 17:27:05 [INFO] [dynmap] Using Bukkit Permissions (superperms) for access control
      2012-01-16 17:27:05 [INFO] [dynmap] Loaded 14 shaders.
      2012-01-16 17:27:05 [INFO] [dynmap] Loaded 82 perspectives.
      2012-01-16 17:27:05 [INFO] [dynmap] Loaded 7 lightings.
      2012-01-16 17:27:05 [INFO] [dynmap] Loaded 3 maps of world 'world'.
      2012-01-16 17:27:05 [INFO] [dynmap] Loaded 2 maps of world 'world_the_end'.
      2012-01-16 17:27:05 [INFO] [dynmap] Dynmap WebServer started on null:8123
      2012-01-16 17:27:05 [INFO] [dynmap] version 0.29.2-719 is enabled
      2012-01-16 17:27:05 [INFO] [dynmap-residence] version 0.14.1 is activated
      2012-01-16 17:27:05 [INFO] [ecoCreature] Loaded config defaults.
      2012-01-16 17:27:05 [INFO] [ecoCreature] Found permissions provider.
      2012-01-16 17:27:05 [INFO] [ecoCreature] Economy enabled.
      2012-01-16 17:27:05 [INFO] [ecoCreature] 0.0.9c (All your death are belong to us!) enabled.
      2012-01-16 17:27:05 [WARNING] Server permissions file permissions.yml is not valid YAML.
      java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Map
          at org.bukkit.craftbukkit.CraftServer.loadCustomPermissions(CraftServer.java:456)
          at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:175)
          at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
          at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
          at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
          at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
      2012-01-16 17:27:05 [INFO] Done (2.093s)! For help, type "help" or "?"
      2012-01-16 17:27:10 [INFO] Sl0wD34d [/190.188.185.225:56384] logged in with entity id 668 at ([world] 505.9375, 78.0, -233.0)
      2012-01-16 17:28:45 [SEVERE] null
      org.bukkit.command.CommandException: Unhandled exception executing command 'res' in plugin Residence v2.4.2
          at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
          at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
          at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
          at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:758)
          at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:723)
          at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:716)
          at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
          at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
          at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
          at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
          at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
          at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
      Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/FontAllowedCharacters
          at com.bekvon.bukkit.residence.Residence.validString(Residence.java:339)
          at com.bekvon.bukkit.residence.Residence.validName(Residence.java:332)
          at com.bekvon.bukkit.residence.protection.ResidenceManager.addResidence(ResidenceManager.java:158)
          at com.bekvon.bukkit.residence.Residence.onCommand(Residence.java:759)
          at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
          ... 12 more
      Caused by: java.lang.ClassNotFoundException: net.minecraft.server.FontAllowedCharacters
          at java.net.URLClassLoader$1.run(Unknown Source)
          at java.security.AccessController.doPrivileged(Native Method)
          at java.net.URLClassLoader.findClass(Unknown Source)
          at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
          at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          ... 17 more
      

      Also, I paste this: residence.admin
      residence.create

      in permissions.yml file.

      Greetins and I hope you can help me with this.

    24. Please I really need help with this!

    25. I got the same problem, and i just had to delete my Commandbook..
      Trying to install it again now and try to get it working again ..

    Thread Status:

    Not open for further replies.

    Share This Page


    Bukkit Forums

    Comments

    shadoowner commented Nov 5, 2013

    Hey, i installed dynmap on my server, i have MCPC+ so i put it in the mod folder.
    It does install the mod but when i type /dynmap fullrender or any other dynmap commands it says:
    «An internal error occured while attempting to perform this command».
    http://gyazo.com/357ddbe1f8bffad484fd0bd1b4758c46
    I have the right port set cuz i can open it in my browser and see where i am on the map.

    Mods installed:
    Pixelmon 2.5.2
    NBTEdit
    Dynmap

    The text was updated successfully, but these errors were encountered:

    shadoowner commented Nov 6, 2013

    s45.hosthorde.com:9328 is the IP, thats the only output i get, it renders small parts of the map not the complete map and ingame commands dont work

    AmauryCarrade commented Mar 29, 2014

    Hello,
    I have this exact same problem, with Minecraft 1.6.4, MCPC+ version git-MCPC-Plus-jenkins-MCPC-Plus-164-250 (MC: 1.6.4) (Implementing API version 1.6.4-R2.1-SNAPSHOT), on Ubuntu 12.10 desktop, with Java 1.7.0_51.

    The log in the console is:

    AmauryCarrade commented Mar 29, 2014

    Possible solve: I noticed I had two versions of dynmap (the bukkit plugin AND the couple Forge/Bridge). Removing the bukkit plugin solve the problem.

    mikeprimm commented Apr 2, 2014

    You can’t perform that action at this time.

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

    Источник

    an internal error occurred while attempting to perform this command #85

    Comments

    NimaGame commented Jun 8, 2016 •

    Hi,
    This is a nice plugin!
    And I really love it!
    But I can’t use it on my server.
    Please update it to 1.9 faster!
    When I use /woo check it show me this error : internal error occurred while attempting to perform this command
    Please help me!
    thank you.

    The text was updated successfully, but these errors were encountered:

    ethsmith commented Jun 8, 2016

    Woo check has nothing to do with bukkit really. Please a link to your config by pasting the config with pastebin/pastie.

    NimaGame commented Jun 8, 2016

    ethsmith commented Jun 9, 2016

    Have you added the key to wordpress panel?

    JayWood commented Jun 9, 2016

    If, however, this bug emerged from 1.8, then yea this is a bug.

    JayWood commented Jun 9, 2016

    Untested 1.9.4 build, have at it, report bugs, etc. just make sure to include any logs.

    NimaGame commented Jun 9, 2016

    Works fine!
    Thank you 👍

    ethsmith commented Jun 9, 2016

    @JayWood I will update the Bukkit/Spigot repos with that jar and just tag it with snapshot.

    NimaGame commented Jun 9, 2016 •

    what is these errors?
    [WooMinecraft] Cannot open Data Output Stream!
    [WooMinecraft] Connection refused

    ethsmith commented Jun 9, 2016 •

    Connection refused to his WordPress site, right? @JayWood

    NimaGame commented Jun 9, 2016 •

    ethsmith commented Jun 9, 2016

    You don’t have to hide your key, it doesn’t give us access to your server. 😛 but @JayWood would know the cause of connection refused more then me.

    JayWood commented Jun 10, 2016

    @NimaGame yea the key is purely so someone can access the list of stored commands, it’s really simple to change it of course.

    I’m working on some tweaks that would essentially remove that anyhow.

    @TekkitCommando this is the exact same issue as another ticket, second offense in fact. For some reason the names isn’t posting to his server.

    If we can get info on your WordPress server, like what OS it is, how are PHP scripts handled ( NginX or Apache ) what PHP version, etc. the more info you can give the more it will help us in determining the root cause of the names not getting posted to WordPress.

    And to be clear, there was indeed player(s) online when this ran right? Could you post the full log from that?

    NimaGame commented Jun 10, 2016 •

    To be clear, we are using Debian Wheezy, PHP 5.4 and Nginx 1.2.1. There are online players in the server when we test this

    In the server :
    No donations for online users.

    JayWood commented Jun 10, 2016

    @TekkitCommando modifications will need to be made ( which I think we’re already doing ) in the Java side of things to not ‘post’ names to the server. Instead, on the WordPress side we’ll be simply outputting a feed, instead.

    This willl fix this issue. I’m wondering if that’s something we can just put ahead of anything else we got going on, since I believe that would fix the bulk of these issues?

    ethsmith commented Jun 10, 2016

    @JayWood Yeah I think this is a priority. However I know PHP now, still not sure how to make WordPress plugins though I should be able to learn pretty quickly.

    Hear me out here. Isn’t it possible to do what we have been doing but in a different way. Add all commands needing to be ran to its own database and then those commands can be sent when the order is confirmed ( which I hope he did check if the payment was confirmed) and use some Java database code to manage the commands needing to be sent to the server instead of screwing around with all the json. That would effectively end the bugs. Where Java will just retrieve the commands and do what needs to be done sending them to the players and PHP will manage the commands that need to be added to the database it needs. I think the plugin will be more lightweight that way. If you understand my meaning. May setup a branch and try it as a proof of concept and a way to better explain.

    JayWood commented Jun 10, 2016 •

    @TekkitCommando The amount of read/write operations would be significantly higher if we were to go down that route, add to that the fact that the commands would be essentially stored in two locations ( wp database, and java memory/db ).

    However, on the WP side of things, I’ve already started on a modification to that here: https://github.com/WooMinecraft/woominecraft-wp/tree/feature/json-feed

    Basically if a key is provided, the java would get a list of all commands to be ran, without having to ‘send’ names to request.

    Again, this is already in the works just need to finish it up. Gives me something to do this weekend?

    The main problem is you cannot ‘technically’ separate the commands from WordPress since in WordPress they’re already stored in the DB by the user inputting them. They’re then stored against the username in the db upon purchase ( so we know who bought what ). So even then, to get them from the WP db to java, you’ll have to ‘open’ the SQL connection, which in most cases like WPEngine and other hosts, they lock down MySQL to local connections only. So attempting to connect to the database from an external source, will fail. Which means more support tickets.

    Источник

    Понравилась статья? Поделить с друзьями:
  • Что делать если пишет a javascript error occurred in the main process
  • Что делать если пишет a disk read error occurred press ctrl alt del to restart
  • Что делать если питон выдает ошибку invalid syntax
  • Что делать если печенье не пропеклось внутри как исправить
  • Что делать если пересолила пюре картофельное как исправить