Inactive [TP/FUN] LaunchMe v2.3.1 - Cannon-based transport! [1.4.5-R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by Spudstabber, Nov 17, 2011.

  1. Offline

    Tomaz

    This is going to work just epicly with Shotgun plugin.
     
  2. Offline

    Spudstabber

    1.7.1 out! Official 1.0.0 support on build 1597, and added automatic damage cancellation and no more kicking on flying!
     
  3. Offline

    Arcwolf

    Nice, just set up my first two cannons in my survival server. Works great. Too bad there is no soundfx when you launch. Ah well, cant have everything I guess :)
     
  4. Offline

    Spudstabber

    Actually.... I am looking at adding sound/smoke on launch. :3
     
  5. Offline

    Arcwolf

    That'll be freakin sweet! lol
     
  6. Offline

    Spudstabber

    :D Glad you think so!
     
  7. Offline

    md_5

    Approved, looks fun. I like the inclusion of anti fly kicking.
    Sound and smoke, yes please!
     
  8. Offline

    Spudstabber

    Yay, thanks. :D

    Working on a possible bug and some code for automatic sign setup now, hold tight.

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

    xemnes

    using this on my server, very useful and more of a fun way to get around! cant wait for multiworld support

    request: on the last nine could you type "auto" just an automatic launch without the command? im more into automation
     
  10. Offline

    Spudstabber

    Automation hasn't been implemented as of yet, although I've got some working code I'm testing. I'll implement it around the same time I implement the warp system targeting.
     
  11. Offline

    xemnes

    ooo ok then
     
  12. if i dont have permissions, can every1 use /launch command?
     
  13. Offline

    Spudstabber

    Yep!
     
  14. Offline

    hikingmonk

    Great plugin. Thanks for all your hard work!
     
  15. Offline

    Spudstabber

    Glad you think so, thanks!
     
  16. Offline

    Wildwill002

    Having tried this plugin out on a server I had alot of fun with it although when I placed the LaunchMe.jar into the plugins folder and restarted I couldnt actually get the plugin to work. I just get this message in the console
    Code:
    16.12 17:10:42 [Server] INFO 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    16.12 17:10:42 [Server] INFO 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    16.12 17:10:42 [Server] INFO 	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
    16.12 17:10:42 [Server] INFO 	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
    16.12 17:10:42 [Server] INFO 	at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
    16.12 17:10:42 [Server] INFO 	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
    16.12 17:10:42 [Server] INFO 	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
    16.12 17:10:42 [Server] INFO 	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    16.12 17:10:42 [Server] INFO 	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    16.12 17:10:42 [Server] INFO 	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:183)
    16.12 17:10:42 [Server] INFO 	at com.spudstabber.launchme.LaunchMe.onEnable(LaunchMe.java:39)
    16.12 17:10:42 [Server] INFO 	at com.spudstabber.launchme.LaunchMe.setupConfig(LaunchMe.java:77)
    16.12 17:10:42 [Server] INFO 	at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:125)
    16.12 17:10:42 [Server] INFO 	at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:133)
    16.12 17:10:42 [Server] INFO 	at org.bukkit.plugin.java.JavaPlugin.getResource(JavaPlugin.java:156)
    16.12 17:10:42 [Server] INFO java.lang.NullPointerException
    16.12 17:10:42 [Server] SEVERE Error occurred while enabling LaunchMe v1.7.1 (Is it up to date?): null
    The only other plugins I've got on the server are PlgSetSpawn, WorldEdit, Permissions and PermissionsEX.
    I'm very new to owning a server so I think I may have done something wrong...
     
  17. Offline

    Spudstabber

    Mind giving me the full error message?
     
  18. Offline

    Wildwill002

    Sorry, very new to this sort of thing. Heres the whole start up process

    16.12 17:14:45 [Server] Startup Done (0.157s)! For help, type "help" or "?"
    16.12 17:14:45 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    16.12 17:14:45 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    16.12 17:14:45 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    16.12 17:14:45 [Server] INFO at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
    16.12 17:14:45 [Server] INFO at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
    16.12 17:14:45 [Server] INFO at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
    16.12 17:14:45 [Server] INFO at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
    16.12 17:14:45 [Server] INFO at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
    16.12 17:14:45 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    16.12 17:14:45 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    16.12 17:14:45 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:183)
    16.12 17:14:45 [Server] INFO at com.spudstabber.launchme.LaunchMe.onEnable(LaunchMe.java:39)
    16.12 17:14:45 [Server] INFO at com.spudstabber.launchme.LaunchMe.setupConfig(LaunchMe.java:77)
    16.12 17:14:45 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:125)
    16.12 17:14:45 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:133)
    16.12 17:14:45 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.getResource(JavaPlugin.java:156)
    16.12 17:14:45 [Server] INFO java.lang.NullPointerException
    16.12 17:14:45 [Server] SEVERE Error occurred while enabling LaunchMe v1.7.1 (Is it up to date?): null
    16.12 17:14:44 [Server] INFO WEPIF: Using the Bukkit Permissions API.
    16.12 17:14:44 [Server] INFO WEPIF: Using the Bukkit Permissions API.
    16.12 17:14:44 [Server] INFO WorldEdit 5.0 enabled.
    16.12 17:14:44 [Server] INFO PlgSetspawn version 5.0 is enabled!
    16.12 17:14:44 [Server] INFO Preparing spawn area: 0%
    16.12 17:14:44 [Server] INFO Preparing start region for level 2 (Seed: -8185891154792198896)
    16.12 17:14:44 [Server] INFO Preparing start region for level 1 (Seed: -8185891154792198896)
    16.12 17:14:43 [Server] INFO Preparing start region for level 0 (Seed: -8185891154792198896)
    16.12 17:14:43 [Server] INFO Default game type: 0
    16.12 17:14:43 [Server] INFO Preparing level "world"
    16.12 17:14:43 [Server] INFO This server is running Craftbukkit version git-Bukkit-1.8.1-R4-11-g696ba64-b1479jnks (MC: 1.0.0) (Implementing API version 1.0.0-R1-SNAPSHOT)
    16.12 17:14:43 [Server] INFO Starting Minecraft server on 188.165.222.143:25589
    16.12 17:14:43 [Server] INFO Loading properties
    16.12 17:14:43 [Server] WARNING To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    16.12 17:14:43 [Server] WARNING **** NOT ENOUGH RAM!
    16.12 17:14:43 [Server] INFO Starting minecraft server version 1.0.0
    16.12 17:14:43 [Server] INFO 27 achievements
    16.12 17:14:43 [Server] INFO 174 recipes
    16.12 17:14:42 [Multicraft] Loaded config for "Mod: Craftbukkit LSB"
    16.12 17:14:42 [Multicraft] Starting Minecraft!
    16.12 17:14:42 [Multicraft] Loading Minecraft instance properties
     
  19. Offline

    Spudstabber

    Well, one thing I notice is you're running build 1479, and this was built against 1597. Try updating?
     
  20. Offline

    Wildwill002

    *facepalm* Thanks for the help and fast responses. Next time I'll remember to check that sort of thing...
     
  21. Offline

    Spudstabber

    No problem, tell me if more bugs arise.

    1.7.2 out! Back compatability for no price with Vault, and no price is now required to be entered; you can leave it blank.

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

    Imm0rt41

    I love this, im so getting it for my server
     
  23. Offline

    batubozkan

    Installed yesterday on my server and i am already loving it.

    But could you explaint how to make Cannons by fee

    Edit : NWM, found it :D
     
  24. Offline

    tincopper2

    LMFAO! You drew the same dragon pic I drew! No joke! (you got yours from a secondary source)
     
  25. Offline

    shanko

    awesome plugin! :D
     
  26. Offline

    Spudstabber

    As a matter of fact, I drew that without any copying from sources or anything, solely from my head.
     
  27. I love this plugin, it works perfectly, really easy to use. Thank you!

    Question:
    Could this be made so if the cannon is made to look like cannon to aim certain direction instead of straight up?

    Take a look at the picture.
    Right now the "cannon" must be built ike number 1 is built.
    Could it be made like the number 2 is built? to point certain direction, could it still teleport u off?

    [​IMG]
     
  28. Offline

    Spudstabber

    Um, what? I don't think diagonal structures would look good...
     
  29. yes they would >:3
     
  30. Offline

    Spudstabber

    Well, it'd be strange to see, and no, at present, diagonal firing isn't possible, sorry.
     

Share This Page