Inactive [FUN/TP/MECH]PortalStick v2.3.7 - Portal gun in minecraft [1.2]

Discussion in 'Inactive/Unsupported Plugins' started by matejdro, Apr 26, 2011.

  1. Offline

    matejdro

    PortalStick
    Authors: matejdro and oliverw92

    Have you ever wanted to have portal gun in minecraft? Have you ever wanted to make your own portal test chambers and make your friends solve it? Now you can do this!

    PortalStick is plugin that tries to emulate Portal Gun as close as possible in Minecraft without client mods.

    Demonstration video of the plugin:

    (map from the above video: CLICK)

    Shorter demonstration video created by user of the plugin (sorry, can't remember name right now.):


    See BukkitDev page for more information and download links: http://dev.bukkit.org/server-mods/portalstick/
    (you can use your minecraft forum username and password on BukkitDev)
     
  2. Offline

    matejdro

    You need to add your world to EnabledWorlds
     
  3. Offline

    DDRKhat

    In regards to the Gel wool colors. Are light-blue and red good ideas? Remember your co-op portal.
    Blue/Lightblue & Orange/Red (respectively) It would be nice to keep that foundation from Portal2. But at the same time I suppose we could use different colors completely Green/Lightgreen & Pink/Purple perhaps?
     
  4. Offline

    xZise

    That is not the point. I wanted to say, that if there will come gels, than I couldn't see any reason, why not the white gel.

    Fabian
     
  5. Offline

    matejdro

    @DDRKhat color changing is planned. Most likely you will be able to choose colors, so you can make any color sets, you want.

    @xZise Gels won't be gels, since it's impossible to make something like that in minecraft without client mods. But we might add blocks that will speed you up or launch you in the air when you step on them. That's why white "gel block" does not make sense, since that would be just another portallable block.
     
  6. Offline

    xZise

    Okay if you have stationary “gels” it is correct, but I didn't notice in that moment, that it was about stationary gels.

    Fabian
     
  7. Offline

    matejdro

    Well if you have idea, how to make moving gels, go ahead.
     
  8. Offline

    Dion

    Wow, this is so awesome.
     
  9. Offline

    majorcyto

    Thankies i look forward to it.
     
  10. Offline

    Candanz

    Mod is not working on my server, I gave myself permissions wuith portalstick.* and the stick still does nothing, neither do the commands work. The server doesnt even tell me it loaded the mod. Any help?
     
  11. Offline

    imjake9

    Could you make it so that you don't take fall damage when wearing iron boots? It's pretty simple, just add this line to onPlayerMove():
    Code:
    if(player.getInventory().getBoots().getType() == Material.IRON_BOOTS) player.setFallDistance(0f);
    That would make me (well, not me, since I did it myself, but everyone else) happy.
     
  12. Offline

    oliverw92

    We are adding it. We don't want to rush it though - there's no point implementing something in a hurry. You shouldn't stop damage like that either - it messes up the movement velocities and vectors.
     
  13. Offline

    Deathlysteve-

    omg gells? woot!!! also would you be able to change the Grill material AND fix the bug with how the grill disappears when the server restarts?
     
  14. Offline

    majorcyto

    That was already noted for the next update.
     
  15. Offline

    oliverw92

    By change grill material do you mean change the grill or border material? There isn't anything else you could set the actual grill too - there aren't any other solid blocks you can walk through that would work.
     
  16. Offline

    Deathlysteve-

    what about the nether purple portal thingy? (ID=50)
     
  17. Offline

    majorcyto

    Thats always real iffy to mess with and half the time does not work correctly, so most of the time people just stay away from it lol.
     
  18. Offline

    Dubstein

    @matejdro And no i dont use permission for my server.
     
  19. Offline

    oliverw92

    Nether portal material is so buggy it isn't even worth trying. It's like impossible to place properly.

    If people want to keep up to date on our progress, you can follow the commits matej's github here: https://github.com/matejdro/PortalStick/commits/master

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
  20. Offline

    liveoles

    BEST EVER!
     
  21. Offline

    majorcyto

  22. Offline

    matejdro

    When everything will be working :)
     
  23. Offline

    xZise

    I was confused, when I searched for ID 50 which is either Torch (50 as decimal) or Snow Block (50 as hexadecimal). But you mean 90 (decimal) or 5A (hexadecimal) – I think?

    Fabian

    Hello could you prevent that a player could create portals through portals? (Like in real Portal)

    Fabian

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
    Deathlysteve- likes this.
  24. Offline

    oliverw92

    I personally think thats quite a cool feature for some puzzles - for example, we have one where there are lots of rooms that are one thick portal walls. You have to shoot portals through portals to get out. The fun part is the floors are lava in some ones so you have to be careful
     
  25. Offline

    Scarboy

    Code:
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    47)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: while parsing a block mapping
     in "<reader>", line 2, column 3:
          Guest:
          ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 108, column 4:
           Support:
           ^
    
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(Par
    serImpl.java:576)
            at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
            at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :228)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    2)
            at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
            at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataH
    older.java:470)
            ... 29 more
    10:53:33 [INFO] [BBROTHER] ------------------------------------
    10:53:33 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of
     BigBrother!
    10:53:33 [INFO] [BBROTHER] Please note that, since this is far from complete, th
    ere will be many bugs.
    10:53:33 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bu
    gs.nexisonline.net/bb
    10:53:33 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for up
    dates and build notifications.
    10:53:33 [INFO] [BBROTHER] ------------------------------------
    10:53:34 [INFO] [BBROTHER] Building `bbdata` table...
    10:53:35 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    10:53:36 [INFO] [BBROTHER] Building `bbusers` table...
    10:53:38 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.5.1
    10:53:38 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    10:53:38 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #409) enabled!
    10:53:38 [INFO] [BukkitVote]: Loaded BukkitVote 0.31
    10:53:38 [INFO] CommandBook 1.5.1 enabled.
    10:53:38 [INFO] CommandBook: 0 banned name(s) loaded.
    10:53:38 [INFO] CommandBook: 1 kit(s) loaded.
    10:53:38 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    10:53:38 [INFO] [EasyFlight] version [0.3] is Enabled.
    10:53:38 [INFO] Loaded Essentials build 2.2.8 maintained by Zenexer, ementalo, A
    elux, Brettflan, KimKandor, snowleo and ceulemans.
    10:53:38 [INFO] Loaded EssentialsChat build 2.2.8 by Zenexer, ementalo, Aelux, B
    rettflan, KimKandor, snowleo and ceulemans.
    10:53:38 [INFO] Loaded EssentialsProtect build 2.2.8 maintained by Zenexer, emen
    talo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    10:53:38 [INFO] Loaded EssentialsSpawn build 2.2.8 maintained by Zenexer, ementa
    lo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    10:53:38 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    10:53:38 [INFO] [iChat] Found Permissions (v2.5.1)
    10:53:38 [INFO] iChat (v2.2.3) enabled
    10:53:38 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    10:53:38 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet
     or /mc.
    10:53:38 [INFO] [MagicCarpet] Restricted to: []
    10:53:38 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    10:53:38 [INFO] [Minecart Mania] MinecartManiaCore version 1.1.1 is enabled!
    10:53:38 [INFO] [Minecart Mania] MinecartManiaStation version 1.1.0 is enabled!
    10:53:38 [INFO] [MyWolf] version 0.1 ENABLED
    10:53:38 [INFO] [MyWolf] 2 Wolfs loaded
    10:53:38 [INFO] [NeoMeteorites] version 0.1 is enabled
    10:53:38 [INFO] [WeatherControl] Loaded configuration for world 'TheCraft'
    10:53:38 [INFO] [WeatherControl] version 0.4 is enabled!
    10:53:38 [INFO] WorldEdit 4.4 enabled.
    10:53:38 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    10:53:39 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.1.0 is enab
    led!
    10:53:39 [INFO] Reload complete.
    10:53:39 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:56:45 [INFO] scarboy3000 [/5.143.87.100:49373] logged in with entity id 58
    10:56:48 [INFO] CommandBook: No intro.mid; not playing intro song.
    10:56:49 [SEVERE] [BBROTHER] onPlayerJoin(org.bukkit.event.player.PlayerJoinEven
    t@24f2f2)
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.BBPermissions.permission(BBPermissions.java
    :46)
            at me.taylorkelly.bigbrother.BBPermissions.watch(BBPermissions.java:65)
            at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerJoin(BBP
    layerListener.java:95)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:206)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfiguration
    Manager.java:94)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
            at net.minecraft.server.Packet1Login.a(SourceFile:43)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    10:56:49 [WARNING] Missing a prefix or suffix for default
    10:56:50 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:56:56 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
            at com.matejdro.bukkit.portalstick.PortalStick.permission(PortalStick.ja
    va:95)
            at com.matejdro.bukkit.portalstick.PortalStickPlayer.onPlayerMove(Portal
    StickPlayer.java:100)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:242)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:130)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    10:56:56 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
            at com.matejdro.bukkit.portalstick.PortalStick.permission(PortalStick.ja
    va:95)
            at com.matejdro.bukkit.portalstick.PortalStickPlayer.onPlayerMove(Portal
    StickPlayer.java:100)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:242)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:130)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    10:56:56 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
            at com.matejdro.bukkit.portalstick.PortalStick.permission(PortalStick.ja
    va:95)
            at com.matejdro.bukkit.portalstick.PortalStickPlayer.onPlayerMove(Portal
    StickPlayer.java:100)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:242)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:130)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    10:56:56 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
            at com.matejdro.bukkit.portalstick.PortalStick.permission(PortalStick.ja
    va:95)
            at com.matejdro.bukkit.portalstick.PortalStickPlayer.onPlayerMove(Portal
    StickPlayer.java:100)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:242)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:130)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    10:56:56 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
            at com.matejdro.bukkit.portalstick.PortalStick.permission(PortalStick.ja
    va:95)
            at com.matejdro.bukkit.portalstick.PortalStickPlayer.onPlayerMove(Portal
    StickPlayer.java:100)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:242)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:130)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    10:56:56 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
            at com.matejdro.bukkit.portalstick.PortalStick.permission(PortalStick.ja
    va:95)
            at com.matejdro.bukkit.portalstick.PortalStickPlayer.onPlayerMove(Portal
    StickPlayer.java:100)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:242)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:130)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    10:56:56 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
            at com.matejdro.bukkit.portalstick.PortalStick.permission(PortalStick.ja
    va:95)
            at com.matejdro.bukkit.portalstick.PortalStickPlayer.onPlayerMove(Portal
    StickPlayer.java:100)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:242)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:130)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    10:56:56 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
            at com.matejdro.bukkit.portalstick.PortalStick.permission(PortalStick.ja
    va:95)
            at com.matejdro.bukkit.portalstick.PortalStickPlayer.onPlayerMove(Portal
    StickPlayer.java:100)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:242)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:130)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    10:56:56 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
            at com.matejdro.bukkit.portalstick.PortalStick.permission(PortalStick.ja
    va:95)
            at com.matejdro.bukkit.portalstick.PortalStickPlayer.onPlayerMove(Portal
    StickPlayer.java:100)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:242)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:130)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    >
    How do i fix the Player Move thing?
     
  26. Offline

    matejdro

    Whoa. My guess is that something is wrong with your permission file.
     
  27. Offline

    oliverw92

    Yeah your permissions file is messed up
     
  28. Offline

    i_am_the_doctor

    oh duh, thanks for getting back so soon!
     
  29. Offline

    grantthedrummer

    This is definitely one of my favorite plugins yet!

    Could you possibly make it so the Emancipation Grills don't go away when the server stops and restarts?
     
  30. Offline

    oliverw92

    This is in the next release.
     
  31. Offline

    Ereath

    I'm allowed to make a map for this right?
     

Share This Page