The Bukkit Consulting Firm - Solving all your Bukkit-related challenges!

Discussion in 'Bukkit Help' started by M1sT3rM4n, Aug 25, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    billofbong

    Ach, I stopped receiving alerts...
     
  2. Offline

    tyzoid

    Do you have something against /vtp?

    That seems like your easiest bet...
     
  3. Offline

    S.L.P.Major

    I don't just that after you use a certain command for 4 months.....
     
  4. Offline

    tyzoid

    You should ask the author to put a permissions node rcmds.exempt.teleport.override
    Then anyone with that permission can override /tp
     
  5. Offline

    S.L.P.Major

  6. Offline

    NickoGreeks

    it stopped its not happening anyhmoar
     
  7. Offline

    Dr_Perry

    So here's the situation, I have a bunch of plugins like Essentials, WorldEdit, WorldGuard ect. I've also got PermissionsBukkit with fully configured permissions on all my plugins EXCEPT MYWORLDS.
    http://dev.bukkit.org/server-mods/my-worlds/
    Anyway, it turns out MyWorlds doesn't support PermissionsBukkit, however it turns out you can use 'SuperPermsBridge' before a node to make it pretend it is Permissions 3 or something. But this doesn't work? MyWorlds fully supports Permissions 3, but I can't use Permissions 3 because it's not updated.

    Just to let you know, I'm using MyWorlds because it let's me configure the game mode in different worlds. If you can find a plugin that's up to date, allows you to configure game modes in different worlds and can also create remove or edit worlds and stuff, please PM me a link!!

    Basically, could you tell me how to set up SuperPermissionsBridge or tell me how to get MyWorlds to work with PermissionsBukkit.

    P.S. please don't post 'why can't you do this, or do that?', please only post the answer please.​
     
  8. Offline

    Lying_Cake

    I have a central world that all other portals link to, where players can buy from chestshops and go to other worlds. For some reason I can't edit pr place any blocks in that world. permissions.build is set to false, but since i am OPed that wasn't an issue before. I also don't get the "You cannot build here message" in console OR in-game. Sorry if I was unclear!
     
  9. Offline

    tyzoid

    Try changing permissions.build to true.
     
  10. Offline

    Lying_Cake

    Thats what I ended up doing, but it is only a temporary fix. The goal is that only OPs can edit that world, which worked well until OPs couldn't after the update. Now the permissions plugin overrides the OP setting. Thanks again!
     
  11. Offline

    Stormbow

    Thanks. I'll give that a go.
     
  12. 2012-03-04 15:15:09 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 732
    2012-03-04 15:15:09 [SEVERE] at org.bukkit.craftbukkit.util.LongHashset.popAll(LongHashset.java:145)
    2012-03-04 15:15:09 [SEVERE] at net.minecraft.server.World.l(World.java:1952)
    2012-03-04 15:15:09 [SEVERE] at net.minecraft.server.World.doTick(World.java:1755)
    2012-03-04 15:15:09 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
    2012-03-04 15:15:09 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    2012-03-04 15:15:09 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-04 15:15:09 [SEVERE] Unexpected exception
    java.lang.ArrayIndexOutOfBoundsException: 732
    at org.bukkit.craftbukkit.util.LongHashset.popAll(LongHashset.java:145)
    at net.minecraft.server.World.l(World.java:1952)
    at net.minecraft.server.World.doTick(World.java:1755)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)

    Ok so Tnt on leaky told me that the problem is essentials conflicting with bukkits built in help command, How can I block that one command and fix this? I can't remove essentials, my server is based fully on it, is there any way I can Fix this?
     
  13. Offline

    tyzoid

    There might be an option in the Essentials config...
     
  14. There isn't as far as i know
    Also every time jaydogn joins my server this happens...

    2012-03-10 15:36:34 [INFO] jaydogn [/66.168.199.105:50720] logged in with entity id 140 at ([world] -2561.0137908762636, 64.0, 356.17281594045187)
    2012-03-10 15:36:34 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 277
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.NibbleArray.a(SourceFile:28)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.ChunkSection.c(ChunkSection.java:102)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.Chunk.getBrightness(Chunk.java:465)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.World.a(World.java:629)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.World.b(World.java:2214)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.Chunk.d(Chunk.java:237)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.Chunk.g(Chunk.java:228)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.Chunk.o(Chunk.java:209)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.Chunk.j(Chunk.java:819)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.World.a(World.java:1919)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.World.l(World.java:1963)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.World.doTick(World.java:1755)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    2012-03-10 15:36:34 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-10 15:36:34 [SEVERE] Unexpected exception
    java.lang.ArrayIndexOutOfBoundsException: 277
    at net.minecraft.server.NibbleArray.a(SourceFile:28)
    at net.minecraft.server.ChunkSection.c(ChunkSection.java:102)
    at net.minecraft.server.Chunk.getBrightness(Chunk.java:465)
    at net.minecraft.server.World.a(World.java:629)
    at net.minecraft.server.World.b(World.java:2214)
    at net.minecraft.server.Chunk.d(Chunk.java:237)
    at net.minecraft.server.Chunk.g(Chunk.java:228)
    at net.minecraft.server.Chunk.o(Chunk.java:209)
    at net.minecraft.server.Chunk.j(Chunk.java:819)
    at net.minecraft.server.World.a(World.java:1919)
    at net.minecraft.server.World.l(World.java:1963)
    at net.minecraft.server.World.doTick(World.java:1755)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
     
  15. Offline

    tyzoid

    Try renaming jaydogn.dat (in your main world's folder) to jaydogn_old.dat

    See if that fixes the problem.

    If not, try running it through chunkster.
     
  16. it does but after a day or so, same problem!
     
  17. Offline

    M1sT3rM4n

  18. Offline

    ajbob

    I am having a problem with my permissions.yml file. When I test out being a user (aka default) I do not get the permissions that I listed. It seems like it isn't "connecting" me to the default/user group. Any help?


    Edit: I cannot even figure out how to paste yml here, so here is a link to what I have got:
    http://pastie.org/3574811
     
  19. Offline

    M1sT3rM4n

    You need to add yourself.
     
  20. Offline

    sillyrosster

    Just curious, but I have looked through the WorldGuard permissions looking for a permission to allow a player to use the string to find out their plot name. Do you guys know if there is such permission?
     
  21.  
  22. Offline

    tyzoid

    Tdarnell

    Did you check the configs?

    Pretty much the entire BCF is busy now trying to help update plugins. If we seem any less helpful, thats why.
     
  23. Offline

    M1sT3rM4n

    I actually have a question too. With regards to WorldGuard, how do I allow everyone full permissions without using a permission handling system?
     
  24. Offline

    hammale

    and of course notifications have been broken :)
     
    tyzoid likes this.
  25. I think I have found a solution to all of my problems with bukkit...I am deleting it all (after taking a backup) and starting from scratch, Thankyou for all of your help and support, and hopefully I will not need to post here again.
    Hopefully.....
     
    hammale likes this.
  26. Offline

    sillyrosster

    Anyone? I like posting here because I usually get a better response, but nothing so far :(
     
  27. Offline

    hammale

    i think theres a perms section at the bottom of one of the files...its that way in WorldEdit
     
  28. Offline

    Lolmewn

    There seem to be quite a lot of empty spoilers.. It looks bad :O
     
  29. Offline

    sillyrosster

    I'm getting this nasty error. I updated to the newest versions of Multiverse-Core and Portals to see if it would go away, but it hasn't.
    Code:
    15.03 10:11:26 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    15.03 10:11:26 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:509)
    15.03 10:11:26 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:625)
    15.03 10:11:26 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:85)
    15.03 10:11:26 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:116)
    15.03 10:11:26 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    15.03 10:11:26 [Server] INFO    at net.minecraft.server.Packet10Flying.handle(SourceFile:126)
    15.03 10:11:26 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:395)
    15.03 10:11:26 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:512)
    15.03 10:11:26 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:443)
    15.03 10:11:26 [Server] INFO    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    15.03 10:11:26 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    15.03 10:11:26 [Server] INFO    at java.lang.reflect.Method.invoke(Method.java:601)
    15.03 10:11:26 [Server] INFO    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    15.03 10:11:26 [Server] INFO    at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
    15.03 10:11:26 [Server] INFO    at com.onarandombox.MultiverseCore.listeners.MVPlayerListener.playerTeleport(MVPlayerListener.java:198)
    15.03 10:11:26 [Server] INFO java.lang.NullPointerException
    15.03 10:11:26 [Server] SEVERE Could not pass event PlayerTeleportEvent to Multiverse-Core
    I get it every now and then.
     
  30. Offline

    hammale

    Can I see a bit more of the log?
     
Thread Status:
Not open for further replies.

Share This Page