no.

Discussion in 'Inactive/Unsupported Plugins' started by Crash, Feb 11, 2011.

  1. Offline

    Crash

    No.
     

    Attached Files:

  2. Offline

    jwideman

    Okay, I'm getting a bit overwhelmed looking at this. Can you post some more instructions, with examples?
     
  3. Offline

    Crash

    Some more instructions on what ?

    Use /z toggle build [zone name]
    If you want to toggle people entering your zone use /z toggle restrict [zone name]
     
  4. Offline

    jwideman

    Pretty much all of it, especially how it behaves by default. Without defining any areas, it was restoring torches and signs that I'd removed.
     
  5. Offline

    Crash

    It shouldn't be restoring anything if you have no zones defined at all.
    Are you sure it wasn't another plugin / server lag ?
     
  6. Offline

    jwideman

    Removing the plugin fixed the behavior. The sign was created by WormholeXtreme, while the torch was created by tooDark, so it's possible there was a conflict.
     
  7. Offline

    shane3x

    Can your plugin do the following:

    - Only Admins can create/modify an area as a town (Define Area space, modify mob damage etc...)
    - Assign a player as the owner
    - Only the owner can create protected plots within the protected town
    - People wishing to claim a protected plot within the protected town need to ask the owner so the owner can type a command to give them permission to build on that plot
     
  8. Offline

    Metalcat

    15:37:01 [INFO] [Zones] Zones v0.2 by Crash, loaded.
    15:37:01 [INFO] [Zones] Created /Zones directory.
    15:37:01 [INFO] [Zones] No file found, creating file with defaults.
    15:37:01 [SEVERE] PLAYER_COMMAND loading Zones v0.2 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
    at us.Crash.Zones.PluginMain.onEnable(PluginMain.java:201)
    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(SimplePluginManage
    r.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)
    15:37:01 [INFO] Done (0,201s)! For help, type "help" or "?"
     
  9. Offline

    fatepower

    Does this work with 1.3 beta?
     
  10. Offline

    daveGeiss

    people can still build inside my zones, but can't enter them
     
  11. Offline

    schaf

    BUMP !!!!
    give us a little hint whats wrong?!

    got the same problem, running linux+mysql
    iconommy is working...

    thx

    Code:
     java -Xmx1024M -Xms1024M -jar craftbukkit.jar
    00:19:29 [INFO] Starting minecraft server version Beta 1.3
    00:19:29 [INFO] Loading properties
    00:19:29 [INFO] Starting Minecraft server on *:25569
    00:19:29 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-502-ge211472-b514jnks (MC: 1.3)
    00:19:29 [INFO] Preparing level "world"
    00:19:29 [INFO] Preparing start region
    00:19:31 [INFO] Preparing spawn area: 16%
    00:19:32 [INFO] Preparing spawn area: 65%
    00:19:33 [INFO] [Permissions] version [2.5.3] (Phoenix) was Initialized.
    00:19:33 [INFO] [Zones] Zones v0.2 by Crash, loaded.
    00:19:33 [SCHWERWIEGEND] PLAYER_COMMAND loading Zones v0.2 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
        at us.Crash.Zones.PluginMain.onEnable(PluginMain.java:201)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
        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)
    00:19:34 [INFO] [iConomy] Logging is currently disabled.
    00:19:34 [INFO] [iConomy] v4.4 (Arcadia) loaded.
    00:19:34 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    00:19:34 [INFO] SimpleWarp version 1.63 is enabled
    00:19:34 [INFO] [Permissions] version [2.5.3] (Phoenix)  loaded
    00:19:34 [INFO] [iConomy] Successfully linked with Permissions.
    00:19:35 [INFO] [Jail] Loaded 0 jail zones.
    00:19:35 [INFO] [Jail] Loaded 0 prisoners.
    00:19:35 [INFO] MySQL Tracking version 1.1 is enabled!
    00:19:35 [INFO] Done (0,632s)! For help, type "help" or "?"
     
  12. Offline

    daveGeiss

    Please update so this can work with build 527
     
  13. Offline

    schaf

    do you mean the cruftbukkit.jar?
    Code:
    14:31:26 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-525-g6b0ccf3-b535jnks (MC: 1.3)
    
    i get this one ist the build#: ...b535...

    if yes, its still the same error:
    Code:
    14:31:29 [SCHWERWIEGEND] PLAYER_COMMAND loading Zones v0.2 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
        at us.Crash.Zones.PluginMain.onEnable(PluginMain.java:201)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
        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)
    
    did the plugin uses mysql or sglight?
    [MERGETIME="1300021836"][/MERGETIME]
    bump...
     
  14. Offline

    ChaoticTrack

    iBstoneyDave: I believe WorldGuard is what your looking for.
     

Share This Page