Inactive [TP/MISC] NoPortals v0.6.0 - Prevent Players from creating Portals.[CB 1.3.2R0.1]

Discussion in 'Inactive/Unsupported Plugins' started by kerovan, Aug 27, 2011.

  1. Offline

    kerovan

    NoPortals
    NoPortals will control who can and cannot create portals with any map on your server.
    This is a continuation of the original version by Iffa. Old Thread.

    We are moving this to BukkitDev for faster and easier maintanence. Please visit us there for any issues and for tickets. We will still be watching this thread but BukkitDev will be faster and easier!

    http://dev.bukkit.org/server-mods/noportals/
     
    Nand0_ and erickingsr like this.
  2. Offline

    Endimmion

    Multiverse (core and portals), Spout, Worldedit, Worldguard, bPermissions, NoCheat, NoLagg, AntiGuest, LWC, Hawkeye, Essentials, Dynmap, iConomy, Residence, FalseBook, JSONAPI

    They are all updated to the last version
     
  3. Offline

    Gamolin

    Ok, I will compare some lists later and try to find the common denominator and see if I can't break it on my server so I can get this fixed.
     
  4. Offline

    Endimmion

    that line :

    Code:
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:587)

    doesn't it mean the error is related to Spout?
     
  5. Offline

    Gamolin

    That is what I am thinking yeah, but it was easier to get the whole list of plugins just in case somehow it is something else.
     
  6. Offline

    Desertive

    Hello!

    Having the same problem as Endimmion and Doc:

    [​IMG]

    This is coming when someone's trying to use the nether portal in the world where it should be allowed to build.

    Plug-ins: SignThatChest, Minequery, XrayInformer, WorldEdit, LogBlockQuestioner, PermissionsEx, WorldGuard, Playtime, CraftIRC, NoPortals, Permissions, My Worlds, Modifyworld, NoCheat, Essentials, Citizens, ChatManager, EssentialsProtect, EssentialsSpawn, EssentialsGeoIP, LogBlock, LWC, Train Carts, ChestShop, EssentialsChat.

    If you want to download the plugins (theres not that many plugins it's just showing some plugins double or something..) you can check this list with url's here: http://km33422.keymachine.de/plugins.txt

    The operating system is Linux, Ubuntu Lucid.

    I appreciate your hard work. Keep up the good work and say if I can help you in any ways!

    P.S. funny why i listed the plugins from /plugins command from the server when i had that list with urls in my server... lol.
     
  7. Offline

    Endimmion

    I'm currently using the build #721 of Spout (the last recommanded), and now I will update to the last dev version to see if I still get the error.
     
  8. Offline

    Gamolin

    Well, I do not think it is spout anymore, while you guys have the error listing spout, @Desertive doesn't and isnt even using spout, and I loaded spout last night and couldnt get the error, I am thinking it might just be easier to code away from using the PlayerPortal event since a lot of things seem to be stepping on it. I have a few ideas I am going to try tonight when I get home from work.
     
  9. Offline

    Doc

    Gamolin, thanks for taking the time to work on this much needed plugin AND taking the time to keep us informed as to whats going on. I have found a good resource is #bukkitdev on esper.net IRC. Don't know if you know about that channel so I am tossing that into the hat just in case.
     
  10. Offline

    Gamolin

    Ok guys, lets try this, I made a few simple changes, mostly to how the priority is handled, since all the player portal event does is change a flag I am going to force it to go first before it has a chance to get cancelled, least that is the theory! Uploaded the new version and fixed the link at the top
     
  11. Offline

    Endimmion

    I will test it

    seems good for me, for the moment no errors anymore

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

    Gamolin

    Hopefully this fix worked for everyone. Then this weekend I will focus on the other error with pluginreloader. Although we did put a command in the plugin to reload it so you really shouldn't need to use pluginreloader. But I will still look into it.
     
  13. Offline

    Doc

    Sorry Gamolin (/me runs and ducks)
    Code:
    2012-02-02 10:06:54 [SEVERE] Could not pass event org.bukkit.event.player.PlayerPortalEvent to NoPortals
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
            at net.minecraft.server.ServerConfigurationManager.changeDimension(ServerConfigurationManager.java:342)
            at net.minecraft.server.EntityPlayer.e(EntityPlayer.java:351)
            at net.minecraft.server.BlockEnderPortal.a(SourceFile:55)
            at org.getspout.spout.block.mcblock.CustomContainer.a(CustomContainer.java:322)
            at net.minecraft.server.Entity.move(Entity.java:614)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:341)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:722)
            at net.minecraft.server.Packet10Flying.handle(SourceFile:126)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:587)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
            ... 17 more
    Caused by: java.lang.NullPointerException
            at net.vengeancecraft.NoPortals.NoPortalsPlayerListener.onPlayerPortal(NoPortalsPlayerListener.java:31)
            ... 21 more
     
  14. Offline

    Gamolin

    Dangit Doc lol! I will keep working on it. When this happens, what exactly is going on? Obviously a player is attempting to portal, is it a player that has no permission to portal, or is is a portal that is going to work, are there any special permission on this portal that I need to know about?
     
  15. Offline

    Doc

    I will try to hover at the portals and see whats going on. I will say this though. One you are done with all these code fixes, this is going to be one heck of a solid plugin code-wise :D I wish I had more data for you, I will attempt to replicate.
     
  16. Offline

    Gamolin

    The code is already really solid, I don't think the issue is really with my code, but more another plugin is stepping on the player portal event and hogging in, so when this plugin attempts to access it, I get nothing, I just need to know why so maybe I can still get what I need there.
     
  17. Offline

    Gamolin

    Ok, this error has been fixed, working on another thing or two before release, expect it in a day or so.

    New version up, new "stopEnder" included to stop players from creating end portals.

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

    Gamolin

  19. Offline

    SnaKing_IvY

    THANK YOU SOOOO MUCH i made an account just to tell you this but you made my life less miserable on minecraft servers and my server i hate how they still havnt fixed the portals there so messed up and this cleans it right back up so thx so much and cheers:):)
     
  20. Offline

    Doc

  21. Offline

    Gamolin

    0.5.2 should work with 1.2, when I get home tonight I will verify and update everything.
     
  22. Offline

    Telbaru

    There is a problem with version 0.5.2. If you join the Nether, leave them and join again, you can set an block and all block are unlimeted. This is a big bug there user can cheat any sort of blocks.
     
  23. Offline

    kerovan

    Telbaru,

    Please provide your server ip, a full list of all plugins that you are using and if possible skype name(if you have an account if not I can provide you a vent server you can log into). I would be happy to help you research the issue you are having.
     
  24. Offline

    Gamolin

    Updated plugin to the newest CB and fixed a few things, new version available for download now!
     
    Doc likes this.
  25. Offline

    Pwnzsolo

    is the permission really nooportals...with two o's after n
     
  26. Offline

    Gamolin

    No, I am sure that was just a fat finger that everyone has missed, it just has one 'o' in it.
     
  27. Offline

    Pwnzsolo

    Ya I tried both ways to see which will work by adding the permissions to my users and groups for my rank of owner and found that while I can delete the correct one I for some reason cannot delete the nooportals one...really just an annoyance I dont think it could cause me any problems...stupid mymcadmin...i loves it but i hates it.
     
  28. Offline

    Pwnzsolo

    Hi I see you haven't updated to 1.3. Do you think there will need to be an update or should everything still work fine? I currently can't get on my server to test so I figured while I'm setting up a list of updated plugins that I would ask if you knew if it would need one down the road.
     
  29. Offline

    Gamolin

    In theory everything should still work fine. I will test it tonight to be sure and update the thread and all that fun stuff.
     

Share This Page