Fire Modification 1-5 minutes coding time.

Discussion in 'Archived: Plugin Requests' started by toxictroop, Oct 13, 2014.

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

    toxictroop

    If you could spare a couple of minutes could you make a plugin for me called (FireModification)

    - Basically it should run command /gamerule doFireTick false, every time the server starts. ^^

    This is needed because everytime my server starts up the map is "regenerated" and gamerules are lost.

    <Skype Removed. No Skype ~Admin>
     
  2. Offline

    mrCookieSlime

  3. Offline

    Watto

    toxictroop

    Here you go: Download

    There shouldn't hopefully be any errors, but feel free to tahg me if there are. :)
     
  4. Offline

    toxictroop

    [17:58:48 INFO]: [FireModification] Enabling FireModification v1.0
    [17:58:48 INFO]: Unknown command. Type /help for help.
    [17:58:48 INFO]: [FireModification] doFireTick gamerule set to false!

    thanks for helping! ^^ but the command says invalid.
     
  5. Offline

    MordorKing78

    I Dont like players who say hings like "1-5 Minutes of coding" when they cant do it.
     
  6. Offline

    toxictroop

    Myself, I do not know how to code. But I do code LUA, Its simple to get the console to run a command. that's why I said it would take 1-5 minutes of someone's time to help. Dont hate when there is nothing to hate about.
     
  7. Offline

    EgyptianKing

    toxictroop
    I'm looking at Watto 's code and I cannot see why it's not working. This is really rustling my jimmies...
     
  8. Offline

    MordorKing78

    Meh only looked at the title of the project. No worries mate.. :)
     
  9. Offline

    Watto

    toxictroop

    Run "gamerule doFireTick false" in console and see what it returns..
    This is very strange.
     
  10. Offline

    toxictroop

    >gamerule doFireTick false
    [14:38:50 INFO]: CONSOLE: Game rule doFireTick has been set to: false

    manually entering command into console works, but the plugin seems to respond "unknown command" when it sends the command
     
  11. Offline

    toxictroop

    Anyone?? :'(
     
  12. Online

    timtower Administrator Administrator Moderator

  13. Offline

    toxictroop

  14. Online

    timtower Administrator Administrator Moderator

    toxictroop full server log please. Just that line doesn't help at all.
     
  15. Offline

    toxictroop

    [17:54:27] [Server thread/ERROR]: Could not load 'plugins\CommandOnStart.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: Cannot find main class `nl.timdebrouwer.'
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:66) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    Caused by: java.lang.ClassNotFoundException: nl.timdebrouwer.
    at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_67]
    at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_67]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_67]
    at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_67]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_67]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_67]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_67]
    at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_67]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    ... 7 more


    I have posted on the Spigot forums now, maybe they can help more.
     
  16. Offline

    FerusGrim

    The issue is pretty clear, given the exception.

    However, you're right. Spigot forums would be better geared towards answering questions related to Spigot. I'll let them answer it. :)
     
  17. Offline

    eyamaz

    Thread locked
     
Thread Status:
Not open for further replies.

Share This Page