[SEC/MECH/FUN] PreciousStones - Block Area Proteciton System [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by phaed, Jan 18, 2011.

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

    phaed

  2. Offline

    Lunarll

    Can I ask how exactly does the Sky Cannon work? I've tried placing it down and pointing at some higher location but it doesn't seem to work for me. All the other stones are functional however.

    Thanks for the help. :)
     
  3. Offline

    phaed

    You should be able to place it down. Make sure there is no redstone wire around (redstone wire without current will disable the cannon until current is supplied), then step inside the field aiming up. Wait a second and it should shoot you up in the air.
     
  4. Offline

    Lunarll

    I tried checking the properties of the stone. Apparently the only property of the stone is "no-conflict" - I check the PS config and bounce is set to true for the Sky Cannon so why isn't it showing up? :s
     
  5. Offline

    phaed

    Ohhh. I forgot to update the default config file. It should say cannon: true.
     
  6. Offline

    LSky

    I didn't see this in the change logs, have you gotten around to this yet?
    Any chance to fix this as well? Whatever way I configure the plugin, people just continue to find workarounds so they can abuse this bug.
     
  7. Offline

    Axrael999

    Hey phaed what do you think about a luminosity sensor block that when the light is below a certain amount (or it could be day/night configurable) it activates redstone next to it. It could be used for making shops that functionally closed at night or maybe a clock tower that has a note-block chime sequence at dawn. I was trying to think of a good block to use, maybe make it an admin only block like coal ore or diamond ore.
     
  8. Offline

    phaed

    Could be done. Ill keep it in mind for future.
     
  9. Offline

    Slymask3

    I don't understand how to add it to Permissions. Can anyone help?
     
  10. Offline

    Penorzilla

    Cool plugin, is there anyway you can add a section to each PreciousStone that says the special benefit with that block can only work if a certain group placed it?

    IE: The "Launch Pad" block can only be set down with the "Launch Pad" settings if you are in the group "Premium". If you are not in the group "Premium" it will only set the block down with no special properties.
     
  11. Offline

    DeepDarkness

    Wow! I'm not planning to use this plugin right now, as our server is pure survival, but what you've achieved here looks absolutely amazing. Nice work!
     
  12. Offline

    phaed

    Hmm. Per pstone permissions. I think its feasable. Ill add it in coming versions.

    Thanks :D

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

    Kainzo

    I love the idea of this, just sick how awesome it is ;)
     
  14. Offline

    AtDusk

    I registered just to comment on how much this has helped my server out!!

    Before my server looked like a wasteland, due to everyone building below ground to hide from the people who wanted to break in their house and pk them.

    Now that they can buy and place protection people have come out of the ground and have started to build some amazing architectural works, no longer worried about it being tntd by the brutal player killers.


    Also if you could add separate permissions, as mentioned above, for each stone it would be amazing, as I have a tiered donation/rank system and would like to allow those who donated more to the better/unique pstones.
     
  15. Offline

    MacVaultDweller

    Excuse my stupidity but...
    What exactly does the "Disabled when any of the allowed inhabitants are online" mean.

    Thanks for creating one of my favorite plugins.
     
  16. Offline

    piousminion

    I could be wrong, but I think that needs to be changed. As far as I can tell he either meant It doesn't affect allowed players OR that in maybe older versions it really was disabled when they were online. From using it myself I've never seen any fields disable themselves.
     
  17. Offline

    MacVaultDweller

    Thanks
     
  18. Offline

    Slymask3

    Anyone?
    When I start the server, it says:
    loaded 0 unbreakable blocks
    loaded 0 forcefield blocks
     
  19. Offline

    Axrael999

    the permissions should be in the first post. If you have no blocks placed yet it will say it has loaded o unbreakable blocks, because well you haveny placed any.
     
  20. Offline

    Slymask3

    Okay, I understood the 0 blocks loaded now.
    But, where do I put those permissions.
     
  21. Offline

    Axrael999

    Those permissions go with the permissions plugin.

    Read the first post. Its long but your questions are usually answered there.
    Permissions
    Requires Permissions, GroupManager, or ops.txt

    If you dont have that it should still work, people in the ops.txt will have the admin nodes and default players will have the other nodes.

     
  22. Offline

    Slymask3

    I have Permisins.
    But how do I add them.
     
  23. Offline

    Axrael999

    you'll be more likely to find info about on their topic.
     
  24. Offline

    Slymask3

    I mean, how do I add Precious Stones Permissions, to the Permissions.
    Where to I paste the:
    Code:
    preciousstones.benefit.*        #can create precious stones (members)
    preciousstones.whitelist.*      #can add others to their blocks (members)
    preciousstones.bypass.*         #can bypass all protection (mods)
    preciousstones.alert.*          #in-game alert on notifys and warnings (mods)
    preciousstones.admin.*          #admin tools (admins)
    preciousstones.override.*       #these players will receive no warnings or notifications
     
  25. Offline

    HotelErotica

    Are you running the Permissions plugin?
     
  26. Offline

    Slymask3

    Yes.
     
  27. Offline

    Meteo

    This error came out...


    18:26:00 [SEVERE] Could not pass event PLAYER_MOVE to PreciousStones
    java.lang.NoSuchMethodError: org.anjocaido.groupmanager.GroupManager.getWorldsHo
    lder()Lorg/anjocaido/groupmanager/dataholder/worlds/WorldsHolder;
    at net.sacredlabyrinth.Phaed.PreciousStones.managers.PermissionsManager.
    hasPermission(PermissionsManager.java:36)
    at net.sacredlabyrinth.Phaed.PreciousStones.managers.SnitchManager.recor
    dSnitchEntry(SnitchManager.java:37)
    at net.sacredlabyrinth.Phaed.PreciousStones.managers.EntryManager.enterF
    ield(EntryManager.java:167)
    at net.sacredlabyrinth.Phaed.PreciousStones.listeners.PSPlayerListener.o
    nPlayerMove(PSPlayerListener.java:116)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:192)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:255)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:124)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    18:26:00 [SEVERE] java.lang.NoSuchMethodError: org.anjocaido.groupmanager.GroupM
    anager.getWorldsHolder()Lorg/anjocaido/groupmanager/dataholder/worlds/WorldsHold
    er;
    18:26:00 [SEVERE] at net.sacredlabyrinth.Phaed.PreciousStones.managers.Per
    missionsManager.hasPermission(PermissionsManager.java:36)
    18:26:00 [SEVERE] at net.sacredlabyrinth.Phaed.PreciousStones.managers.Ent
    ryManager$1.run(EntryManager.java:97)
    18:26:00 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainT
    hreadHeartbeat(CraftScheduler.java:122)
    18:26:00 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:345)
    18:26:00 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:272)
    18:26:00 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:366)
    18:26:00 [SEVERE] Unexpected exception
    java.lang.NoSuchMethodError: org.anjocaido.groupmanager.GroupManager.getWorldsHo
    lder()Lorg/anjocaido/groupmanager/dataholder/worlds/WorldsHolder;
    at net.sacredlabyrinth.Phaed.PreciousStones.managers.PermissionsManager.
    hasPermission(PermissionsManager.java:36)
    at net.sacredlabyrinth.Phaed.PreciousStones.managers.EntryManager$1.run(
    EntryManager.java:97)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
    raftScheduler.java:122)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:345)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  28. Offline

    phaed

    What version of craftbukkit and GroupManager are you using?
     
  29. Offline

    Meteo

    i think 544, and nto sure how to check group...
     
  30. Offline

    phaed

    Try one of the legacy version of PreciousStones or upgrade your server to 556.
     
  31. Offline

    LSky

    Hate to keep bringing the same things up, but since I reported this on the 11th of March, nothing has changed in regards to these issues.

    - Water is not in the by-pass list, yet people can use water buckets and place water in other people's forcefields
    - Torches can be placed/destroyed in other people's forcefields
    - Redstone wire can be placed/destroyed in other people's forcefields
    - Chests can be accessed by temporarily destroying blocks that serve as walls, ceilings or floors surrounding the chest

    If I'm doing something wrong, apologies, but I don't think this has been fixed in the latest versions.
     
Thread Status:
Not open for further replies.

Share This Page