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

    I will check the moving too quickly error. But i can't promise anything since i go on vacation next week and there will be no internet around.

    @Nomad69120 check permissions.

    Updated

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

    LukasMendez

    Every time i hit a Diamond Block my Man jumps hight, whats wrong?
     
  4. Offline

    matejdro

    This is aerial faith plate. Disable it in options.
     
  5. Offline

    LukasMendez

    Thank you, but when I try to edit the text file and I reload the server, it goes back to "57". I'm not able to change the config
     
  6. Offline

    TheRec

    @LukasMendez Stop server, edit file, start server. They save current settings in memory when you stop the server so your changes get overwritten. Or use /portal reload after you edited the file while the server is running.
     
  7. Offline

    Xalcreat1997

    I need the source!
     
  8. Offline

    TMAC_Kratos

    Every time i either type /portal or /portal help i get multiple errors plz help:

    Code:
    2011-07-13 03:31:03 [INFO] TMAC_Kratos                           logged in with entity id 278 at ([Main_World] 254.59375, 70.0, -60.0625)
    2011-07-13 03:31:04 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
        at com.matejdro.bukkit.portalstick.util.Permission.hasPermission(Permission.java:37)
        at com.matejdro.bukkit.portalstick.util.Permission.teleport(Permission.java:54)
        at com.matejdro.bukkit.portalstick.listeners.PortalStickPlayerListener.onPlayerMove(PortalStickPlayerListener.java:247)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:163)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        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)
    2011-07-13 03:31:05 [INFO] [NPC-Quester] Total quests: 53
    2011-07-13 03:31:08 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'portal' in plugin PortalStick v2.3.2
        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:298)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
        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:84)
        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.NullPointerException
        at com.matejdro.bukkit.portalstick.util.Permission.hasPermission(Permission.java:37)
        at com.matejdro.bukkit.portalstick.util.Permission.adminRegions(Permission.java:57)
        at com.matejdro.bukkit.portalstick.commands.RegionToolCommand.permission(RegionToolCommand.java:36)
        at com.matejdro.bukkit.portalstick.commands.HelpCommand.execute(HelpCommand.java:19)
        at com.matejdro.bukkit.portalstick.commands.BaseCommand.run(BaseCommand.java:47)
        at com.matejdro.bukkit.portalstick.PortalStick.onCommand(PortalStick.java:119)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-07-13 03:31:10 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
        at com.matejdro.bukkit.portalstick.util.Permission.hasPermission(Permission.java:37)
        at com.matejdro.bukkit.portalstick.util.Permission.teleport(Permission.java:54)
        at com.matejdro.bukkit.portalstick.listeners.PortalStickPlayerListener.onPlayerMove(PortalStickPlayerListener.java:247)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:163)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        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)
    2011-07-13 03:31:10 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
        at com.matejdro.bukkit.portalstick.util.Permission.hasPermission(Permission.java:37)
        at com.matejdro.bukkit.portalstick.util.Permission.teleport(Permission.java:54)
        at com.matejdro.bukkit.portalstick.listeners.PortalStickPlayerListener.onPlayerMove(PortalStickPlayerListener.java:247)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:163)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        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)
    2011-07-13 03:31:11 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
        at com.matejdro.bukkit.portalstick.util.Permission.hasPermission(Permission.java:37)
        at com.matejdro.bukkit.portalstick.util.Permission.teleport(Permission.java:54)
        at com.matejdro.bukkit.portalstick.listeners.PortalStickPlayerListener.onPlayerMove(PortalStickPlayerListener.java:247)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:163)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        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)
    2011-07-13 03:31:11 [SEVERE] Could not pass event PLAYER_MOVE to PortalStick
    java.lang.NullPointerException
        at com.matejdro.bukkit.portalstick.util.Permission.hasPermission(Permission.java:37)
        at com.matejdro.bukkit.portalstick.util.Permission.teleport(Permission.java:54)
        at com.matejdro.bukkit.portalstick.listeners.PortalStickPlayerListener.onPlayerMove(PortalStickPlayerListener.java:247)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:163)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        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)
    I am running a server on multiplay bukkit servers running bukkit #953 v1.7.2
    i have there custom permissions thats is equivalent to permission 3.0
    and multiworld permission (test) to go with it for mutiworld permissions

    Permissions set up for my main world:

    Code:
    plugin:
        permissions:
            system: default
            copies: ""
    
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: false
            inheritance:
            permissions: [essentials.spawn, essentials.list, essentials.help, essentials.motd,
                essentials.rules, essentials.msg, essentials.helpop, essentials.warp,
                craftbook.mech.bookshelf.use, essentials.tpaccept, essentials.tpdeny, lwc.protect,
                craftbook.mech.*, chaircraft.sit, falsebook.blocks.hiddenswitch]
     
        Builder:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
              - default
            permissions: [essentials.clearinventory, essentials.getpos, essentials.whois,
                essentials.mail, essentials.mail.send, essentials.ping, essentials.realname,
                essentials.compass, essentials.depth, essentials.home, essentials.sethome,
                essentials.time, essentials.give, godPowers.godmode, godPowers.godmodeOnLogin,
                godPowers.jesus, lockette.*, stackable.*, essentials.setwarp,
                craftbook.mech.elevator, craftbook.mech.elevator.use, craftbook.mech.gate,
                craftbook.mech.light-switch, essentials.tpahere, essentials.tpa,
                worldedit.generation.forest, worldedit.generation.pumpkins, worldedit.history.undo,
                worldedit.history.redo, magiccarpet.*, essentials.time.player, essentials.time.world,
                worldedit.navigation.jumpto, falsebook.anyic]
    
        Mod:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
              - builder
            permissions: [essentials.kick, essentials.ban, essentials.unban, essentials.banip,
                essentials.unbanip, weather.set.normal, weather.set.storm, weather.set.thunder,
                citizens.admin]
    
        Admin:
            default: false
            info:
                prefix:
                Suffix:
                build: true
            inheritance:
               - mod
            permissions:
               - '*'
    
    
    it also shows pretty much all of the plugins i have only plugin not working is portalstick, plz help
    any more info you need just ask
     
  9. Offline

    danielisacrab

    This is a brilliant plugin, but there is one thing I'm slightly confused about.

    I created a region where portals could be placed on iron blocks. I can do so, as can other people with the '*' permission. But whenever I attempt to allow players to place portals using permissions, they cannot place them, or use the ones placed by me.

    This is the permissions group:
    Show Spoiler

    Portals:
    default: false
    info:
    build: true
    inheritance:
    - Regulars
    Permissions:
    - 'portalstick.placeportal'
    - 'portalstick.teleport'
    - 'portalstick.damageboots'


    No idea what is going wrong, so thanks in advance.
     
  10. Offline

    ACStache

    are you using Permissions 3.x? if so, the "Permissions:" line shouldn't be capitalized, and should be "permissions:"
    if you're not I've no clue, but I'd still try that anyways. syntax is incredibly picky when it wants to be :p lol
     
  11. Offline

    DuhDarkDevil

    After i installed it into plugins folder and i started the game everyone kept flying up n we saw jukeboxes,sometimes we just walked and we hear jukeboxes sounds coming out of nowhere.Please fix.
     
  12. Offline

    AgentKid

    Wow, I love this plugin! One thing I'd like to see, though, is the ability to force an aerial faith plate to launch at a certain height, possibly by placing a sign beneath it with [Height:1],[Speed:3] or something like that.
     
  13. Offline

    IJosephI

    Great plugin! I'll go test it right now. :)
     
  14. Offline

    matejdro

    @Xalcreat1997 https://github.com/matejdro/PortalStick

    @TMAC_Kratos Can you try using normal Permissions instead of your custom system to see if that fixes problem?

    @danielisacrab try reloading server (/reload command). Portal teleport permissions are only refreshed on reload currently.

    @DuhDarkDevil Jukeboxes are for sounds. You may turn it off in settings.

    @AgentKid You mean different per-plate power? Sounds interesting. Please add it to issue tracker, so we won't forget it.
     
  15. Offline

    sunspark

    How does the red gel exactly work? There's no change from the normal walking to me (or at least, minimal) with v2.3.1 and 953, least to say I'm unable to complete the testing course with the initial config since it brings no speed.
     
  16. Offline

    The Zephyr Kid

    Im sorry but i can't Get emanciption Grill to work. I put the mossy stone in a square shape and right click with flint and steel. any hepl pleasE?
     
  17. Offline

    matejdro

    @sunspark there were some velociy changes in MC 1.6 update. Try increasing red gel velocity multiplier.

    @The Zephyr Kid do you have corners?
     
  18. Offline

    The Zephyr Kid

    Yes i do. i have all four corners filled out. and it is the size of a regular nether portal. im positive my configuration says to allow the grills...
     
  19. Offline

    ACStache

    @The Zephyr Kid
    the size of a regular nether portal is bigger than what you should be making
    Code:
    what you want (2x2 inner square)
    M M M M
    M     M
    M     M
    M M M M
    
    vs
    
    what you said you made (2x3 inner square)
    N N N N
    N     N
    N     N
    N     N
    N N N N
    
     
  20. Offline

    The Zephyr Kid

    I just tried the 2x2 inner square and tried to ignite with flint and steel and nothing happened besides it caught fire. should i copy and pat my config file?? thanks for trying though guys
     
  21. Offline

    ACStache

    @The Zephyr Kid
    I think you had to put sugar cane in it from watching the video. did you try that too?
     
  22. Offline

    matejdro

    Warning:

    Emancipation grills are broken in CB 1000. If you install that build, all your grills will be deleted! Make backup of your grills.yml before updating!

    I will try to find fix as soon as possible.
     
  23. Offline

    TMAC_Kratos

    Through the server hoster im forced to use their custom permissions so i cant use a real one, so guess im screwed
     
  24. Offline

    matejdro

    Does your server hoster support bukkit permissions (new in CB 1000)?
     
  25. Offline

    Arhedrel

    Hello boy !

    I've download your plugin, but I don't arrive to use it. I don't understand... I've download the last version, PortalStick v2.3.2, and I take her in a fowlers surnamed "plugins". I use a stick... Please, help me.

    See you, Arhedrel.
     
  26. Offline

    KPEBEDKO

    Does not work = ( Che do?
     
  27. Offline

    matejdro

    Updated

     
  28. Offline

    Mr_H4mm3r

    Could you maybe let a portal pop up into the portal?? xD
     
  29. Offline

    Noobicious

    Hi , I'm new here and I wanna test this mod (and many others) but I have this problem ;

    How do you make all the downloaded files working as a jar? Many Mods just have it simple with "modname.jar" but some, like this comes in "Meta-inf" etc folders/files.

    Thanks in advance and yes, might be a noob question.
     
  30. Offline

    matejdro

    It's only bukkit plugin, sorry.
     
  31. Offline

    Celtic Minstrel

    It sounds like you have accidentally decompressed the jar. You should have downloaded a Portalstick.jar which just goes in your plugins folder.
     

Share This Page