[GEN/SEC/ECON/TP/ADMN] Essentials - A collection of useful commands

Discussion in 'Archived: Plugin Releases' started by EssentialsTeam, Apr 30, 2011.

  1. Offline

    Necrodoom

    replicated and is on tracker now.
     
  2. Offline

    Cryptic

    Hello necrodoom, My groupmanager won't work at all. Here is my error log, please help :(

    Code:
    2012-08-13 17-51
    =============================== GM ERROR LOG ===============================
     
    java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
    plugins/GroupManager/globalgroups.yml
        at org.anjocaido.groupmanager.GlobalGroups.load(GlobalGroups.java:120)
        at org.anjocaido.groupmanager.GlobalGroups.<init>(GlobalGroups.java:47)
        at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:155)
        at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:85)
        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 org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:567)
        at org.bukkit.Bukkit.reload(Bukkit.java:183)
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:21)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
        at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
        at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
        at net.minecraft.server.ServerConnection.b(SourceFile:35)
        at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
        at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
        at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: while scanning an alias
    in "<reader>", line 111, column 7:
            - *
              ^
    expected alphabetic or numeric character, but found but found
     
    in "<reader>", line 111, column 8:
            - *
              ^
     
        at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1162)
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAlias(ScannerImpl.java:770)
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:311)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:537)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
        at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
        at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
        at org.anjocaido.groupmanager.GlobalGroups.load(GlobalGroups.java:117)
        ... 26 more
     
    ============================================================================
    
     
  3. Offline

    trueslider

    Yesterday i've updated Essentials with version 2.9.1 to 2.9.3 and noticed a bug: while moving through a portal between the worlds (plugin MyWorlds) - i'm losing experience. I have not changed anything, only Essentials.
    What is the problem?

    Bukkit 1.3.1. RB.
     
  4. Offline

    Necrodoom

    cryptic: its - '*', not - *

    trueslider: just relog or gain some more XP. the XP reset is visible on client only.
     
    trueslider likes this.
  5. Offline

    Cryptic

    I'm not quite sure what you mean?
     
  6. Offline

    Necrodoom

    AKA: you did - * instead of - '*' in globalgroups.yml
     
  7. Offline

    Thetduong

    Whenever i join my server, i lose my armor. Is there a way to fix that?
     
  8. Offline

    Necrodoom

    thetduong: essentials doesnt do that. list your plugins.
     
  9. Offline

    Feenix

    i get this when i load up my server


    2012-08-15 09-25
    =============================== GM ERROR LOG ===============================
    java.lang.NullPointerException
    at org.anjocaido.groupmanager.GMConfiguration.getMirrorsMap(GMConfiguration.java:141)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.mirrorSetUp(WorldsHolder.java:137)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:80)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.resetWorldsHolder(WorldsHolder.java:70)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:59)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:161)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:85)
    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:380)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    ============================================================================
    2012-08-15 09-32
    =============================== GM ERROR LOG ===============================
    java.lang.NullPointerException
    at org.anjocaido.groupmanager.GMConfiguration.getMirrorsMap(GMConfiguration.java:141)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.mirrorSetUp(WorldsHolder.java:137)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:80)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.resetWorldsHolder(WorldsHolder.java:70)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:59)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:161)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:85)
    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:380)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    ============================================================================
     
  10. Offline

    nrkid9

    I'm not sure if this has been answered at one point but how would I get essentials to work with factions? The chat keeps clashing. I want it to be (Group) (Faction) (User) but when I use factions it overrides the group function, not to mention messes with the chat colors, coming out to be (Faction) (User) without the group.
     
  11. Offline

    Necrodoom

  12. Offline

    Tanite

    After using Essentials for a solid year now, I have an amazing number of warps for my 8 worlds (and I'm the only one that uses it). It would be lovely to have a way to search them with an in-game command because I always wind up having to go to the server box and navigating to the warp directory to do it. Something like:

    /warp *market*

    (which then outputs: )

    Warps containing "market":
    market1
    market2
    marketold

    Just a suggestion. If there's a better place to put it, let me know.

    EDIT: Ok I see the Assembla site. I'll add the request over there :)
     
  13. Offline

    Cucuyoyo

    Hello, i have an Error.
    if OPS do /HELP it does work.
    if player Isn't OPED then /HELP DOESN't WORK.

    I use PermissionsEX, all the Nodes are Typed corerctly on the Permissions. nothing seems to be wrong.
    Any Ideas how i can fix it?
     
  14. Offline

    Necrodoom

    cucuyoyo: not working being, "no permission"? did you give essentials.help? if yes, try /ehelp.
     
  15. Offline

    GarretSidzaka

    Just to let you know that you have abusive ppl running your IRC. i went on at 8:16 am 8/16/12 and necrodoom kept giving me crap and told me I was trying to give him a virus. I was only there to post a stack trace, because i love this plugin and have donated. This guy was really pissing me off and i wanted you to know you had a trollish IRC mod

    oh and here is the link i posted that he accused me of i dont know wanted to hack your IRC?

    here is the main site and the pastebin link:
    http://troll.ws
    http://troll.ws/p/BvU6an


    here is the stack trace, but dont fucking expect anymore


     
  16. Offline

    Necrodoom

    if you continue to abuse the essentials channel helpers, and send unsafe links on the channel, the kick will turn to a ban. if you wish to report a valid bug report, paste your stack trace using www.pastie.org.
     
  17. Offline

    Iaccidentally

    GarretSidzaka
    We cannot assist with issues when not given proper information. necrodoom is a volunteer, and does not represent the essentials team. However, he is very knowledgeable and helpful. Your issue is caused by another plugin being broken, btw.
    P.S. - not trusting a link with a name like "troll.ws" is common sense. how much effort would it have been to use pastie or pastebin? Your anger is hardly justified.
     
  18. Offline

    Den2467

    ive found this plugin to be very useful and needed there is no other plugin that could replecate the brilliance of this plugin. this plugin has helped me in more ways than i can count!:)
     
  19. Offline

    Iaccidentally

    Glad you like it! :)
     
  20. Offline

    Iceman4391

    I need help with this. I had to update essentials, so I did. But when I did this error popped up, and I really need essentials. All help is much appreciated. Thanks.

    Also, nothing in essentials is working at all. My server is up to date and everything.
    Code:
    13:23:45 [INFO] GroupManager version 2.0 (2.9.3) (Phoenix) is disabled!
    13:23:45 [SEVERE] GroupManager - SEVERE - ======================================
    =============
    13:23:45 [SEVERE] GroupManager - SEVERE - = ERROR REPORT START =
    13:23:45 [SEVERE] GroupManager - SEVERE - ======================================
    =============
    13:23:45 [SEVERE] GroupManager - SEVERE - === PLEASE COPY AND PASTE THE ERROR.LO
    G FROM THE ==
    13:23:45 [SEVERE] GroupManager - SEVERE - = GROUPMANAGER FOLDER TO AN ESSENTIALS
      DEVELOPER =
    13:23:45 [SEVERE] GroupManager - SEVERE - ======================================
    =============
    13:23:45 [SEVERE] GroupManager - SEVERE - null
    13:23:45 [SEVERE] GroupManager - SEVERE - ======================================
    =============
    13:23:45 [SEVERE] GroupManager - SEVERE - = ERROR REPORT ENDED =
    13:23:45 [SEVERE] GroupManager - SEVERE - ======================================
    =============
    13:23:45 [SEVERE] org.bukkit.command.CommandException: Unhandled exception execu
    ting command 'manload' in plugin GroupManager v2.0 (2.9.3) (Phoenix)
    13:23:45 [SEVERE]      at org.bukkit.command.PluginCommand.execute(PluginComman
    d.java:42)
    13:23:45 [SEVERE]      at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCo
    mmandMap.java:168)
    13:23:45 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
    aftServer.java:492)
    13:23:45 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.dispatchServerComm
    and(CraftServer.java:488)
    13:23:45 [SEVERE]      at net.minecraft.server.DedicatedServer.ah(DedicatedServ
    er.java:248)
    13:23:45 [SEVERE]      at net.minecraft.server.DedicatedServer.q(DedicatedServe
    r.java:213)
    13:23:45 [SEVERE]      at net.minecraft.server.MinecraftServer.p(MinecraftServe
    r.java:476)
    13:23:45 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:408)
    13:23:45 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:539)
    13:23:45 [SEVERE] Caused by: java.lang.IllegalArgumentException
    13:23:45 [SEVERE]      at org.anjocaido.groupmanager.GroupManager.onEnable(Grou
    pManager.java:230)
    13:23:45 [SEVERE]      at org.anjocaido.groupmanager.GroupManager.onCommand(Gro
    upManager.java:1702)
    13:23:45 [SEVERE]      at org.bukkit.command.PluginCommand.execute(PluginComman
    d.java:40)
    13:23:45 [SEVERE]      ... 8 more
    13:23:45 [SEVERE] Caused by: java.lang.NullPointerException
    13:23:45 [SEVERE]      at org.anjocaido.groupmanager.GroupManager.onEnable(Grou
    pManager.java:163)
    13:23:45 [SEVERE]      ... 10 more
    13:23:45 [SEVERE] Encountered an unexpected exception CommandException
    org.bukkit.command.CommandException: Unhandled exception executing command 'manl
    oad' in plugin GroupManager v2.0 (2.9.3) (Phoenix)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4
    92)
            at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.
    java:488)
            at net.minecraft.server.DedicatedServer.ah(DedicatedServer.java:248)
            at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
            at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.IllegalArgumentException
            at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:23
    0)
            at org.anjocaido.groupmanager.GroupManager.onCommand(GroupManager.java:1
    702)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 8 more
    Caused by: java.lang.NullPointerException
            at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:16
    3)
            ... 10 more
     
  21. Offline

    chopstick121

    When i put tp for 3 second and everyone wont tp but only op can whats is the problem?
     
  22. Offline

    GarretSidzaka

    did you check the permissions file? there might be an error in there. there are alot of nodes in this plugin.

    good lord thats what get for supporting my friends hosting site. here is the dang trace.

    Code:
    2012-08-16 08:23:39 [SEVERE] Could not pass event BlockIgniteEvent to Essentials
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:35)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callEvent(CraftEventFactory.java:80)
        at net.minecraft.server.BlockStationary.b(BlockStationary.java:63)
        at net.minecraft.server.WorldServer.g(WorldServer.java:369)
        at net.minecraft.server.WorldServer.doTick(WorldServer.java:170)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:558)
        at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
        at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NullPointerException
        at org.bukkit.material.Sign.getFacing(Sign.java:130)
        at com.earth2me.essentials.signs.EssentialsSign.checkIfBlockBreaksSigns(EssentialsSign.java:228)
        at com.earth2me.essentials.signs.SignBlockListener.onBlockIgnite(SignBlockListener.java:189)
        at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
        ... 13 more
    @ TheREST OF YOU

    How dare you accuse me of posting a malicious link. You ppl didnt even click it. Go to hell!
     
  23. Offline

    Iaccidentally

    GarretSidzaka - I did click it. It wasn't malicious. That's not the point. The point is that the name looks malicious, therefore people with a brain in their head don't click it. Please stop being rude.

    A full startup log is needed to tell what is causing the issue.
     
  24. Offline

    GarretSidzaka

    oh yeah the hacker of the year award goes to the troll using troll in his name. i have an admin his name is troll, but he is the worst troller i have ever seen. the worst i saw him do was throw minecarts on the noobs during a drop party.

    i have no freaking clue why that dude picked a .ws extention but the site is a great dual image bin and pastebin.

    Iaccidentally

    thank you for at least listening to me. i will refrain from getting any more pissy over these noobs.


    Code:
    2012-08-16 13:29:14 [INFO] Starting minecraft server version 1.3.1
    2012-08-16 13:29:14 [INFO] Loading properties
    2012-08-16 13:29:14 [INFO] Default game type: SURVIVAL
    2012-08-16 13:29:14 [INFO] Generating keypair
    2012-08-16 13:29:14 [INFO] Starting Minecraft server on *:25565
    2012-08-16 13:29:14 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.1-R1.0-15-g12075d6-b2335jnks (MC: 1.3.1) (Implementing API version 1.3.1-R1.1-SNAPSHOT)
    2012-08-16 13:29:14 [INFO] [PermissionsEx] sql backend registered!
    2012-08-16 13:29:14 [INFO] [PermissionsEx] file backend registered!
    2012-08-16 13:29:14 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2012-08-16 13:29:15 [INFO] [SwornStaffChat] Loading SwornStaffChat v1.0
    2012-08-16 13:29:15 [INFO] [UltimateArena] Loading UltimateArena v1.0
    2012-08-16 13:29:15 [INFO] [PVPGun] Loading PVPGun v0.2
    2012-08-16 13:29:15 [INFO] [Leaderboard-Plugin] Loading Leaderboard-Plugin v0.1
    2012-08-16 13:29:15 [INFO] [WorldEdit] Loading WorldEdit v1167-3c00535
    2012-08-16 13:29:15 [INFO] [BuyMagic] Loading BuyMagic v0.1
    2012-08-16 13:29:15 [INFO] [Buycraft] Loading Buycraft v4.6
    2012-08-16 13:29:15 [INFO] [AntiItem] Loading AntiItem v1.0
    2012-08-16 13:29:15 [INFO] [Vault] Loading Vault v1.2.17-b224
    2012-08-16 13:29:15 [INFO] [IronDoorProtection] Loading IronDoorProtection v0.1
    2012-08-16 13:29:15 [INFO] [SwornRadio] Loading SwornRadio v1.0
    2012-08-16 13:29:15 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.2
    2012-08-16 13:29:15 [INFO] [PermissionsEx] Initializing file backend
    2012-08-16 13:29:15 [INFO] [PExChat] Loading PExChat v3.1.0
    2012-08-16 13:29:15 [INFO] [BadPotion] Loading BadPotion v3.0
    2012-08-16 13:29:15 [INFO] [SwornJail] Loading SwornJail v1.1.8
    2012-08-16 13:29:15 [INFO] [WorldGuard] Loading WorldGuard v624-18b5a4e
    2012-08-16 13:29:15 [INFO] [AutoCraft] Loading AutoCraft v1.3
    2012-08-16 13:29:15 [INFO] [dynmap] Loading dynmap v0.70.2-1290
    2012-08-16 13:29:15 [INFO] [UltimatePoker] Loading UltimatePoker v1.1
    2012-08-16 13:29:15 [INFO] [CheatDetection] Loading CheatDetection v0.1
    2012-08-16 13:29:15 [INFO] [SaveIt] Loading SaveIt v1.0
    2012-08-16 13:29:15 [INFO] [EnderStuffSucks] Loading EnderStuffSucks v1.0
    2012-08-16 13:29:15 [INFO] [MagicSpells] Loading MagicSpells v2.8.2
    2012-08-16 13:29:15 [INFO] [McRPG] Loading McRPG v0.1
    2012-08-16 13:29:15 [INFO] [SwornShopsPlus] Loading SwornShopsPlus v1.0
    2012-08-16 13:29:15 [INFO] [CoreProtect] Loading CoreProtect v1.53
    2012-08-16 13:29:15 [INFO] [SwornSpam] Loading SwornSpam v1.0
    2012-08-16 13:29:15 [INFO] [Sign Casino Slots] Loading Sign Casino Slots v1.0.3
    2012-08-16 13:29:15 [INFO] [AntiDiamond] Loading AntiDiamond v0.1
    2012-08-16 13:29:15 [INFO] [SkylandsPlus] Loading SkylandsPlus v0.13.1
    2012-08-16 13:29:15 [INFO] [Sign Casino Blackjack] Loading Sign Casino Blackjack v1.2
    2012-08-16 13:29:15 [INFO] [Xray Detection] Loading Xray Detection v0.5
    2012-08-16 13:29:15 [INFO] [Votifier] Loading Votifier v1.8
    2012-08-16 13:29:15 [INFO] [SwornNether] Loading SwornNether v1.0
    2012-08-16 13:29:15 [INFO] [AutoAnnouncer] Loading AutoAnnouncer v1.7-03.23
    2012-08-16 13:29:15 [INFO] [Essentials] Loading Essentials vDev2.9.400
    2012-08-16 13:29:15 [INFO] [WorldBorder] Loading WorldBorder v1.5.4
    2012-08-16 13:29:15 [INFO] [ChessCraft] Loading ChessCraft v1.2.1
    2012-08-16 13:29:15 [INFO] [JCVaultListener] Loading JCVaultListener v2.0.1
    2012-08-16 13:29:15 [INFO] [EssentialsSpawn] Loading EssentialsSpawn vDev2.9.400
    2012-08-16 13:29:15 [INFO] [SwornBackup] Loading SwornBackup v1.0
    2012-08-16 13:29:15 [INFO] [PvPBounty] Loading PvPBounty v2.0
    2012-08-16 13:29:15 [INFO] [SwornNations] Loading SwornNations v1.0
    2012-08-16 13:29:15 [INFO] [SwornPatrol] Loading SwornPatrol v2.0
    2012-08-16 13:29:15 [INFO] [Vault] Enabling Vault v1.2.17-b224
    2012-08-16 13:29:15 [INFO] [Vault][Economy] Essentials Economy found: Waiting
    2012-08-16 13:29:15 [INFO] [Vault][Permission] PermissionsEx found: Waiting
    2012-08-16 13:29:15 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    2012-08-16 13:29:15 [INFO] [Vault][Chat] PermissionsEx found: Waiting
    2012-08-16 13:29:15 [INFO] [Vault] Enabled Version 1.2.17-b224
    2012-08-16 13:29:15 [INFO] [SkylandsPlus] Enabling SkylandsPlus v0.13.1
    2012-08-16 13:29:15 [INFO] [SwornNether] Enabling SwornNether v1.0
    2012-08-16 13:29:15 [INFO] SwornNether enabled
    2012-08-16 13:29:15 [INFO] Preparing level "MineSworn6"
    2012-08-16 13:29:15 [INFO] Connection reset
    2012-08-16 13:29:15 [INFO] Preparing start region for level 0 (Seed: 256768841)
    2012-08-16 13:29:16 [INFO] Preparing start region for level 1 (Seed: 256768841)
    2012-08-16 13:29:16 [INFO] Connection reset
    2012-08-16 13:29:16 [INFO] Preparing spawn area: 81%
    2012-08-16 13:29:16 [INFO] Preparing start region for level 2 (Seed: 256768841)
    2012-08-16 13:29:17 [INFO] [SwornStaffChat] Enabling SwornStaffChat v1.0
    2012-08-16 13:29:17 [INFO] [UltimateArena] Enabling UltimateArena v1.0
    2012-08-16 13:29:17 [INFO] UltimateArena Enabled
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] CLASS LOADED: archer
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] CLASS LOADED: brute
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] CLASS LOADED: dumbass
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] CLASS LOADED: garret
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] CLASS LOADED: healer
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] CLASS LOADED: juggernaut
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] CLASS LOADED: rifleman
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] CLASS LOADED: scout
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] CLASS LOADED: sniper
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] CLASS LOADED: spleef
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE: pvp
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE: mob
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE: cq
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE: koth
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE: bomb
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE: ffa
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE: spleef
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE: infect
    2012-08-16 13:29:17 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE: ctf
    2012-08-16 13:29:17 [INFO] CTF ARENA LOADED: bunker
    2012-08-16 13:29:17 [INFO] CTF ARENA LOADED: camp
    2012-08-16 13:29:17 [INFO] BOMB ARENA LOADED: dedust2
    2012-08-16 13:29:17 [INFO] MOB ARENA LOADED: library
    2012-08-16 13:29:17 [INFO] INFECT ARENA LOADED: manor
    2012-08-16 13:29:17 [INFO] PVP ARENA LOADED: nuketown
    2012-08-16 13:29:17 [INFO] MOB ARENA LOADED: prison
    2012-08-16 13:29:17 [INFO] CONQUEST ARENA LOADED: towers
    2012-08-16 13:29:17 [INFO] CTF ARENA LOADED: valley
    2012-08-16 13:29:17 [INFO] [PVPGun] Enabling PVPGun v0.2
    2012-08-16 13:29:17 [INFO] PVPGun enabled
    2012-08-16 13:29:17 [INFO] [PVPGUN]COULD NOT HOOK INTO NOCHEATPLUS! is it installed?
    2012-08-16 13:29:17 [INFO] [PVPGUN] Loaded gun autoshotgun
    2012-08-16 13:29:17 [INFO] [PVPGUN] Loaded gun canister
    2012-08-16 13:29:17 [INFO] [PVPGUN] Loaded gun flamer
    2012-08-16 13:29:17 [INFO] [PVPGUN] Loaded gun MachineGun
    2012-08-16 13:29:17 [INFO] [PVPGUN] Loaded gun Pistol
    2012-08-16 13:29:17 [INFO] [PVPGUN] Loaded gun RocketLauncher
    2012-08-16 13:29:17 [INFO] [PVPGUN] Loaded gun Shotgun
    2012-08-16 13:29:17 [INFO] [PVPGUN] Loaded gun Sniper
    2012-08-16 13:29:17 [INFO] [PVPGUN] Loaded projectile Frag
    2012-08-16 13:29:17 [INFO] [Leaderboard-Plugin] Enabling Leaderboard-Plugin v0.1
    2012-08-16 13:29:17 [INFO] Leaderboard enabled
    2012-08-16 13:29:17 [INFO] [WorldEdit] Enabling WorldEdit v1167-3c00535
    2012-08-16 13:29:17 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-08-16 13:29:17 [INFO] [BuyMagic] Enabling BuyMagic v0.1
    2012-08-16 13:29:17 [INFO] BuyMagic enabled
    2012-08-16 13:29:17 [INFO] [Buycraft] Enabling Buycraft v4.6
    2012-08-16 13:29:17 [INFO] Connection reset
    2012-08-16 13:29:17 [INFO] [Buycraft] Loaded 48 package(s) into the cache.
    2012-08-16 13:29:17 [INFO] [Buycraft] Plugin has been successfully enabled.
    2012-08-16 13:29:17 [INFO] [AntiItem] Enabling AntiItem v1.0
    2012-08-16 13:29:17 [INFO] [IronDoorProtection] Enabling IronDoorProtection v0.1
    2012-08-16 13:29:17 [INFO] IronDoorProtection enabled
    2012-08-16 13:29:17 [INFO] [SwornRadio] Enabling SwornRadio v1.0
    2012-08-16 13:29:17 [INFO] SwornRadio Version 1.0 has been enabled!
    2012-08-16 13:29:17 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.2
    2012-08-16 13:29:17 [INFO] [PermissionsEx] Superperms support enabled.
    2012-08-16 13:29:17 [INFO] [PermissionsEx] v1.19.2 enabled
    2012-08-16 13:29:17 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
    2012-08-16 13:29:17 [INFO] [Vault][Permission] PermissionsEx hooked.
    2012-08-16 13:29:17 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
    2012-08-16 13:29:17 [INFO] [PExChat] Enabling PExChat v3.1.0
    2012-08-16 13:29:17 [INFO] [PExChat] v3.1.0 enabled
    2012-08-16 13:29:17 [INFO] [BadPotion] Enabling BadPotion v3.0
    2012-08-16 13:29:17 [INFO] [BadPotion] Config Loaded
    2012-08-16 13:29:17 [INFO] [SwornJail] Enabling SwornJail v1.1.8
    2012-08-16 13:29:17 [INFO] SwornJail Version 1.1.8 Has Been Enabled!
    2012-08-16 13:29:17 [INFO] [WorldGuard] Enabling WorldGuard v624-18b5a4e
    2012-08-16 13:29:17 [INFO] [WorldGuard] (MineSworn6) TNT ignition is PERMITTED.
    2012-08-16 13:29:17 [INFO] [WorldGuard] (MineSworn6) Lighters are PERMITTED.
    2012-08-16 13:29:17 [INFO] [WorldGuard] (MineSworn6) Lava fire is blocked.
    2012-08-16 13:29:17 [INFO] [WorldGuard] (MineSworn6) All fire spread is disabled.
    2012-08-16 13:29:17 [INFO] [WorldGuard] Loaded configuration for world 'MineSworn6'
    2012-08-16 13:29:17 [INFO] [WorldGuard] (MineSworn6_nether) TNT ignition is PERMITTED.
    2012-08-16 13:29:17 [INFO] [WorldGuard] (MineSworn6_nether) Lighters are PERMITTED.
    2012-08-16 13:29:17 [INFO] [WorldGuard] (MineSworn6_nether) Lava fire is blocked.
    2012-08-16 13:29:17 [INFO] [WorldGuard] (MineSworn6_nether) All fire spread is disabled.
    2012-08-16 13:29:17 [INFO] [WorldGuard] Loaded configuration for world 'MineSworn6_nether'
    2012-08-16 13:29:17 [INFO] [WorldGuard] (MineSworn6_the_end) TNT ignition is PERMITTED.
    2012-08-16 13:29:17 [INFO] [WorldGuard] (MineSworn6_the_end) Lighters are PERMITTED.
    2012-08-16 13:29:17 [INFO] [WorldGuard] (MineSworn6_the_end) Lava fire is blocked.
    2012-08-16 13:29:17 [INFO] [WorldGuard] (MineSworn6_the_end) All fire spread is disabled.
    2012-08-16 13:29:17 [INFO] [WorldGuard] Loaded configuration for world 'MineSworn6_the_end'
    2012-08-16 13:29:17 [INFO] [WorldGuard] 0 regions loaded for 'MineSworn6'
    2012-08-16 13:29:17 [INFO] [WorldGuard] 0 regions loaded for 'MineSworn6_nether'
    2012-08-16 13:29:17 [INFO] [WorldGuard] 0 regions loaded for 'MineSworn6_the_end'
    2012-08-16 13:29:17 [INFO] [AutoCraft] Enabling AutoCraft v1.3
    2012-08-16 13:29:17 [INFO] AutoCraft Enabled
    2012-08-16 13:29:17 [SEVERE] Wrong method arguments used for event type registered
    2012-08-16 13:29:17 [INFO] [dynmap] Enabling dynmap v0.70.2-1290
    2012-08-16 13:29:17 [INFO] [dynmap] Using PermissionsEx 1.19.2 for access control
    2012-08-16 13:29:18 [INFO] Connection reset
    2012-08-16 13:29:18 [INFO] [dynmap] Loaded 20 shaders.
    2012-08-16 13:29:18 [INFO] Connection reset
    2012-08-16 13:29:18 [INFO] Connection reset
    2012-08-16 13:29:18 [INFO] [dynmap] Loaded 82 perspectives.
    2012-08-16 13:29:18 [INFO] [dynmap] Loaded 12 lightings.
    2012-08-16 13:29:18 [INFO] Connection reset
    2012-08-16 13:29:18 [INFO] Connection reset
    2012-08-16 13:29:19 [INFO] [dynmap] Web server started on address 0.0.0.0:8123
    2012-08-16 13:29:19 [INFO] [dynmap] version 0.70.2-1290 is enabled - core version 0.70.2-337
    2012-08-16 13:29:19 [INFO] [dynmap] Loaded 3 maps of world 'MineSworn6'.
    2012-08-16 13:29:19 [INFO] [dynmap] Loaded 50 pending tile renders for world 'MineSworn6
    2012-08-16 13:29:19 [INFO] [dynmap] Loaded 2 maps of world 'MineSworn6_nether'.
    2012-08-16 13:29:19 [INFO] [dynmap] Loaded 6 pending tile renders for world 'MineSworn6_nether
    2012-08-16 13:29:19 [INFO] [dynmap] Loaded 2 maps of world 'MineSworn6_the_end'.
    2012-08-16 13:29:19 [INFO] [dynmap] Enabled
    2012-08-16 13:29:19 [INFO] [UltimatePoker] Enabling UltimatePoker v1.1
    2012-08-16 13:29:19 [INFO] [UltimatePoker] Hooked into Vault
    2012-08-16 13:29:19 [INFO] [UltimatePoker] Hooked into Essentials Economy
    2012-08-16 13:29:19 [INFO] [UltimatePoker] Hooked into SQLite
    2012-08-16 13:29:19 [INFO] [UltimatePoker] UltimatePoker v1.1 plugin enabled!
    2012-08-16 13:29:19 [INFO] [CheatDetection] Enabling CheatDetection v0.1
    2012-08-16 13:29:19 [INFO] CheatDetection enabled
    2012-08-16 13:29:19 [INFO] [CheatDetection] No blocked Commands file!
    2012-08-16 13:29:19 [INFO] [Profiler] Enabling Profiler
    2012-08-16 13:29:19 [INFO] [Profiler] players folder found continuing with startup.
    2012-08-16 13:29:19 [INFO] playerlist.txt loaded
    2012-08-16 13:29:19 [INFO] [Profiler] Profiler successfully enabled
    2012-08-16 13:29:19 [INFO] [SaveIt] Enabling SaveIt v1.0
    2012-08-16 13:29:19 [INFO] [EnderStuffSucks] Enabling EnderStuffSucks v1.0
    2012-08-16 13:29:19 [INFO] [EnderStuffSucks] Loading EnderStuffSucks
    2012-08-16 13:29:19 [INFO] [MagicSpells] Enabling MagicSpells v2.8.2
    2012-08-16 13:29:19 [INFO] Connection reset
    2012-08-16 13:29:19 [WARNING] [MagicSpells] Unable to load spell webwall (missing class com.nisovin.magicspells.spells.targeted.WallSpell)
    2012-08-16 13:29:19 [INFO] [MagicSpells] Spells loaded: 108
    2012-08-16 13:29:19 [INFO] [McRPG] Enabling McRPG v0.1
    2012-08-16 13:29:19 [INFO] McRPG Enabled
    2012-08-16 13:29:19 [INFO] [SwornShopsPlus] Enabling SwornShopsPlus v1.0
    2012-08-16 13:29:20 [INFO] Connection reset
    2012-08-16 13:29:20 [INFO] Connection reset
    2012-08-16 13:29:20 [INFO] [CoreProtect] Enabling CoreProtect v1.53
    2012-08-16 13:29:20 [INFO] Connection reset
    2012-08-16 13:29:20 [INFO] CoreProtect version 1.53 is enabled!
    2012-08-16 13:29:20 [INFO] [CoreProtect] Using file based data storage.
    2012-08-16 13:29:20 [INFO] [SwornSpam] Enabling SwornSpam v1.0
    2012-08-16 13:29:20 [INFO] [Sign Casino Slots] Enabling Sign Casino Slots v1.0.3
    2012-08-16 13:29:20 [INFO] [Sign Casino Slots] All data loaded.
    2012-08-16 13:29:20 [INFO] [Sign Casino Slots] Sign Casino Slots v1.0.3 enabled, by Silentnight18
    2012-08-16 13:29:20 [INFO] [AntiDiamond] Enabling AntiDiamond v0.1
    2012-08-16 13:29:20 [INFO] AntiDiamond enabled
    2012-08-16 13:29:20 [INFO] [Sign Casino Blackjack] Enabling Sign Casino Blackjack v1.2
    2012-08-16 13:29:20 [INFO] [Sign Casino Blackjack] All data loaded.
    2012-08-16 13:29:20 [INFO] [Sign Casino Blackjack] Sign Casino Blackjack v1.2 enabled, by Silentnight18
    2012-08-16 13:29:20 [INFO] [Xray Detection] Enabling Xray Detection v0.5
    2012-08-16 13:29:20 [INFO] xray detection enabled
    2012-08-16 13:29:20 [INFO] [Votifier] Enabling Votifier v1.8
    2012-08-16 13:29:20 [INFO] [Votifier] Votifier enabled.
    2012-08-16 13:29:20 [INFO] [AutoAnnouncer] Enabling AutoAnnouncer v1.7-03.23
    2012-08-16 13:29:20 [INFO] [AutoAnnouncer] Permission support enabled!
    2012-08-16 13:29:20 [INFO] [AutoAnnouncer] Settings Loaded (15 announces).
    2012-08-16 13:29:20 [INFO] [AutoAnnouncer] Scheduled every 3 minutes!
    2012-08-16 13:29:20 [INFO] [AutoAnnouncer] v1.7-03.23 is enabled!
    2012-08-16 13:29:20 [INFO] [AutoAnnouncer] Developed by: [Sharkiller]
    2012-08-16 13:29:20 [INFO] [Essentials] Enabling Essentials vDev2.9.400
    2012-08-16 13:29:20 [INFO] [Vault][Economy] Essentials Economy hooked.
    2012-08-16 13:29:20 [INFO] Essentials: Using PermissionsEx based permissions.
    2012-08-16 13:29:20 [INFO] [WorldBorder] Enabling WorldBorder v1.5.4
    2012-08-16 13:29:20 [INFO] [WorldBorder] [CONFIG] Using square border, knockback of 3.0 blocks, and timer delay of 5.
    2012-08-16 13:29:20 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
    2012-08-16 13:29:20 [INFO] [WorldBorder] [CONFIG] World "MineSworn6" has border radius 6000 at X: 0.5 Z: 0.5
    2012-08-16 13:29:20 [INFO] [WorldBorder] [CONFIG] World "MineSworn6_nether" has border radius 6000 at X: 0.5 Z: 0.5
    2012-08-16 13:29:20 [INFO] [WorldBorder] [CONFIG] World "MineSworn6_the_end" has border radius 2000 at X: 0.7 Z: -0.2
    2012-08-16 13:29:20 [INFO] [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
    2012-08-16 13:29:20 [INFO] For reference, the main world's spawn location is at X: -242.0 Y: 64.0 Z: 308.0
    2012-08-16 13:29:20 [INFO] [ChessCraft] Enabling ChessCraft v1.2.1
    2012-08-16 13:29:22 [INFO] --------------------
    2012-08-16 13:29:22 [INFO] [CoreProtect] Version 1.54 now available.
    2012-08-16 13:29:22 [INFO] [CoreProtect] Download at http://coreprotect.net
    2012-08-16 13:29:22 [INFO] [CoreProtect] Enjoy CoreProtect? Leave a comment on the thread!
    2012-08-16 13:29:22 [INFO] --------------------
    2012-08-16 13:29:25 [INFO] [JCVaultListener] Enabling JCVaultListener v2.0.1
    2012-08-16 13:29:25 [INFO] [JCVaultListener] Using economy plugin: Essentials Economy
    2012-08-16 13:29:25 [INFO] [JCVaultListener] JCVaultListener enabled!
    2012-08-16 13:29:25 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn vDev2.9.400
    2012-08-16 13:29:25 [INFO] [SwornBackup] Enabling SwornBackup v1.0
    2012-08-16 13:29:25 [INFO] [PvPBounty] Enabling PvPBounty v2.0
    2012-08-16 13:29:25 [INFO] [PvPBounty] PvPBounty has been enabled
    2012-08-16 13:29:25 [INFO] [SwornNations] Enabling SwornNations v1.0
    2012-08-16 13:29:25 [INFO] [SwornNations v1.0] === ENABLE START ===
    2012-08-16 13:29:38 [INFO] [SwornNations v1.0] Loading board from disk
    2012-08-16 13:29:39 [INFO] [SwornNations v1.0] Economy integration through Vault plugin successful.
    2012-08-16 13:29:39 [INFO] [SwornNations v1.0] === ENABLE DONE (Took 13645ms) ===
    2012-08-16 13:29:39 [INFO] [SwornPatrol] Enabling SwornPatrol v2.0
    2012-08-16 13:29:39 [INFO] SwornPatrol Version 2.0 has been enabled!
    2012-08-16 13:29:39 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-08-16 13:29:39 [INFO] Done (23.816s)! For help, type "help" or "?"
    2012-08-16 13:29:39 [INFO] Starting remote control listener
    2012-08-16 13:29:39 [INFO] RCON running on 0.0.0.0:25575
     
  25. Offline

    chopstick121

    @GarretSidzaka

    there was no error only some people can tp and some cant now :confused:?
     
  26. Offline

    Iaccidentally

  27. Offline

    GarretSidzaka

    thank you. i will continue waiting. FYI im always on the latest dev builds of bukkit and essentials
     
  28. Essentials creates dev builds at an insane rate, and we use a different naming system for our different builds.
    I've been known to make 20 dev builds in a single day.
    2.9.4 will be the version of the release build we make public in a few days, I'm sure you can forgive necrodoom for the confusion.

    We officially support 4 of the most popular pastebin's and generally advise against staff clicking on links from other locations, including other file sharing websites like megaupload, because it causes unnecessary risks for our volunteers.

    ~
    KHobbits
    Essentials Lead Developer
     
  29. Offline

    GarretSidzaka

    i agree but http://troll.ws is a site made by a in-crowd kid whose friends with orange451, who is a popular dev here as well. the site is quick, discreet, and silly; with black energy saving scheme.
     
  30. Offline

    Necrodoom

    iceman45: paste your groupmanager groups.yml

    chopstick121: can you repharse your sentence? what did you put on 3 seconds? what happens when people other than OP attempt to teleport?
     

Share This Page