This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INFO: Adding a new Serializer: CanaryEnchantment | |
| Exception in thread "main" java.lang.NumberFormatException: null | |
| at java.lang.Integer.parseInt(Unknown Source) | |
| at java.lang.Integer.parseInt(Unknown Source) | |
| at net.canarymod.backbone.BackbonePermissions.loadGroupPermissions(Backb | |
| onePermissions.java:39) | |
| at net.canarymod.permissionsystem.PermissionManager.getGroupsProvider(Pe | |
| rmissionManager.java:24) | |
| at net.canarymod.user.UserAndGroupsProvider.initGroups(UserAndGroupsProv | |
| ider.java:37) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2012-07-26 14:46:54 [INFO] Reloading data, hang on! | |
| permissions null for groups! | |
| permissions null for groups! | |
| permissions null for groups! | |
| permissions null for groups! | |
| permissions null for groups! | |
| 2012-07-26 14:46:54 [INFO] Reloaded! | |
| 2012-07-26 14:54:05 [INFO] Stopping server | |
| java.lang.NullPointerException | |
| at net.minecraft.server.OServerConfigurationManager.g(OServerConfigurati |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| ##USERNAME:GROUP:PREFIX:IPLIST | |
| ##STRING:STRING:STRING:STRING | |
| spenk96:admins:4: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2012-07-26 14:37:09 [WARNING] Failed to handle packet: java.lang.IndexOutOfBound | |
| sException: Source does not fit in dest | |
| java.lang.IndexOutOfBoundsException: Source does not fit in dest | |
| at java.util.Collections.copy(Unknown Source) | |
| at net.canarymod.api.entity.CanaryPlayer.chat(CanaryPlayer.java:110) | |
| at net.minecraft.server.ONetServerHandler.playerChat(ONetServerHandler.j | |
| ava:632) | |
| at net.minecraft.server.OPacket3Chat.a(OPacket3Chat.java:40) | |
| at net.minecraft.server.ONetworkManager.b(ONetworkManager.java:222) | |
| at net.minecraft.server.ONetServerHandler.a(ONetServerHandler.java:125) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.logging.Logger; | |
| /** | |
| * | |
| * @author Spenk | |
| */ | |
| //dont forget to let your MAIN class extends Plugin | |
| public class HelloWorld extends Plugin{ |