This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
A Bukkit plugin to transfer written books to .txt files.
Hold a written book in your hand, then type /booktotxt mybook and it would be saved under plugins/BookToTxt/mybook.txt.
17:42:29 [SEVERE] null
org.bukkit.command.CommandException: Unhandled exception executing command 'booktotxt' in plugin BookToTxt v1.0
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:107)
at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
at org.getspout.spout.SpoutNetServerHandler.d(SpoutNetServerHandler.java:173)
at net.minecraft.server.ServerConnection.b(SourceFile:35)
at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at net.zhuoweizhang.booktotxt.BookToTxtPlugin.onCommand(BookToTxtPlugin.java:26)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
... 17 more
Will this work for other people? Basically, I want others on my server to be able to export their book, and I want to to appear in my plugins folder. so if all users use the command /booktotxt "username", I should be able to see them all. Conducting a large scale experiment on Minecraft!
-
View User Profile
-
Send Message
Posted Jun 27, 2013This is literally, the greatest plugin, ever.
... ... ...
ROFLTHISISTUPIDXDXDXD.
-
View User Profile
-
Send Message
Posted Nov 5, 201217:42:29 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'booktotxt' in plugin BookToTxt v1.0 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:107) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.NetworkManager.b(NetworkManager.java:276) at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109) at org.getspout.spout.SpoutNetServerHandler.d(SpoutNetServerHandler.java:173) at net.minecraft.server.ServerConnection.b(SourceFile:35) at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581) at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Caused by: java.lang.ArrayIndexOutOfBoundsException: 0 at net.zhuoweizhang.booktotxt.BookToTxtPlugin.onCommand(BookToTxtPlugin.java:26) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) ... 17 more
-
View User Profile
-
Send Message
Posted Aug 27, 2012Will this work for other people? Basically, I want others on my server to be able to export their book, and I want to to appear in my plugins folder. so if all users use the command /booktotxt "username", I should be able to see them all. Conducting a large scale experiment on Minecraft!
-
View User Profile
-
Send Message
Posted Aug 10, 2012@TerraVale
@darth2499
It's possible, but I think I might wait until Bukkit releases official API support for editing books.
-
View User Profile
-
Send Message
Posted Aug 8, 2012Agreed with the person below me! :)
I'm writing up a large book full of contents, and it would be nice to edit it with a text document :0
-
View User Profile
-
Send Message
Posted Aug 8, 2012Maybe possible to do the other way round? .txt to written books?