Inactive [TP] ButtonWarp v1.1 - Teleport using buttons with price/reward/custom messages [953]

Discussion in 'Inactive/Unsupported Plugins' started by Codisimus, Mar 18, 2011.

  1. Offline

    Codisimus

    This page will no longer be updated. Please follow this project at the Bukkit Dev Page


    ButtonWarp (Previously DungeonReward) - Teleport using buttons with price/reward/custom messages:
    Version: 1.1 (7/16/2011)
    Supports iConomy, BOSEconomy, Essentials, Permissions
    Download Page

    This plugin is used to reward a player with money for reaching a certain region of the world.
    Or you can use it as a simple teleport using buttons.
    Money is added/subtracted when the user presses the button, the user is then teleported to a set location.

    If you are interested in this plugin be sure to check out PhatLoots.

    Features:
    • Buttons can also teleport users without giving any reward.
    • Deny taking items to a new World
    • Custom messages
    • Option to not teleport on button press (only charge/display message)
    • Set a cooldown time
    • Rewards can be negative to charge users to warp.
    • Set different reward values for different dungeons.
    • List and locate teleport locations.
    • Send money to player/bank account
    • Take money from player/bank account
    • Uses iConomy, BOSEconomy or Essentials to give users money.
    • Permissions to limit players from using, getting rewards, and using commands.
    • Included in CraftBukkitUpToDate for easy updating (make sure you come check the changelog if somthing is not working right)
    Commands:
    Commands can be written as /buttonwarp or /bw
    Show Spoiler

    • /bw make [Name] - Makes Warp at current location
    • /bw make [Name] nowarp - Makes a Warp that doesn't teleport
    • /bw move [Name] - Moves Warp to current location
    • /bw link [Name] - Links target button with Warp
    • /bw unlink [Name] - Unlinks target button with Warp
    • /bw delete [Name] - Deletes Warp and unlinks buttons
    • /bw amount [Name] [Amount] - Sets amount for Warp
    • /bw source [Name] server - Generates/Destroys money
    • /bw source [Name] [Player] - Gives/Takes money from Player
    • /bw source [Name] bank [Bank] - Gives/Takes money from Bank
    • /bw msg [Name] [Msg] - Sets message recieved after using Warp
    • /bw time [Name] [0'0'0'0] - Sets cooldown time for using Warp
    • /bw type [Name] [Type] - Sets cooldown type for using Warp
    • /bw list - Lists all Warps
    • /bw locate [Name] - Gives location of Warp
    • /bw rl - Reloads ButtonWarp

    Permission Nodes:
    Show Spoiler

    • buttonwarp.use - Needed to be able to use the warp
    • buttonwarp.getreward - Needed to be able to receive money
    • buttonwarp.make
    • buttonwarp.amount
    • buttonwarp.source
    • buttonwarp.msg
    • buttonwarp.time
    • buttonwarp.type
    • buttonwarp.admin.move
    • buttonwarp.admin.list
    • buttonwarp.admin.locate
    • buttonwarp.admin.freewarp

    Tutorial:
    NOTE: New Tutorial video, please watch before asking a question.


    Changelog:
    Old Versions + ChangeLog can be found at Download Page
    Show Spoiler

    Version 1.1 (7/16/2011)
    • Fixed nowarp
    Version 1.0 (6/26/2011)
    • Improved OP options
    • Updated Economy support
    • Fixed custom messages
    • Added rl command
    Version 0.9 (6/15/2011)
    • Added option of denying warp if trying to take items to a different world
    • Event is now cancelled if the warp event is cancelled
    Version 0.8 (6/12/2011)
    • Cleaned up code/fixed errors
    Version 0.7.5 (6/4/2011)
    • Cleaned up errors and added error messages
    Version 0.7.4 (6/3/2011)
    • Various fixes and code cleanup
    Version 0.7.3 (6/3/2011)
    • Added Essentials econ support
    Version 0.7.2 (5/20/2011)
    • Fixed ArrayIndexOutOfBounds '12' error
    Version 0.7.1 (5/16/2011)
    • Fixed creation of 'nowarp' warps
    Version 0.7 (5/15/2011)
    • Fixed location saving (no more looking straight up/down)
    • Actually fixed /bw make
    • Changed permission nodes
    • Added commands such as /bw source
    • Fixed all money issues
    Version 0.6.1 (5/4/2011)
    • Updated to iConomy 5
    • Few various fixes
    Version 0.6 (4/29/2011)
    • Fixed reload issues
    • Added custom messages
    • Fixed bank support
    • Added option to not teleport on button press (only charge)
    • Added cooldown
    • Renamed to ButtonWarp
    • Rewrote/Cleaned up code
    Version 0.5 (4/15/2011)
    • Improved Multiworld support
    • Many various fixes
    Version 0.4.1 (3/31/2011)
    • Few minor fixes
    • Works with build #612
    Version 0.3.3 (3/24/2011)
    • Fixed payment issues
    • Fixed Permission issues
    • changed dungeonreward.reward permission node to dungeonreward.amount
    Version 0.3.2 (3/22/2011)
    • Added confirmation messages (took out that you could set your own message)
    • Added a check to make sure the balance has enough money
    Version 0.3.1 (3/20/2011)
    • Fixed negative value adding money to account
    Version 0.3 (3/19/2011)
    • Fixed unknown command spamming chat
    • Fixed no Economy message spamming
    • Improved /reward list output
    • Added /reward msg (dungeonreward.msg) to set a custom message for when to press the button
    • Add option of negative value for paying to use warp
    Version 0.2 (3/19/2011)
    • Improved /reward make command (no more targeting, saves direction you are facing)
    • Added multiworld support
    Version 0.1 (3/18/2011)
    • Initial Release
     
  2. Also, unlinking doesn't seem to actually unlink.
    I'm doing
    /bw unlink warp1
    Button successfully unlinked!
    /bw link warp2
    Button is already link to warp warp1

    Also, in 0.7.1 getting this on /reload
    Code:
    2011-05-17 00:37:45 [INFO] [ButtonWarp] Load failed, saving turned off to prevent loss of data
    2011-05-17 00:37:45 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 12
    2011-05-17 00:37:45 [SEVERE]    at ButtonWarp.SaveSystem.loadFromFile(SaveSystem.java:38)
    2011-05-17 00:37:45 [SEVERE]    at ButtonWarp.ButtonWarp.onEnable(ButtonWarp.java:44)
    2011-05-17 00:37:45 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    2011-05-17 00:37:45 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676)
    2011-05-17 00:37:45 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
    2011-05-17 00:37:45 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-17 00:37:45 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-17 00:37:45 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:336)
    2011-05-17 00:37:45 [SEVERE]    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
    2011-05-17 00:37:45 [SEVERE]    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    2011-05-17 00:37:45 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:278)
    2011-05-17 00:37:45 [SEVERE]    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:682)
    2011-05-17 00:37:45 [SEVERE]    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:645)
    2011-05-17 00:37:45 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:639)
    2011-05-17 00:37:45 [SEVERE]    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    2011-05-17 00:37:45 [SEVERE]    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-17 00:37:45 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-17 00:37:45 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-17 00:37:45 [SEVERE]    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    2011-05-17 00:37:45 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    2011-05-17 00:37:45 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  3. Offline

    Codisimus

    I'll check it out when I get back home
     
  4. I think the last array exception might be caused by some save file corruption
     
  5. Offline

    Dragonmoon05

    I get the error ArrayIndexOutOfBoundException too.

    How to solve it?, i always lose my saved warps when i execute the server again :(
     
  6. Delete your warps file and re-create.
     
  7. Offline

    Jake Buly

    I wasn't sure if this was missed, so I am reposting it.

    Would you possibly be able be able to combine this with Essentials? I want to use prices on the button's but I don't use iConomy. Instead I use the Essentials currency system.

    Thanks!
     
  8. Offline

    Codisimus

    can you post your save file?
     
  9. There
    Code:
    warpgk;;0;Server;world;-168.0;72.0;323.0;-12.450033;-89.12567;none;user;nether,37,77,78,runefcb,131'17'47'29,Syra12,131'17'35'56,molarsen,131'21'52'16,gtr0y,130'1'35'26,~world,-36,93,-55,lamersons,133'22'23'2,DarkGrisen,131'21'9'23,molarsen,131'17'18'31,cristyn,131'22'25'13,EmAx_E,130'21'46'14,samylots,130'2'51'16,gtr0y,131'0'35'29,~world,-10,77,418,blazer_001,136'23'47'26,gtr0y,137'0'31'45,~;
    warpnether;;0;Server;nether~NETHER;40.0;77.0;77.0;-15.000037;89.99998;none;user;world,-160,73,320,runefcb,131'17'45'5,Syra12,131'17'35'18,molarsen,131'21'52'10,~;
    warp-aq2;;0;Server;world;-36.0;92.0;-59.0;8.1000185;182.80411;none;user;world,-160,73,322,lamersons,131'16'56'28,molarsen,131'16'56'23,gtr0y,131'0'35'12,cristyn,131'0'35'6,~;
    warpmines;;-10;Server;world;-10.0;76.0;416.0;3.6012847;2.6009505;none;user;world,-160,73,324,blazer_001,137'0'14'25,mac6031,131'21'41'2,lamersons,131'16'55'31,gtr0y,137'0'32'4,~;
    mineup;;0;Server;world;-22.0;76.0;421.0;357.60132;7.949994;none;user;world,-21,9,423,~;
    tut-skipjump;;0;Server;world;-116.0;70.0;-54.0;51.599937;89.10029;none;user;world,-113,71,-46,lamersons,134'20'44'6,~world,-118,74,-54,lamersons,134'20'41'1,gtr0y,134'17'15'35,~;
    warpgkc;;-10;server;world;-167.99978094633542;72.0;323.0022451092839;7.0499687;-90.92567;none;user;;
    
     
  10. Offline

    Jake Buly

    Can Someone please answer me? anyone at all?
     
  11. Offline

    Shuan

    Been getting this error whenever i restart or reload my server
    Code:
    2011-05-19 00:22:36 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 12
    2011-05-19 00:22:36 [SEVERE]     at ButtonWarp.SaveSystem.loadFromFile(SaveSystem.java:38)
    2011-05-19 00:22:36 [SEVERE]     at ButtonWarp.ButtonWarp.onEnable(ButtonWarp.java:44)
    2011-05-19 00:22:36 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    2011-05-19 00:22:36 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676)
    2011-05-19 00:22:36 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
    2011-05-19 00:22:36 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-19 00:22:36 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-19 00:22:36 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:336)
    2011-05-19 00:22:36 [SEVERE]     at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
    2011-05-19 00:22:36 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    2011-05-19 00:22:36 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:270)
    2011-05-19 00:22:36 [SEVERE]     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:396)
    2011-05-19 00:22:36 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:381)
    2011-05-19 00:22:36 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    2011-05-19 00:22:36 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  12. Someone worn't do. You need the dev to answer that. But I doubt this will happen. This is why I'm using iConomy - has the most support. Same thing with Permissions.
    This is probably because of a corrupt save-file.
    I'm getting this too​
     
  13. Offline

    louis zook

    Getting save error.. here is the error and the save file. Thanks in advance

    Code:
    2011-05-20 09:44:46 [INFO] [ButtonWarp] Load failed, saving turned off to prevent loss of data
    2011-05-20 09:44:46 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 12
    2011-05-20 09:44:46 [SEVERE]     at ButtonWarp.SaveSystem.loadFromFile(SaveSystem.java:38)
    2011-05-20 09:44:46 [SEVERE]     at ButtonWarp.ButtonWarp.onEnable(ButtonWarp.java:44)
    2011-05-20 09:44:46 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    2011-05-20 09:44:46 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676)
    2011-05-20 09:44:46 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
    2011-05-20 09:44:46 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-20 09:44:46 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-20 09:44:46 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:336)
    2011-05-20 09:44:46 [SEVERE]     at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
    2011-05-20 09:44:46 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    2011-05-20 09:44:46 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:270)
    2011-05-20 09:44:46 [SEVERE]     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:396)
    2011-05-20 09:44:46 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:381)
    2011-05-20 09:44:46 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    2011-05-20 09:44:46 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-20 09:44:46 [INFO] ButtonWarp 0.7.1 is enabled!
    Code:
    louisville;;0;server;world;255.7436265025314;70.0;-38.48533165470527;25.350035;1.438836;none;user;;
    prison;;0;server;world;-346.5;75.0;232.5;14.09998;163.7218;none;user;;
    oldtown;;0;server;world;51.50493416486984;71.0;87.64260991907749;-7.3499756;200.87256;none;user;;
    city;;0;server;world;-165.84674632324158;64.0;447.0892192477679;3.9000392;-130.01253;none;user;;
    town2;;0;server;world;279.5;64.0;-308.5;35.400066;-133.49933;none;user;;
    town3;;0;server;world;77.5;70.0;-107.5;54.150005;-92.321106;none;user;;
    pirate;;0;server;world;386.5;65.0;97.5;32.249985;-303.6886;none;user;;
     
  14. Offline

    Codisimus

  15. Offline

    louis zook

    Hey I am downloading it now to try it. :D


    AND IT WORKS! WOOT! Thank you so much Codisimus! Works perfect now! YAY!

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

    Codisimus

    Shuan likes this.
  17. Offline

    Oxygene

    I get booted for hacking too, even as admin. I was about to recommend all my clients swap to this port method too :( It works great but needs a workaround for that kick.
     
  18. Offline

    Codisimus

    it is minecraft that causes this problem, I would be surprised if this doesn't happen with all other teleporting plugins
     
  19. Offline

    Oxygene

    I tried it out on a few others. I use travel portals most atm and they've never had a problem, neither has the essentials warping. Its strange, no idea why it does it.
     
  20. Offline

    Shuan

    Thank you very much for the quick response, and update!
     
  21. Thank you so much!
    PS Hope you check out the /ts thread :)
     
  22. Offline

    Codisimus

    Wut do you mean by this?
     
  23. Offline

    Specops343

    Sorry, didnt see anything about this in the couple of pages i read, but has anyone tested this with 733?
     
  24. Offline

    Oxygene

    I googled the kicking error and some people think it may be caused by plugins, they have the same problem on other portal mods. Any way of knowing which plugin booted me? Or is it a built in thing from bukkit.
     
  25. Offline

    Keyjin

    2011-05-22 16:24:10 [INFO] [ButtonWarp] Load failed, saving turned off to prevent loss of data
    2011-05-22 16:24:10 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 12
    2011-05-22 16:24:10 [SEVERE] at ButtonWarp.SaveSystem.loadFromFile(SaveSystem.java:38)
    2011-05-22 16:24:10 [SEVERE] at ButtonWarp.ButtonWarp.onEnable(ButtonWarp.java:44)
    2011-05-22 16:24:10 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    2011-05-22 16:24:10 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676)
    2011-05-22 16:24:10 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
    2011-05-22 16:24:10 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-22 16:24:10 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-22 16:24:10 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    2011-05-22 16:24:10 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    2011-05-22 16:24:10 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    2011-05-22 16:24:10 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
    2011-05-22 16:24:10 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-22 16:24:10 [INFO] ButtonWarp 0.7.1 is enabled!

    I used bukkit v766 and i used only this pluggin
     
  26. Offline

    Codisimus

    This has been fixed in the latest version
     
  27. Offline

    everhaunted

    by new version meaning the one that is out or the one that is coming? sorry for nagging i have the same problem
     
  28. Offline

    Codisimus

    The one that is out
     
  29. Offline

    TheNander

    Can someone post their BW save file please? I'm having a problem with setting the source of a button to a player. Each time I try to do the command it displays the help menu. I tried to do it by editing the save file for buttonwarps, but im not sure of the format for a player source.
     
  30. Offline

    Wolfx7

    The not saving bug isn't fixed

    Code:
    2011-05-28 15:53:29 [INFO] [ButtonWarp] Load failed, saving turned off to prevent loss of data
    2011-05-28 15:53:29 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 11
    2011-05-28 15:53:29 [SEVERE]     at ButtonWarp.SaveSystem.loadFromFile(SaveSystem.java:37)
    2011-05-28 15:53:29 [SEVERE]     at ButtonWarp.ButtonWarp.onEnable(ButtonWarp.java:44)
    2011-05-28 15:53:29 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-05-28 15:53:29 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-05-28 15:53:29 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-05-28 15:53:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    2011-05-28 15:53:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    2011-05-28 15:53:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:336)
    2011-05-28 15:53:29 [SEVERE]     at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:213)
    2011-05-28 15:53:29 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:97)
    2011-05-28 15:53:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:278)
    2011-05-28 15:53:29 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:701)
    2011-05-28 15:53:29 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:666)
    2011-05-28 15:53:29 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:660)
    2011-05-28 15:53:29 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    2011-05-28 15:53:29 [SEVERE]     at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-28 15:53:29 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-28 15:53:29 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-28 15:53:29 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-28 15:53:29 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-28 15:53:29 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-28 15:53:29 [INFO] ButtonWarp 0.7.2 is enabled!
     

Share This Page