[FUN] JuggernautSpirit - hunt the Juggernaut, become the Juggernaut[733]

Discussion in 'Inactive/Unsupported Plugins' started by acegiak, Feb 23, 2011.

  1. Offline

    acegiak

    JuggernautSpirit: Hunt the Juggernaut: Become the Juggernaut.
    Version: 1.41

    JuggernautSpirit introduces the ancient game of JUGGERNAUT to minecraft.

    One player is the JUGGERNAUT and will receive slow health regeneration.
    If another player kills the JUGGERNAUT they become the JUGGERNAUT.
    If the JUGGERNAUT logs out then there is temporarily no JUGGERNAUT.
    Players can see who is the JUGGERNAUT by using the command:
    Code:
    /juggernaut
    If a player uses this command while there is no JUGGERNAUT they become the JUGGERNAUT.


    JAR:
    http://www.machinespirit.net/ace/minecraft/JuggernautSpirit.jar


    changelog:
    V1.41
    small bugfixes, config location & jumping bug
    V1.4
    Fixed to work with latest bukkit
    V1.2
    bugfixes:
    fixed for onCommand,
    limited health regen on BOTH ends of the acceptable health spectrum
    V 1.1
    added health regen for JUGGERNAUT

    v 1.0
    Original Implementation
     
    AS1LV3RN1NJA and ssechaud like this.
  2. Offline

    zingzam

    I gotta try this :D
     
  3. Offline

    iFearz

    It's sounds like a lot of fun but shouldn't there be a on and off switch?[​IMG]
     
  4. Offline

    fffizzz

    can you make him run at 2x speed so he can just run people over? :D
     
  5. Offline

    -nameless-

    Sounds nice :D But the idea with the 2x speed also sounds very nice.
     
  6. Offline

    anon

    Ye, the life regen just isnt enought I think. Speed, strenght, or any other kind of advantages should be introduced.

    But the idea is really nice.
     
  7. Offline

    Soul Reaper

    can this work if pvp is off? would be fun to start a juggernaut game once in awhile xD
     
  8. Offline

    Kimberly2000

    Can you add a random_event: on|off

    So the event will just randomly start, run for a random amount of time, then turn off, and repeat.

    Example would be to check every 1 in-game hour if the event starts, then once it has, check every 1 in-game hour if the event is over.

    Maybe add in a chance_to_start: (between 1 and 100)
    and of course a chance_to_end: (between 1 and 100)

    And have it randomly pick someone who is online at the start of the event.
     
  9. Offline

    27ace27

    mulit world support would be nice because I'm gonna have worlds where PVP is enabled and worlds where it isn't, thus rendering this plugin useless.
     
  10. Offline

    Sir Savary

    I would love ti have multi world support, or even cuboid support. I am planning on adding a games world to my multi world server and this would be a great game to have, but only in a cuboided area in that world(An Arena)
     
  11. Offline

    ssechaud

    2011-02-24 23:27:37 [SEVERE] java.lang.IllegalArgumentException: Health must be between 0 and 200
    2011-02-24 23:27:37 [SEVERE] at org.bukkit.craftbukkit.entity.CraftLivingEntity.setHealth(CraftLivingEntity.java:39)
    2011-02-24 23:27:37 [SEVERE] at com.bukkit.acegiak.JuggernautSpirit.JuggernautSpiritHealer.run(JuggernautSpiritHealer.java:16)
    2011-02-24 23:27:37 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
    2011-02-24 23:27:37 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:326)
    2011-02-24 23:27:37 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    2011-02-24 23:27:37 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-02-24 23:27:37 [SEVERE] Unexpected exception
    java.lang.IllegalArgumentException: Health must be between 0 and 200
    at org.bukkit.craftbukkit.entity.CraftLivingEntity.setHealth(CraftLivingEntity.java:39)
    at com.bukkit.acegiak.JuggernautSpirit.JuggernautSpiritHealer.run(JuggernautSpiritHealer.java:16)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:326)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  12. Offline

    weasel5i2

    I think it would be super awesome if the JUGGERNAUT could occupy the entity model of a Giant, and be mega-huge as well!! I wonder if this capability even exists in the Bukkit API...
     
  13. Offline

    acegiak

    Ok back from a break. At the moment it assumes that PVP is on at all times so I'll have to make it configurable according to world pvp rules, possibly cuboids in future but that's unlikely. First things first though, need to work out what's going on with ssechaud's bug. It's weird cause the health is limited in the code. I'll take a look see. I think healthy is messing it up.

    ok, fixing the only problem I can think of for the health crash which is it going negative for some reason maybe?

    I can't find anything in the bukkit api to change a player's move speed or model, but I should be able to change their damage so I'll work on that. I need to work out how to load a config file, anyone got a link for that?

    Also how are people controlling pvp? With the server.properties files or with plugins? I need a little more information about how it's being controlled before I can interact with it.
     
  14. Offline

    godgodgodgo

    mine isn't working :/
     
  15. Offline

    acegiak

    godgodgodgo, can you tell me what version of craftbukkit you're running, what plugins and what the error is?
     
  16. Offline

    godgodgodgo

    Sorry I thought I did :/

    2011-02-27 11:44:26 [INFO] Starting minecraft server version Beta 1.3
    2011-02-27 11:44:26 [INFO] Loading properties
    2011-02-27 11:44:26 [INFO] Starting Minecraft server on *:25565
    2011-02-27 11:44:26 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-458-g557f3d2-b440jnks (MC: 1.3)
    2011-02-27 11:44:26 [INFO] Preparing level "world"
    2011-02-27 11:44:26 [INFO] Preparing start region
    2011-02-27 11:44:27 [WARNING] Using the stupidly long constructor com.nijikokun.bukkit.Cleaner.Cleaner(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of Cleaner to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-27 11:44:27 [WARNING] Plugin 'Cleaner' (ver 1.6) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-27 11:44:27 [WARNING] Plugin 'Cleaner' (ver 1.6) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-27 11:44:27 [INFO] [Cleaner] version [1.6] (Night) loaded
    2011-02-27 11:44:27 [WARNING] Using the stupidly long constructor com.echo28.bukkit.findme.FindMe(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of FindMe to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-27 11:44:27 [WARNING] Using the stupidly long constructor com.griefcraft.FriendlyCreepers(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of FriendlyCreepers to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-27 11:44:27 [WARNING] Using the stupidly long constructor com.FriedTaco.taco.godPowers.godPowers(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of godPowers to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-27 11:44:27 [WARNING] Using the stupidly long constructor com.nijikokun.bukkit.Guardian.Guardian(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of Guardian to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-27 11:44:27 [WARNING] Plugin 'Guardian' (ver 1.0) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-27 11:44:27 [WARNING] Plugin 'Guardian' (ver 1.0) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-27 11:44:27 [WARNING] Plugin 'Guardian' (ver 1.0) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-27 11:44:27 [WARNING] Plugin 'Guardian' (ver 1.0) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-27 11:44:27 [WARNING] Plugin 'Guardian' (ver 1.0) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-27 11:44:27 [INFO] [Guardian] version [1.3] (Leggings) loaded
    2011-02-27 11:44:27 [INFO] LWC [v1.57] Loading shared objects
    2011-02-27 11:44:27 [INFO] Config [v1.57] Loaded 12 config entries
    2011-02-27 11:44:27 [INFO] LWC [v1.57] Native library: lib/native/Windows/x86/sqlitejdbc.dll
    2011-02-27 11:44:28 [WARNING] Using the stupidly long constructor com.bukkit.DeathCradle.MultipleHomes.MultipleHomes(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of MultipleHomes to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-27 11:44:28 [WARNING] Using the stupidly long constructor com.onarandombox.Rigby.MultiVerse.MultiVerse(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of MultiVerse to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-27 11:44:28 [INFO] Hint! It's probably someone called 'Rigby'
    2011-02-27 11:44:28 [WARNING] Using the stupidly long constructor me.taylorkelly.mywarp.MyWarp(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of MyWarp to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-27 11:44:28 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:85)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:58)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: while parsing a block collection
    in "<reader>", line 44, column 13:
    - 'general.spawn'
    ^
    expected <block end>, but found Scalar
    in "<reader>", line 55, column 16:
    - 'general.time'
    ^

    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    at org.bukkit.util.config.Configuration.load(Configuration.java:73)
    at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:178)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:83)
    ... 8 more
    2011-02-27 11:44:28 [WARNING] Using the stupidly long constructor cz.Plague.bukkit.PlgSetspawn.PlgSetspawn(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of PlgSetspawn to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-27 11:44:28 [WARNING] Using the stupidly long constructor com.bukkit.silence.simplehome.SimpleHome(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of SimpleHome to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-27 11:44:28 [WARNING] Using the stupidly long constructor org.bukkit.xmlns.spawnmob.SpawnMob(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of SpawnMob to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-27 11:44:28 [INFO] Hint! It's probably someone called 'xmlns'
    2011-02-27 11:44:28 [WARNING] Using the stupidly long constructor com.bukkit.nossr50.vStopFire.vStopFire(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of vStopFire to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-27 11:44:28 [WARNING] Using the stupidly long constructor com.bukkit.silence.whitelist.Whitelist(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of Whitelist to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-27 11:44:28 [INFO] WorldGuard loaded.
    2011-02-27 11:44:28 [INFO] ChatBukkit v0.0.1 is enabled!
    2011-02-27 11:44:28 [INFO] CraftBukkitUpToDate version 1.8 is enabled!
    2011-02-27 11:44:28 [INFO] GroupManager - Scheduled Data Saving is set for every 10 minutes!
    2011-02-27 11:44:28 [INFO] GroupManager version 0.9e is enabled!
    2011-02-27 11:44:28 [INFO] Fake Permissions version 2.0 is enabled!
    2011-02-27 11:44:28 [INFO] CButD: CraftBukkit is up to Date
    2011-02-27 11:44:28 [INFO] §eLoaded Essentials build 240 maintained by Zenexer, ementalo, Aelux, and Brettflan
    2011-02-27 11:44:28 [INFO] Loaded EssentialsBan build 240 by Zenexer, ementalo, Eris, and EggRoll
    2011-02-27 11:44:28 [INFO] Loaded EssentialsChat build 240 by Zenexer, ementalo, Aelux, and Brettflan
    2011-02-27 11:44:28 [INFO] Loaded EssentialsEco build 233 by Zenexer, ementalo, Eris, and Brettflan
    2011-02-27 11:44:28 [INFO] Loaded EssentialsGod build 233 by Zenexer, ementalo, Eris, and EggRoll
    2011-02-27 11:44:28 [INFO] Loaded EssentialsHelp build 240 by Zenexer, ementalo, Eris, and EggRoll
    2011-02-27 11:44:28 [INFO] Loaded EssentialsHome build 240 by Zenexer, ementalo, Aelux, and Brettflan
    2011-02-27 11:44:28 [INFO] Loaded EssentialsProtect build 233 by Zenexer, ementalo, Eris, and Brettflan
    2011-02-27 11:44:29 [INFO] EssentialsServerlist version 233 by Vimae Development enabled.
    2011-02-27 11:44:29 [INFO] Loaded EssentialsSpawn build 240 maintained by Zenexer, ementalo, Aelux, and Brettflan
    2011-02-27 11:44:29 [INFO] Loaded EssentialsTele build 240 by Zenexer, ementalo, Aelux, and Brettflan
    2011-02-27 11:44:29 [INFO] Loaded EssentialsWarp build 240 by Zenexer, ementalo, Aelux, and Brettflan
    2011-02-27 11:44:29 [INFO] FindMe 1.2.3 loaded.
    2011-02-27 11:44:29 [INFO] [FriendlyCreepers] -> ENTITY_EXPLODE
    2011-02-27 11:44:29 [INFO] [FriendlyCreepers] Creepers are: Neutralized
    2011-02-27 11:44:29 [INFO] [FriendlyCreepers] TNT is: Neutralized
    2011-02-27 11:44:29 [SEVERE] ENTITY_DAMAGEDBY_BLOCK (Is it up to date?)
    java.lang.NoSuchFieldError: ENTITY_DAMAGEDBY_BLOCK
    at com.FriedTaco.taco.godPowers.godPowers.onEnable(godPowers.java:121)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:426)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:79)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:60)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-02-27 11:44:29 [INFO] Done (2541794628ns)! For help, type "help" or "?"
    2011-02-27 11:44:38 [INFO] CButD: Plugin-Update-Check started
    2011-02-27 11:44:38 [INFO] No source for chatbukkit.jar ask the Author to give me one
    2011-02-27 11:44:38 [INFO] No source for Cleaner.jar ask the Author to give me one
    2011-02-27 11:44:39 [INFO] No source for EssentialsEco.jar ask the Author to give me one
    2011-02-27 11:44:39 [INFO] No source for EssentialsGod.jar ask the Author to give me one
    2011-02-27 11:44:39 [INFO] No source for EssentialsGroupBridge.jar ask the Author to give me one
    2011-02-27 11:44:39 [INFO] No source for EssentialsGroupManager.jar ask the Author to give me one
    2011-02-27 11:44:39 [INFO] No source for EssentialsProtect.jar ask the Author to give me one
    2011-02-27 11:44:39 [INFO] No source for EssentialsServerlist.jar ask the Author to give me one
    2011-02-27 11:44:40 [INFO] No source for FindMe.jar ask the Author to give me one
    2011-02-27 11:44:40 [INFO] No source for FriendlyCreepers.jar ask the Author to give me one
    2011-02-27 11:44:40 [INFO] No source for godPowers.jar ask the Author to give me one
    2011-02-27 11:44:40 [INFO] No source for Guardian.jar ask the Author to give me one
    2011-02-27 11:44:40 [INFO] No source for JuggernautSpirit.jar ask the Author to give me one
    2011-02-27 11:44:40 [INFO] No source for MultipleHomes.jar ask the Author to give me one
    2011-02-27 11:44:40 [INFO] No source for MultiVerse.jar ask the Author to give me one
    2011-02-27 11:44:40 [INFO] No source for MyWarp.jar ask the Author to give me one
    2011-02-27 11:44:41 [INFO] No source for PlgSetspawn_21.jar ask the Author to give me one
    2011-02-27 11:44:41 [INFO] No source for scrapbukkit.jar ask the Author to give me one
    2011-02-27 11:44:41 [INFO] No source for SimpleHome.jar ask the Author to give me one
    2011-02-27 11:44:41 [INFO] No source for SpawnMob.jar ask the Author to give me one
    2011-02-27 11:44:41 [INFO] No source for TelePlus.jar ask the Author to give me one
    2011-02-27 11:44:41 [INFO] No source for vStopFire.jar ask the Author to give me one
    2011-02-27 11:44:41 [INFO] No source for Whitelist.jar ask the Author to give me one
    2011-02-27 11:44:41 [INFO] No source for WorldEdit.jar ask the Author to give me one
    2011-02-27 11:44:41 [INFO] No source for WorldGuard.jar ask the Author to give me one
    2011-02-27 11:44:41 [INFO] CButD: Plugin-Update-Check finished
    2011-02-27 11:45:23 [INFO] 143 recipes
    2011-02-27 11:45:23 [INFO] godgodgodgo [/192.168.1.9:49387] logged in with entity id 202
    2011-02-27 11:45:23 [INFO] Forcing MCServerlist update.
    2011-02-27 11:45:39 [SEVERE] Could not pass event BLOCK_PLACED to Guardian
    java.lang.NullPointerException
    at com.nijikokun.bukkit.Guardian.iListen.onBlockPlace(iListen.java:89)
    at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.java:237)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    at net.minecraft.server.ItemBlock.a(ItemBlock.java:107)
    at net.minecraft.server.ItemStack.a(ItemStack.java:56)
    at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:161)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:502)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-02-27 11:45:50 [INFO] godgodgodgo issued server command: juggernaut
    2011-02-27 11:45:50 [INFO] Unknown console command. Type "help" for help.
    2011-02-27 11:46:11 [INFO] godgodgodgo issued server command: juggernaut
    2011-02-27 11:46:11 [INFO] Unknown console command. Type "help" for help.
    2011-02-27 11:46:15 [INFO] godgodgodgo lost connection: disconnect.quitting
    2011-02-27 11:46:15 [INFO] Forcing MCServerlist update.
    2011-02-27 11:46:16 [INFO] Freed 49.82769775390625 MB.
    2011-02-27 11:46:24 [INFO] CONSOLE: Stopping the server..
    2011-02-27 11:46:24 [INFO] Stopping server
    2011-02-27 11:46:24 [INFO] [Cleaner] version [1.6] (Night) disabled
    2011-02-27 11:46:24 [INFO] Fake Permissions version 2.0 is disabled!
    2011-02-27 11:46:24 [INFO] GroupManager - Scheduled Data Saving has been disabled!
    2011-02-27 11:46:24 [INFO] GroupManager version 0.9e is disabled!
    2011-02-27 11:46:24 [WARNING] EssentialsProtect Disabled, protection deactivated
    2011-02-27 11:46:24 [INFO] EssentialsServerlist version 233 disabled.
    2011-02-27 11:46:24 [INFO] FindMe 1.2.3 unloaded.
    2011-02-27 11:46:24 [INFO] [FriendlyCreepers] Creepers are out of control yet again!
    2011-02-27 11:46:24 [INFO] Saving chunks





    I type /juggernaut and nothing happens :/
     
  17. Offline

    TheDarkness73

    Could oyu make it so its toggable
     
  18. Offline

    acegiak

    The Darkness73: for each player or for the whole server?

    godgodgodgo, that looks like you've got a plugin manager that is crashing before it gets to do anything with JuggernautSpirit, try running it without the plugin manager?
     
  19. Offline

    godgodgodgo

    I didn't know I had a plugin manager. I'll check
     
  20. Offline

    Cool12309

    Fix permissions; if any plugin doesn't work while loading, all plugins do not load.
     
  21. Offline

    godgodgodgo

    ok thanks i'll try
    --- merged: Feb 27, 2011 8:57 PM ---
    Ok i got rid of all the plugins that don't work anymore (all the good ones :'( ) and now this happens


    2011-02-27 20:53:48 [SEVERE] PLAYER_COMMAND loading JuggernautSpirit v1.1 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
    at com.bukkit.acegiak.JuggernautSpirit.JuggernautSpirit.onEnable(JuggernautSpirit.java:33)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:117)
    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)
     
  22. Offline

    acegiak

    Ooh, that's definitely me failing to keep up with the latest api. working on a fix now.
     
  23. Offline

    godgodgodgo

    XD ok thanks
     
  24. Offline

    risinglotus

    Disabling it for day and enabling it for night would be awesome
     
  25. Offline

    acegiak

    fixed for godgodgodgo and HOPEFULLY ssechaud
    next, toggleability
     
  26. Offline

    godgodgodgo

    btw I have already added your Download link to the plugin but you should send the link for this to the creator of craftuptodate and he will put it in his updating plugin XD
     
  27. Offline

    ssechaud

    Using craftbukkit build 478, plugin v1.2, I get this error at bootup:

    22:57:59 [SEVERE] PLAYER_COMMAND loading JuggernautSpirit v1.1 (Is it up to date
    ?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
    at com.bukkit.acegiak.JuggernautSpirit.JuggernautSpirit.onEnable(Juggern
    autSpirit.java:33)
    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)
     
  28. Offline

    acegiak

    ssechaud are you SURE you're running 1.2? cause your output says it's loading 1.1. Want to try redownloading?

    Also, have become aware of a bug with juggernauts logging out messing up healing, working on it

    Also, people requesting Togglability and situational activation, I'm happy to acquiesce, but can I ask why?
     
  29. Offline

    tehseano

    When there is only 2 or 3 people in the server, the juggernaut could easily just keep picking on people. The game is much more fun when 5+ people are playing. Or maybe having just a pvp arena with a juggernaut, would be cool.
     
  30. Offline

    acegiak

    ok that's fair enough. I had assumed there would be no reason for the juggernaut to genk people cause there's no reward but I wasn't accounting for trolls. I'll look into activation mechanisms etc.
     

Share This Page