[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

    phaed

    To test, disable all other plugins and justtry Pstones, see if the problem still happens.
    --- merged: Mar 3, 2011 4:02 AM ---
    Great to hear :)
    --- merged: Mar 3, 2011 4:02 AM ---
    Awesome :D, yes this I know, tis on the todo list
     
  3. Offline

    MacVaultDweller

    Is it possible for you to make this plugin default to op listed names for creation and placement of blocks if you don't use Permissions
    Requires Permissions v2.0, Permissions v2.4, or GroupManager .99c
    It would take away dependencies on other mods and make life easier
     
  4. Offline

    phaed

    I can do that
     
  5. Offline

    MacVaultDweller

    OUTSTANDING! THANK YOU!
     
  6. Offline

    mrgreaper

    not working on bukkit 493 (latest RB)
    Group manager 1.0 pre alpha 3
    Code:
    2011-03-04 00:56:34 [INFO] [PreciousStones] version [2.6.1] loaded
    2011-03-04 00:56:34 [SEVERE] org.anjocaido.groupmanager.GroupManager.getPermissionHandler()Lcom/nijiko/permissions/PermissionHandler; loading PreciousStones v2.6.1 (Is it up to date?)
    java.lang.NoSuchMethodError: org.anjocaido.groupmanager.GroupManager.getPermissionHandler()Lcom/nijiko/permissions/PermissionHandler;
        at net.sacredlabyrinth.Phaed.PreciousStones.managers.PermissionsManager.startGroupManager(PermissionsManager.java:50)
        at net.sacredlabyrinth.Phaed.PreciousStones.managers.PermissionsManager.<init>(PermissionsManager.java:24)
        at net.sacredlabyrinth.Phaed.PreciousStones.PreciousStones.onEnable(PreciousStones.java:59)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    only plugin that we use that doesnt work... just happens to be one of the most important BLEEP
     
  7. Offline

    mudzereli

    CB #493
    Everything seems to work good - Except slow-heal and slow-damage just seem to kill or heal people instantly.
     
  8. Offline

    mrgreaper

    actualy a version of the plugin that ment any player could place the blocks and manupulat there own blocks but only ops could bypass and setowner etc would be perfect for our server

    maybe in the config file
    use permission plugin = true / false
    if above false
    only ops can create = true / false
    only ops can admin = true / false

    that would accomadate both what our server would like and the original poster
     
  9. Offline

    phaed

    Change log
    Version 2.6.2
    • Updated for GroupManager 1.0 pre-alpha3
     
  10. Offline

    mrgreaper

    your a star!

    Though the link is 404 at mo
     
  11. Offline

    veris

    The download link doesn't seem to be working for me :O
     
  12. Offline

    phaed

    I'll look into this later, don't have the time today.
    --- merged: Mar 4, 2011 2:27 AM ---
    Fixed
    --- merged: Mar 4, 2011 2:27 AM ---
    Try again pls
     
  13. Offline

    veris

    It's working now, looks promising.
    Thanks :D
     
  14. Offline

    mrgreaper

    yep link working, plugin loaded, unable to test all comands at mo but all signs point to a happy server admin THANKYOU ! if only all plugin devs were as on the ball lol
     
  15. Offline

    MacVaultDweller

  16. Offline

    phaed

  17. Offline

    Seldron

    Hi phaed,

    I got a null pointer exception trying to run 2.6.2 just right now using a few other plugins along with CB493.
    Just to count out problems with plugin communication I disabled all plugins besides permissions 2.5 and ps 2.6.2.
    After this brought the same errors I disabled permissions too.
    No Change -> removed all my configs from previous PS versions -> still same problem.

    So right now I only got CB493 and PS 2.6.2 without any premade config and its still pointing the error below.
    You got any ideas what went wrong?

    Code:
    11:12:51 [INFO] Starting minecraft server version Beta 1.3
    11:12:51 [INFO] Loading properties
    11:12:51 [INFO] Starting Minecraft server on *:23456
    11:12:51 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-493-g8b5496e-b493jnks (MC: 1.3)
    11:12:51 [INFO] Preparing level "world"
    11:12:51 [INFO] Preparing start region
    11:12:52 [INFO] [PreciousStones] version [2.6.2] loaded
    11:12:52 [SCHWERWIEGEND] null loading PreciousStones v2.6.2 (Is it up to date?)
    java.lang.NullPointerException
        at net.sacredlabyrinth.Phaed.PreciousStones.PreciousStones.onDisable(PreciousStones.java:87)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:120)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:428)
        at net.sacredlabyrinth.Phaed.PreciousStones.managers.PermissionsManager.startGroupManager(PermissionsManager.java:51)
        at net.sacredlabyrinth.Phaed.PreciousStones.managers.PermissionsManager.<init>(PermissionsManager.java:23)
        at net.sacredlabyrinth.Phaed.PreciousStones.PreciousStones.onEnable(PreciousStones.java:59)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    11:12:52 [INFO] Done (0,080s)! For help, type "help" or "?"
    
     
  18. Offline

    phaed

    This second error seems to be a null pointer exception form Pstones disabling itself from finding no permisisons plugin and trying to save settings, redownload 2.6.2 and this should be fixed, pstones will disable itself cleanly when it doesn't find a permisisons plugin. Do you have the original exception?
    --- merged: Mar 4, 2011 4:19 PM ---
    Were you loading up Permisisons or GroupManager along with Pstones?
     
  19. Offline

    Seldron

    I was using the latest Permissions v 2.5 with PS, I thing I had the same error message. Maybe they changed something within permission 2.5. PS only supports Permissions 2.4 so i may have to downgrade Permissions. Will try now.
     
  20. Offline

    MacVaultDweller

    I was loading GroupManager but i don't like it or permissions i would rather Pstones default to op list
    for creation of blocks if either is not used because it helps to make it easier and maintains Pstones when GroupManager or permissions is screwed up or out of date.
     
  21. Offline

    Seldron

    Tried again after redownloading PS 2.6.2; CB #493; Permissions 2.5:
    Seems to work now. Force fields are beeing loaded, heals working but slow heal is healing instantly - I can live with that :)
    Thanks for your help phaed.

    Code:
    17:56:12 [INFO] Starting minecraft server version Beta 1.3
    17:56:12 [INFO] Loading properties
    17:56:12 [INFO] Starting Minecraft server on *:23456
    17:56:12 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-493-g8b5496e-b493jnks (MC: 1.3)
    17:56:12 [INFO] Preparing level "world"
    17:56:12 [INFO] Preparing start region
    17:56:13 [INFO] [Permissions] version [2.5] (Phoenix) was Initialized.
    17:56:13 [INFO] [PreciousStones] version [2.6.2] loaded
    17:56:13 [INFO] [PreciousStones] version [2.6.2] 'Help' isn't detected. No /help support
    17:56:13 [INFO] [PreciousStones] loaded 0 unbreakable blocks
    17:56:13 [INFO] [PreciousStones] loaded 5 forcefield blocks
    17:56:13 [WARNUNG] Plugin 'PreciousStones' (ver 2.6.2) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    17:56:13 [WARNUNG] Plugin 'PreciousStones' (ver 2.6.2) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    17:56:13 [WARNUNG] Plugin 'PreciousStones' (ver 2.6.2) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    17:56:13 [WARNUNG] Plugin 'PreciousStones' (ver 2.6.2) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    17:56:13 [WARNUNG] Plugin 'PreciousStones' (ver 2.6.2) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    17:56:13 [WARNUNG] Plugin 'PreciousStones' (ver 2.6.2) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    17:56:13 [WARNUNG] Plugin 'PreciousStones' (ver 2.6.2) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    17:56:13 [WARNUNG] Plugin 'PreciousStones' (ver 2.6.2) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    17:56:13 [INFO] [Permissions] version [2.5] (Phoenix)  loaded
    17:56:13 [INFO] Done (0,086s)! For help, type "help" or "?"
    17:57:14 [INFO] 143 recipes
    17:57:14 [INFO] Seldron [/88.73.194.176:28163] logged in with entity id 37
    17:57:15 [INFO] Loaded world: world
    
     
  22. Offline

    mrgreaper

  23. Offline

    Josch

    Please add support for CraftBukkitUpToDate!
    You just have to provide direct links for the two jars and give them to the Plugin author!
     
  24. Offline

    dirkson

    I find myself unable to place this block. ("cannot place forcefield here") Why might that be?
    -
    title: "Landmass Protection"
    block: 19
    radius: 312
    custom-height: 128
    prevent-fire: true
    prevent-destroy: true
    prevent-explosions: true
    guard-dog: true
    nameable: true
    welcome-message: true
    farewell-message: true
     
  25. Offline

    phaed

    It's probably conflicting with someone elses field or unbreakable thats within that area. Not even admins can bypass this for data integrity reasons. Next version ill add a permissions node to give to users so they can be shown the location of the pstones conflicting with their newly placed fields.
     
  26. Offline

    dirkson

    Turns out that "radius" cannot be set higher than 128.
    --- merged: Mar 5, 2011 6:17 AM ---
    Whoops, nope, that was only part of the problem. Still can't place them.

    Anyway, it's probably as you say. I am eagerly looking forward to the next version to work out what's going on!
     
  27. Offline

    IOn Vash

    Im having a problem its like PS never saves and when the server crashes or locks up PS forgets about the last 12 to 24 hours of unbreakables that were placed.
     
  28. Offline

    mrgreaper

    not sure this is possible or not, perhaps hooking into worldedits hsphere command, could you do it so on issuing a command the forcefield your in displays as a glas sphere showing the range of the forcefield

    think
    player: /ps showme y (where y is the number of seconds to show, max 120 to stop abuse)
    server: //hsphere glass x (x is the range of the forcefield your in)
    server: waits y seconds
    server: //undo

    you would only be able to do one at a time but a visual representation would be helpful for placements
     
  29. Offline

    SweetCraft Girl

    Uhm, no.
     
  30. Offline

    mrgreaper

    a plugin that updates craftbukkit is a bad idea, not all builds are stable, not all builds build sucessfully. and not all are recommanded
    then think plugins, some need specific builds of craftbukkit to work, some are a pain in the lower extremities to update (think iconomy and its insistence on changing file name and data folder each new build (its why i havent bothered updating it to 4.3.2))

    Being a server admin means putting time and effort into making sure that everything works, that you know exactly what builds of what you are using and what you have updated auto updaters are nothing but trouble

    ****Edit****
    while i typed this SweetCraft Girl put it much more concisely :)
     
  31. Offline

    SweetCraft Girl

    WIN \o/ <3
     
Thread Status:
Not open for further replies.

Share This Page