LogBlock
Works 100% with 1.7 / 1.8
The best block logging and rollback solution for the savvy server administrator.
LogBlock is the best block logging plugin for Bukkit server. Not only is it awesomely powerful, it’s blazing fast! Everything is logged into a MySQL database, allowing developers to hook in and produce things such as player stats and even administrative panels. Every loggable action can be logged with LogBlock: WorldEdit, leave decay, fire, sign changes, explosions, chest changes, player and animal deaths, chat, commands and more!
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
LogBlock will very rarely break between Minecraft / Bukkit updates, however if you find it does, please be sure to try a development build from above, as we generally test new releases there until deemed stable.
What is LogBlock?
LogBlock is a tool which allows you to keep track of almost everything on your server, while also giving you the ability to rollback (revert) or redo changes made by users and natural occurrences such as liquid flow or leaf decay. Additionally, LogBlock is able to log and rollback chest contents, sign text and more! LogBlock was originally created by bootswithdefer for HMod, ported to Bukkit by DiddiZ and is now actively maintained by md_5, ammar2 and the community of developers on Bukkit. We accept pull requests on GitHub frequently which means that community developers can add features they wish to see quicker than LogBlock developers are able to from tickets. All database actions are run not only in their own threads, but are queued into a consumer to minimize lag on the main thread. This is great for larger servers! All optional features (not dependencies below) are enabled and disabled from within the config file allowing complete control over what is logged thus ensuring database size is kept to a minimum.
Notices
Most virtual chest plugins are not compatible with LogBlock. Because they do not set the player who is opening the “chest”, LogBlock can’t do what it’s meant to be able to do, thus, making errors in your console. Please report these issues to the fake-chest plugin developer, NOT LogBlock developers.
Issues are read more frequently on the GitHub Issues page as compared to the comments below. When updating to LB1.57, if you already have a large database and have changed your columns to MEDIUMINT, INT or LARGEINT, you do not need the updater to fix this for you automatically. To stop this behaviour, simply change “version” in the configuration to ‘1.57’.
If you are experiencing an error such as this please read the FAQ for answers.
If you're receiving errors regarding players from the consumer such as "[Consumer] Failed to add player <playername>" then change all `playerid` columns to MEDIUMINT or INT in each table that contains them. This may take a long time if you have a lot of rows.
Optional Dependencies
- WorldEdit (Recommended)
- Permissions plugin
- LogBlock Questioner
Need help?
Found a bug or an issue? Please report it (and attach code if you know how to squash it) on our ticket manager.
Just need help in general or have an urgent, more private bug? Join us on IRC at irc.esper.net #LogBlock and ping a +o or +v for faster help. Webchat is available here if you don't have a client, or prefer to use it.
As always, check if your question is on the FAQ before asking!
Installation
More Information
- FAQ (read me first!)
- Command reference
- Configuration
- Helpful Commands
- MySQL Connection Problems
- MySQL Schema
- SQL Queries
- Parameters
Are you a Developer?
If you wish to contribute to the LogBlock project, head on over to the GitHub page, fork the project and submit your pull request(s).
If you wish to develop a plugin that interacts with LogBlock in some way, read up on the API here. Support for API and more can be found in the IRC channel, which is listed above.
Developer builds can be found here. (These builds have not been approved by the BukkitDev staff. Use them at your own risk.)
Still need help? Join us on IRC at irc.esper.net #LogBlock and ping a +o or +v for faster help.
Please do not post comments requesting support. Report bugs here or, alternatively, talk to a real person. Commenting below is a surefire way to not receive help.
-
View User Profile
-
Send Message
Posted Nov 19, 2013@MarkPino
Use pastebin.com to send your logs, and this belongs in a ticket, not a comment.
-
View User Profile
-
Send Message
Posted Nov 19, 2013@ViscousSummer88
Me again..... I sent the startlog with only my logblock plugin on the server installed, because I have a lot of plugins and it's hard to get the whole startlog, but when I try it with only the logblock plugin it worked fine!
So now... I tried to copy everything, but in more times so I hope you can deal with it:
16:29:59 [INFO] Starting minecraft server version 1.6.4 16:29:59 [INFO] Loading properties 16:29:59 [INFO] Default game type: SURVIVAL 16:29:59 [INFO] Generating keypair 16:29:59 [INFO] Starting Minecraft server on *:25565 16:30:00 [INFO] This server is running CraftBukkit version git-Bukkit-1.6.4-R2. -1-g988f599-b2919jnks (MC: 1.6.4) (Implementing API version 1.6.4-R2.1-SNAPSHOT
16:30:00 [SEVERE] Could not load 'plugins\OpenInv.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/m necraft/server/Packet at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader. ava:182) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManage .java:230) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugins(CraftServer.j va:241) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.<init>(CraftServer.java:2 9) at net.minecraft.server.v1_6_R3.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R3.DedicatedPlayerList.<init>(SourceFile:1 ) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.ja a:107) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.jav :393) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile: 83) Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/Packet at lishid.openinv.OpenInv.<init>(OpenInv.java:34) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown So rce) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader. ava:178) ... 9 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.Packet at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoade .java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 15 more 16:30:00 [INFO]
-Bukkit Auto Updater-16:30:00 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds. 16:30:00 [INFO] If you would like to be kept informed about new Development Bui d releases, it is recommended that you change 'preferred-channel' in your bukki .yml to 'dev'. 16:30:00 [INFO] With that set, you will be told whenever a new version is avail ble for download, so that you can always keep up to date and secure with the la est fixes. 16:30:00 [INFO] If you would like to disable this warning, simply set 'suggest- hannels' to false in bukkit.yml. 16:30:00 [INFO]----- 16:30:00 [INFO] [GroupManager] Loading GroupManager v2.0 (2.12.1) (Phoenix) 16:30:00 [INFO] [PTweaks] Loading PTweaks v6.0.8 16:30:00 [INFO] [WorldEdit] Loading WorldEdit v5.2 16:30:00 [INFO] [Vault] Loading Vault v1.2.25-b333 16:30:00 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527 16:30:00 [INFO] [LogBlock] Loading LogBlock v1.70 16:30:00 [INFO] [LogBlock] Connecting to root@jdbc:mysql://localhost:3306/squid raftlogblock... 16:30:01 [INFO] [uSkyBlock] Loading uSkyBlock v1.0.7 16:30:01 [INFO] [WorldGuard] Loading WorldGuard v5.5.1 16:30:01 [INFO] [HeadDrops] Loading HeadDrops v1.71 16:30:01 [INFO] [AutoMsg] Loading AutoMsg v0.3 16:30:01 [INFO] [BuyCommand] Loading BuyCommand v1.0.1 16:30:01 [INFO] [iConomy] Loading iConomy v7.0 16:30:01 [INFO] [SurvivalGames] Loading SurvivalGames v0.5.8.42 16:30:01 [INFO] [WarpSigns] Loading WarpSigns v2.0 16:30:01 [INFO] [Permissions] Loading Permissions v3.1.6 16:30:01 [INFO] [Fly] Loading Fly v1.3 16:30:01 [INFO] [ChestShop] Loading ChestShop v3.62 16:30:01 [INFO] [ClearLag] Loading ClearLag v2.6.0 16:30:01 [INFO] [ProtocolLib] Loading ProtocolLib v2.7.3 16:30:01 [INFO] [ColourYourSigns] Loading ColourYourSigns v1.1 16:30:01 [INFO] [FalseBookCore] Loading FalseBookCore v0.92.3alpha 16:30:01 [INFO] [MobArena] Loading MobArena v0.95.5 16:30:01 [INFO] [FalseBookCart] Loading FalseBookCart v0.92.3alpha 16:30:01 [INFO] [Essentials] Loading Essentials v2.8.4 16:30:01 [INFO] [Jobs] Loading Jobs v2.11.3 16:30:01 [INFO] [EssentialsXMPP] Loading EssentialsXMPP v2.8.4 16:30:01 [INFO] [FalseBookChat] Loading FalseBookChat v0.92.3alpha 16:30:01 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.8.4 16:30:01 [INFO] [FalseBookBlock] Loading FalseBookBlock v0.92.3alpha 16:30:01 [INFO] [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548 16:30:01 [INFO] [HeavySpleef] Loading HeavySpleef v1.4.1 16:30:01 [INFO] [DisguiseCraft] Loading DisguiseCraft v5.0 16:30:01 [INFO] [FalseBookIC] Loading FalseBookIC v0.92.3alpha 16:30:01 [INFO] [EssentialsChat] Loading EssentialsChat v2.8.4 16:30:01 [INFO] [FalseBookExtra] Loading FalseBookExtra v0.92.3alpha 16:30:01 [INFO] [BattleArena] Loading BattleArena v3.9.4.9.3 16:30:01 [INFO] [ArenaPaintball] Loading ArenaPaintball v1.1.3 16:30:01 [INFO] [Vault] Enabling Vault v1.2.25-b333 16:30:01 [INFO] [Vault][Economy] Essentials Economy found: Waiting 16:30:01 [WARNING] iConomy - If you are using Flatfile storage be aware that ve sions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data. 16:30:01 [WARNING] if you're using Votifier, or any other plugin which handles conomy data in a threaded manner your server is at risk! 16:30:01 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alt rnative economy plugin! 16:30:01 [INFO] [Vault][Economy] iConomy 6 found: Waiting 16:30:01 [INFO] [Vault][Permission] GroupManager found: Waiting 16:30:01 [INFO] [Vault][Permission] SuperPermissions loaded as backup permissio system. 16:30:01 [INFO] [Vault][Chat] GroupManager found: Waiting 16:30:01 [INFO] [Vault] Enabled Version 1.2.25-b333 16:30:01 [INFO] [Vault][Economy] Essentials Economy hooked. 16:30:01 [INFO] [Vault][Economy] iConomy 7 hooked. 16:30:01 [INFO] [Vault][Permission] GroupManager hooked. 16:30:01 [INFO] [uSkyBlock] Enabling uSkyBlock v1.0.7 16:30:01 [INFO] [uSkyBlock] Using built in protection. 16:30:01 [INFO] [uSkyBlock] 0 schematics loaded. 16:30:01 [INFO] [uSkyBlock] uSkyBlock v.1.0.7 enabled. 16:30:01 [INFO] [ProtocolLib] Enabling ProtocolLib v2.7.3 16:30:01 [INFO] [ProtocolLib] Started structure compiler thread. 16:30:01 [INFO] Preparing level "Kingdoms" 16:30:01 [INFO] Preparing start region for level 0 (Seed: -6104975681256561507) 16:30:02 [INFO] Preparing start region for level 1 (Seed: -6104975681256561507) 16:30:03 [INFO] Preparing start region for level 2 (Seed: -6104975681256561507) 16:30:09 [INFO] [GroupManager] Enabling GroupManager v2.0 (2.12.1) (Phoenix) 16:30:09 [SEVERE] GroupManager - WARNING - Inherited group 'builder' not found f or group Moderator. Ignoring entry in file: plugins\GroupManager\worlds\kingdoms \groups.yml 16:30:09 [INFO] GroupManager - INFO - World Found: kingdoms 16:30:09 [INFO] GroupManager - INFO - World Found: kingdoms_nether 16:30:09 [INFO] GroupManager - INFO - World Found: minigames 16:30:09 [SEVERE] GroupManager - WARNING - Inherited group 'builder' not found f or group Moderator. Ignoring entry in file: plugins\GroupManager\worlds\minigame s\groups.yml 16:30:09 [INFO] GroupManager - INFO - World Found: world 16:30:09 [INFO] GroupManager - INFO - Superperms support enabled. 16:30:09 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes! 16:30:09 [INFO] GroupManager - INFO - Backups will be retained for 24 hours! 16:30:09 [INFO] GroupManager version 2.0 (2.12.1) (Phoenix) is enabled! 16:30:09 [INFO] [Vault][Chat] GroupManager - Chat hooked. 16:30:09 [INFO] [PTweaks] Enabling PTweaks v6.0.8 16:30:09 [INFO] [PTweaks] AutoSaveStopper is enabled! 16:30:09 [INFO] [PTweaks] Packet Autosave set to 100000 16:30:09 [INFO] [PTweaks] ChunkPersistance is enabled! 16:30:09 [INFO] [PTweaks] Chunk Life Time: 100000ms 16:30:09 [INFO] [PTweaks] Chunk Prune Time: 3ms 16:30:09 [INFO] [PTweaks] MonsterLimiter is enabled! 16:30:09 [INFO] [WorldEdit] Enabling WorldEdit v5.2 16:30:09 [INFO] WorldEdit 5.2 enabled. 16:30:09 [INFO] WEPIF: Using the Bukkit Permissions API. 16:30:09 [INFO] WEPIF: Using the Bukkit Permissions API. 16:30:10 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527 16:30:10 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigb y, fernferret, lithium3141 and main16:30:10 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-C ore v2.4-b527 16:30:10 [INFO] [Multiverse-Core] Loading World & Settings - 'Middeleeuwse Stad' - Env: NORMAL - Type: NORMAL & seed: -6104975681256561507 16:30:10 [INFO] Preparing start region for level 3 (Seed: -6104975681256561507) 16:30:10 [INFO] [Multiverse-Core] Loading World & Settings - 'Middeleeuwse Stad_ nether' - Env: NETHER - Type: NORMAL & seed: -6104975681256561507 16:30:10 [INFO] Preparing start region for level 4 (Seed: -6104975681256561507) 16:30:11 [INFO] [Multiverse-Core] Loading World & Settings - 'Middeleeuwse Stad_ the_end' - Env: THE_END - Type: NORMAL & seed: -6104975681256561507 16:30:11 [INFO] Preparing start region for level 5 (Seed: -6104975681256561507) 16:30:11 [INFO] [Multiverse-Core] Loading World & Settings - 'Minigames' - Env: NORMAL - Type: FLAT & seed: -5814120576746498976 16:30:11 [INFO] Preparing start region for level 6 (Seed: -5814120576746498976) 16:31:31 [INFO] [Multiverse-Core] Loading World & Settings - 'skyworld' - Env: N ORMAL - Type: FLAT & seed: -8015824212391261152 & generator: uSkyBlock 16:31:31 [INFO] Preparing start region for level 7 (Seed: -8015824212391261152) 16:31:31 [WARNING] [Multiverse-Core] Spawn location from world.dat file was unsa fe. Adjusting... 16:31:31 [WARNING] [Multiverse-Core] Original Location: X: 1.468 Y: 4 Z: -884 P: 0 Y: 0 16:31:31 [SEVERE] [Multiverse-Core] New safe spawn NOT found!!! 16:31:31 [INFO] [Multiverse-Core] Loading World & Settings - 'Kingdoms' - Env: N ORMAL - Type: NORMAL & seed: -6104975681256561507 16:31:31 [INFO] [Multiverse-Core] Loading World & Settings - 'Kingdoms_nether' - Env: NETHER - Type: NORMAL & seed: -6104975681256561507 16:31:31 [INFO] [Multiverse-Core] Loading World & Settings - 'Kingdoms_the_end' - Env: THE_END - Type: NORMAL & seed: -6104975681256561507 16:31:31 [INFO] [Multiverse-Core] 8 - World(s) loaded. 16:31:31 [INFO] [LogBlock] Enabling LogBlock v1.70 16:31:31 [SEVERE] Error occurred while enabling LogBlock v1.70 (Is it up to date ?) java.lang.NoClassDefFoundError: com/sk89q/worldedit/EditSessionFactory at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader .java:80) at org.bukkit.plugin.java.JavaPluginLoader.getClassByName0(JavaPluginLoa der.java:300) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader .java:76) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:92) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:381) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugin(CraftServer.jav a:284) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.enablePlugins(CraftServer. java:266) at net.minecraft.server.v1_6_R3.MinecraftServer.l(MinecraftServer.java:3 15) at net.minecraft.server.v1_6_R3.MinecraftServer.f(MinecraftServer.java:2 92) at net.minecraft.server.v1_6_R3.MinecraftServer.a(MinecraftServer.java:2 52) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.jav a:152) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java :393) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:5 83) Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.EditSessionFact ory at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader .java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 27 more 16:31:31 [INFO] [WorldGuard] Enabling WorldGuard v5.5.1 16:31:31 [INFO] [WorldGuard] (Kingdoms) TNT ignition is PERMITTED. 16:31:31 [INFO] [WorldGuard] (Kingdoms) Lighters are PERMITTED. 16:31:31 [INFO] [WorldGuard] (Kingdoms) Lava fire is blocked. 16:31:31 [INFO] [WorldGuard] (Kingdoms) Fire spread is UNRESTRICTED. 16:31:31 [INFO] [WorldGuard] Loaded configuration for world 'Kingdoms" 16:31:31 [INFO] [WorldGuard] (Kingdoms_nether) TNT ignition is PERMITTED. 16:31:31 [INFO] [WorldGuard] (Kingdoms_nether) Lighters are PERMITTED. 16:31:31 [INFO] [WorldGuard] (Kingdoms_nether) Lava fire is blocked. 16:31:31 [INFO] [WorldGuard] (Kingdoms_nether) Fire spread is UNRESTRICTED. 16:31:31 [INFO] [WorldGuard] Loaded configuration for world 'Kingdoms_nether" 16:31:31 [INFO] [WorldGuard] (Kingdoms_the_end) TNT ignition is PERMITTED. 16:31:31 [INFO] [WorldGuard] (Kingdoms_the_end) Lighters are PERMITTED. 16:31:31 [INFO] [WorldGuard] (Kingdoms_the_end) Lava fire is blocked. 16:31:31 [INFO] [WorldGuard] (Kingdoms_the_end) Fire spread is UNRESTRICTED. 16:31:31 [INFO] [WorldGuard] Loaded configuration for world 'Kingdoms_the_end" 16:31:31 [INFO] [WorldGuard] (Middeleeuwse Stad) TNT ignition is PERMITTED. 16:31:31 [INFO] [WorldGuard] (Middeleeuwse Stad) Lighters are PERMITTED. 16:31:31 [INFO] [WorldGuard] (Middeleeuwse Stad) Lava fire is blocked. 16:31:31 [INFO] [WorldGuard] (Middeleeuwse Stad) Fire spread is UNRESTRICTED. 16:31:31 [INFO] [WorldGuard] Loaded configuration for world 'Middeleeuwse Stad" 16:31:31 [INFO] [WorldGuard] (Middeleeuwse Stad_nether) TNT ignition is PERMITTE D. 16:31:31 [INFO] [WorldGuard] (Middeleeuwse Stad_nether) Lighters are PERMITTED. 16:31:31 [INFO] [WorldGuard] (Middeleeuwse Stad_nether) Lava fire is blocked. 16:31:31 [INFO] [WorldGuard] (Middeleeuwse Stad_nether) Fire spread is UNRESTRIC TED. 16:31:31 [INFO] [WorldGuard] Loaded configuration for world 'Middeleeuwse Stad_n ether" 16:31:31 [INFO] [WorldGuard] (Middeleeuwse Stad_the_end) TNT ignition is PERMITT ED. 16:31:31 [INFO] [WorldGuard] (Middeleeuwse Stad_the_end) Lighters are PERMITTED.16:31:31 [INFO] [WorldGuard] (Middeleeuwse Stad_the_end) Lava fire is blocked. 16:31:31 [INFO] [WorldGuard] (Middeleeuwse Stad_the_end) Fire spread is UNRESTRI CTED. 16:31:31 [INFO] [WorldGuard] Loaded configuration for world 'Middeleeuwse Stad_t he_end" 16:31:31 [INFO] [WorldGuard] (Minigames) TNT ignition is PERMITTED. 16:31:31 [INFO] [WorldGuard] (Minigames) Lighters are PERMITTED. 16:31:31 [INFO] [WorldGuard] (Minigames) Lava fire is blocked. 16:31:31 [INFO] [WorldGuard] (Minigames) Fire spread is UNRESTRICTED. 16:31:31 [INFO] [WorldGuard] Loaded configuration for world 'Minigames" 16:31:31 [INFO] [WorldGuard] (skyworld) TNT ignition is PERMITTED. 16:31:31 [INFO] [WorldGuard] (skyworld) Lighters are PERMITTED. 16:31:31 [INFO] [WorldGuard] (skyworld) Lava fire is blocked. 16:31:31 [INFO] [WorldGuard] (skyworld) Fire spread is UNRESTRICTED. 16:31:31 [INFO] [WorldGuard] Loaded configuration for world 'skyworld" 16:31:31 [INFO] [WorldGuard] 1 regions loaded for 'Kingdoms' 16:31:31 [INFO] [WorldGuard] 0 regions loaded for 'Kingdoms_nether' 16:31:31 [INFO] [WorldGuard] 0 regions loaded for 'Kingdoms_the_end' 16:31:31 [INFO] [WorldGuard] 0 regions loaded for 'Middeleeuwse Stad' 16:31:31 [INFO] [WorldGuard] 0 regions loaded for 'Middeleeuwse Stad_nether' 16:31:31 [INFO] [WorldGuard] 0 regions loaded for 'Middeleeuwse Stad_the_end' 16:31:31 [INFO] [WorldGuard] 4 regions loaded for 'Minigames' 16:31:31 [INFO] [WorldGuard] 0 regions loaded for 'skyworld' 16:31:31 [INFO] [HeadDrops] Enabling HeadDrops v1.71 16:31:31 [INFO] [HeadDrops] UpdateChecker started 16:31:31 [INFO] [AutoMsg] Enabling AutoMsg v0.3 16:31:31 [INFO] [AutoMsg] AutoMsg v0.3 enabled. 16:31:31 [SEVERE] Error occurred while enabling AutoMsg v0.3 (Is it up to date?)
java.lang.ArrayIndexOutOfBoundsException: 1 at com.github.greizgh.AutoMsg.AutoMsg.onEnable(AutoMsg.java:41) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:381) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugin(CraftServer.jav a:284) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.enablePlugins(CraftServer. java:266) at net.minecraft.server.v1_6_R3.MinecraftServer.l(MinecraftServer.java:3 15) at net.minecraft.server.v1_6_R3.MinecraftServer.f(MinecraftServer.java:2 92) at net.minecraft.server.v1_6_R3.MinecraftServer.a(MinecraftServer.java:2 52) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.jav a:152) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java :393) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:5 83) 16:31:31 [INFO] [BuyCommand] Enabling BuyCommand v1.0.1 16:31:31 [INFO] BuyCommand v1.0.1 is loading. 16:31:31 [INFO] [iConomy] Enabling iConomy v7.0 16:31:31 [INFO] [iConomy - April Fools] Enabled (17 ms) 16:31:31 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke , but '/money top' was fixed! Enjoy :) - Rare Version! 16:31:32 [INFO] [iConomy - April Fools] Purged accounts with default balance. 16:31:32 [INFO] [SurvivalGames] Enabling SurvivalGames v0.5.8.42 16:31:32 [INFO] METRICS STARTING 16:31:32 [INFO] [WarpSigns] Enabling WarpSigns v2.0 16:31:32 [INFO] WarpSigns version 2.0 is enabled! 16:31:32 [INFO] [Permissions] Enabling Permissions v3.1.6 16:31:32 [INFO] Fake Permissions version 3.1.6 is enabled! 16:31:32 [INFO] WEPIF: Using the Bukkit Permissions API. 16:31:32 [INFO] [Fly] Enabling Fly v1.3 16:31:32 [INFO] [Fly] Fly v1.3 successfully enabled. 16:31:32 [INFO] [ChestShop] Enabling ChestShop v3.62 16:31:32 [INFO] [ChestShop] Vault loaded! Found an economy plugin! 16:31:32 [INFO] [ClearLag] Enabling ClearLag v2.6.0 16:31:32 [INFO] [ClearLag] No config updates found... 16:31:32 [INFO] [ClearLag] Searching for updates.. 16:31:32 [WARNING] [ClearLag] EntityHorse is NOT a valid Entity! 16:31:32 [INFO] [ClearLag] Clearlag has been enabled! 16:31:32 [INFO] [ColourYourSigns] Enabling ColourYourSigns v1.1 16:31:32 [INFO] [FalseBookCore] Enabling FalseBookCore v0.92.3alpha 16:31:32 [INFO] [ FalseBook Core ] using GroupManager-Permissions! 16:31:32 [INFO] [ FalseBook Core ] FalseBookCore v0.92.3alpha by GeMo enabled! 16:31:32 [INFO] [MobArena] Enabling MobArena v0.95.5 16:31:32 [INFO] [MobArena] Loaded arena 'default'. 16:31:32 [INFO] [MobArena] v0.95.5 enabled. 16:31:32 [INFO] [FalseBookCart] Enabling FalseBookCart v0.92.3alpha 16:31:32 [INFO] 0 locked storagecarts loaded. 16:31:32 [INFO] [ FalseBook Cart ] FalseBookCart v0.92.3alpha by GeMo enabled 16:31:32 [INFO] [Essentials] Enabling Essentials v2.8.4 16:31:32 [INFO] Bukkit version format changed. Version not checked. 16:31:32 [INFO] git-Bukkit-1.6.4-R2.0-1-g988f599-b2919jnks (MC: 1.6.4) 16:31:32 [INFO] 1.6.4-R2.1-SNAPSHOT 16:31:33 [INFO] Essentials: Using GroupManager based permissions. 16:31:34 [INFO] [ClearLag] No updates found! 16:32:46 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 ve rsion: 1.2.25-b333) 16:32:46 [INFO] [Jobs] Enabling Jobs v2.11.3 16:32:46 [INFO] [Jobs] Started database save task 16:32:46 [INFO] [Jobs] Started buffered payment thread 16:32:46 [INFO] [Jobs] Plugin has been enabled succesfully. 16:32:46 [INFO] [EssentialsXMPP] Enabling EssentialsXMPP v2.8.4 16:32:46 [WARNING] config broken for xmpp 16:32:46 [INFO] [FalseBookChat] Enabling FalseBookChat v0.92.3alpha 16:32:46 [INFO] [ FalseBook Chat ] FalseBookChat v0.92.3alpha by GeMo enabled 16:32:46 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.8.4 16:32:46 [INFO] [FalseBookBlock] Enabling FalseBookBlock v0.92.3alpha 16:32:46 [INFO] [ FalseBook Block ] 0 Doors successfully loaded. 16:32:46 [INFO] [ FalseBook Block ] 0 Areas loaded. 16:32:46 [INFO] [ FalseBook Block ] 0 Bridges successfully loaded. 16:32:46 [INFO] [ FalseBook Block ] No Cauldrons loaded! 16:32:46 [INFO] [ FalseBook Block ] No Books loaded! 16:32:47 [INFO] [ FalseBook Block ] 328 protected gateblocks successfully loaded . 16:32:47 [INFO] [ FalseBook Block ] FalseBookBlock v0.92.3alpha by GeMo enabled 16:32:47 [INFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548 16:32:47 [INFO] [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and f ernferret 16:32:47 [INFO] [Multiverse-Portals] 4 - Portals(s) loaded 16:32:47 [INFO] [HeavySpleef] Enabling HeavySpleef v1.4.1 16:32:47 [INFO] [HeavySpleef] Loaded 0 games! 16:32:47 [INFO] [HeavySpleef] HeavySpleef v1.4.1 activated! 16:32:47 [INFO] [DisguiseCraft] Enabling DisguiseCraft v5.0 16:32:48 [INFO] [DisguiseCraft] Version 5.0 is enabled! 16:32:48 [INFO] [FalseBookIC] Enabling FalseBookIC v0.92.3alpha 16:32:48 [SEVERE] Error occurred while enabling FalseBookIC v0.92.3alpha (Is it up to date?) java.lang.NoClassDefFoundError: net/minecraft/server/EntityHuman at com.bukkit.gemo.FalseBook.IC.FalseBookICCore.onEnable(FalseBookICCore .java:122) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:381) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugin(CraftServer.jav a:284) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.enablePlugins(CraftServer. java:266) at net.minecraft.server.v1_6_R3.MinecraftServer.l(MinecraftServer.java:3 15) at net.minecraft.server.v1_6_R3.MinecraftServer.f(MinecraftServer.java:2 92) at net.minecraft.server.v1_6_R3.MinecraftServer.a(MinecraftServer.java:2 52) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.jav a:152) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java :393) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:5 83) Caused by: java.lang.ClassNotFoundException: net.minecraft.server.EntityHuman at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader .java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 12 more 16:32:48 [INFO] [EssentialsChat] Enabling EssentialsChat v2.8.4 16:32:48 [INFO] [FalseBookExtra] Enabling FalseBookExtra v0.92.3alpha 16:32:48 [INFO] [ FalseBook Extra ] 0 protected blocks loaded. 16:32:48 [INFO] [ FalseBook Extra ] FalseBookExtra v0.92.3alpha by GeMo enabled 16:32:48 [INFO] [BattleArena] Enabling BattleArena v3.9.4.9.3 16:32:48 [INFO] [BattleArena] v3.9.4.9.3 enabling! 16:32:48 [INFO] [BattleArena] BattleTracker not detected, not tracking wins 16:32:48 [INFO] [BattleArena] DisguiseCraft detected, enabling disguises 16:32:48 [INFO] [BattleArena] Essentials detected. God mode handling activated 16:32:48 [INFO] [BattleArena] MobArena detected. Implementing no join when in M obArena 16:32:48 [INFO] [BattleArena] Multiverse-Core detected. Implementing teleport/ga memode workarounds 16:32:48 [INFO] [BattleArena] WorldEdit detected. 16:32:48 [INFO] [BattleArena] WorldGuard detected. WorldGuard regions can now be used 16:32:48 [INFO] [BattleArena] found economy plugin Vault. [Default] 16:32:48 [INFO] [BattleArena] no additional Arena modules 16:32:48 [INFO] [BattleArena] registering classes: gladiator, archer, monk 16:32:48 [INFO] [BattleArena] Loaded Skirmish params 16:32:48 [INFO] [BattleArena] No arenas found for arenatype=Skirmish cs= 16:32:48 [INFO] [BattleArena] Loaded FreeForAll params 16:32:48 [INFO] [BattleArena] No arenas found for arenatype=FreeForAll cs= 16:32:48 [INFO] [BattleArena] Loaded Arena params 16:32:48 [INFO] [BattleArena] No arenas found for arenatype=Arena cs= 16:32:48 [INFO] [BattleArena] Loaded DeathMatch params 16:32:48 [INFO] [BattleArena] No arenas found for arenatype=DeathMatch cs= 16:32:48 [INFO] [BattleArena] Loaded Colosseum params 16:32:48 [INFO] [BattleArena] No arenas found for arenatype=Colosseum cs= 16:32:48 [INFO] [BattleArena] Loaded Battleground params 16:32:48 [INFO] [BattleArena] No arenas found for arenatype=Battleground cs= 16:32:48 [INFO] [BattleArena] Loaded Duel params 16:32:48 [INFO] [BattleArena] No arenas found for arenatype=Duel cs= 16:32:48 [INFO] [BattleArena] Loaded Tourney params 16:32:49 [INFO] [BattleArena] v3.9.4.9.3 enabled! 16:32:49 [INFO] [PluginUpdater] BattleArena v3.9.4.9.3 checking for updates 16:32:49 [INFO] [ArenaPaintball] Enabling ArenaPaintball v1.1.3 16:32:49 [INFO] [ArenaPaintball] Loaded Paintball params 16:32:49 [INFO] [ArenaPaintball] No arenas found for arenatype=Paintball cs= 16:32:49 [INFO] [ArenaPaintball] v1.1.3 enabled! 16:32:49 [INFO] Server permissions file permissions.yml is empty, ignoring it 16:32:49 [INFO] Done (167.842s)! For help, type "help" or "?" 16:32:49 [INFO] [uSkyBlock] Using vault for permissions 16:32:49 [INFO] Multiverse already knows about 'skyworld'! 16:32:49 [INFO] [Jobs] [Jobs] Successfully linked with Vault. 16:32:49 [INFO] GroupManager - INFO - Bukkit Permissions Updated! 16:32:49 [WARNING] Method "public Class<?> getClassByName(String)" is Deprecated , and may be removed in a future version of Bukkit org.bukkit.plugin.AuthorNagException: at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoad er.java:284) at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(Buk kitConstructor.java:421) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getCon structor(Constructor.java:321) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.constr uct(Constructor.java:331) at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseCo nstructor.java:183) at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(Base Constructor.java:142) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons tructor.java:128) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) at org.yaml.snakeyaml.Yaml.load(Yaml.java:423) at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageRea der.java:47) at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(Abs tractDelayedYamlFileReader.java:38) at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftTask.run(CraftTask.java :53) at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftAsyncTask.run(CraftAsyn cTask.java:53) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 16:32:49 [SEVERE] Cannot load plugins\SurvivalGames\config.yml org.bukkit.configuration.InvalidConfigurationException: while parsing a block ma pping in "<string>", line 123, column 3: host: 'localhost' ^ expected <block end>, but found Scalar in "<string>", line 127, column 14: database: 'squidcraftsurvivalgames' ^
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo nfiguration.java:55) at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguratio n.java:138) at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguratio n.java:105) at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Yam lConfiguration.java:175) at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:117) at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:111) at org.mcsg.survivalgames.SettingsManager.setup(SettingsManager.java:55)
at org.mcsg.survivalgames.SurvivalGames$Startup.run(SurvivalGames.java:8 1) at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftTask.run(CraftTask.java :53) at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftScheduler.mainThreadHea rtbeat(CraftScheduler.java:345) at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:5 24) at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:2 27) at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:4 88) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java :421) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:5 83) Caused by: while parsing a block mapping in "<string>", line 123, column 3: host: 'localhost' ^ expected <block end>, but found Scalar in "<string>", line 127, column 14: database: 'squidcraftsurvivalgames' ^
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(Par serImpl.java:575) at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) 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 :237) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12 3) at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons tructor.java:121) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo nfiguration.java:53) ... 14 more 16:32:49 [INFO] [SurvivalGames] Loading Arena: 1 16:33:20 [INFO] [SurvivalGames] -2886 140 -2587 16:33:20 [INFO] [SurvivalGames] -3156 4 -2843 16:33:20 [INFO] [SurvivalGames] Location{world=CraftWorld{name=Minigames},x=-288 6.0,y=140.0,z=-2587.0,pitch=0.0,yaw=0.0} 16:33:20 [INFO] [SurvivalGames] Location{world=CraftWorld{name=Minigames},x=-315 6.0,y=4.0,z=-2843.0,pitch=0.0,yaw=0.0} 16:33:20 [INFO] ItemStack{NETHER_STAR x 1} 16:33:20 [INFO] sharpness:4 16:33:20 [INFO] ItemStack{PAPER x 1} 16:33:20 [INFO] fire:2 16:33:20 [WARNING] Can't keep up! Did the system time change, or is the server o verloaded?
-
View User Profile
-
Send Message
Posted Nov 19, 2013@ViscousSummer88
My startup logs are:
16:14:33 [INFO] Starting minecraft server version 1.6.4 16:14:33 [INFO] Loading properties 16:14:33 [INFO] Default game type: SURVIVAL 16:14:33 [INFO] Generating keypair 16:14:33 [INFO] Starting Minecraft server on *:25565 16:14:34 [INFO] This server is running CraftBukkit version git-Bukkit-1.6.4-R2.0 -1-g988f599-b2919jnks (MC: 1.6.4) (Implementing API version 1.6.4-R2.1-SNAPSHOT)
16:14:34 [INFO] [LogBlock] Loading LogBlock v1.70 16:14:34 [INFO] [LogBlock] Connecting to root@jdbc:mysql://localhost:3306/squidc raftlogblock... 16:14:34 [INFO] Preparing level "Kingdoms" 16:14:34 [INFO] Preparing start region for level 0 (Seed: -6104975681256561507) 16:14:35 [INFO]
-Bukkit Auto Updater-16:14:35 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds. 16:14:35 [INFO] If you would like to be kept informed about new Development Buil d releases, it is recommended that you change 'preferred-channel' in your bukkit .yml to 'dev'. 16:14:35 [INFO] With that set, you will be told whenever a new version is availa ble for download, so that you can always keep up to date and secure with the lat est fixes. 16:14:35 [INFO] If you would like to disable this warning, simply set 'suggest-c hannels' to false in bukkit.yml. 16:14:35 [INFO]----- 16:14:35 [INFO] Preparing spawn area: 84% 16:14:35 [INFO] Preparing start region for level 1 (Seed: -6104975681256561507) 16:14:36 [INFO] Preparing start region for level 2 (Seed: -6104975681256561507) 16:14:36 [INFO] [LogBlock] Enabling LogBlock v1.70 16:14:36 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler. 16:14:36 [INFO] Server permissions file permissions.yml is empty, ignoring it 16:14:36 [INFO] Done (2,289s)! For help, type "help" or "?"-
View User Profile
-
Send Message
Posted Nov 12, 2013Our Moderators are unable to specify exact search parameters in §/lb lookup§, but they can use the tool to query a specific block position. As far as I see, in Admins this is bypassed/overridden by §logblock.*§. Looking at the perms page, §logblock.ignoreRestrictions§ is the specific permission that allows this, but the page says one overrides rollback restrictions too, but Mods don't have §logblock.rollback§, so would this be safe to grant without them getting destructive powers like Admins ?
-
View User Profile
-
Send Message
Posted Nov 12, 2013Hello I have a server since 2 years and for now my databases size become more than 1.8 Gb. In my opinion that's huge in fact of that i just store my files for 3 month and i have 2 maps. The first map reserve 950 Mb and the second 850 Mb. What should i do?
-
View User Profile
-
Send Message
Posted Nov 4, 2013@BucketFreak Working perfect on 1.6.4.
@MarkPino Post your startup logs please :)
-
View User Profile
-
Send Message
Posted Nov 3, 2013When I use a command, nothing happens, not even an error! But when I check the plugin works, it says it works. I hope someone can help
-
View User Profile
-
Send Message
Posted Oct 31, 2013the javadoc link on the api-page https://github.com/LogBlock/LogBlock/wiki/API
links to a domain that "is for sale" http://diddiz.insane-architects.net/LogBlock/doc/de/diddiz/LogBlock/Consumer.html#method_summary
Is the link wrong or are javadocs down? (Going to use the API)
Regardless this plugin is awesome :) Keep up the good work!
-
View User Profile
-
Send Message
Posted Oct 29, 2013@BucketFreak
Hi!
Please read the first line of the description.
Thanks.
-
View User Profile
-
Send Message
Posted Oct 29, 2013Hi!
What about 1.6.4 support?
Thanks.
-
View User Profile
-
Send Message
Posted Oct 26, 2013@taygub
The world files. In the root directory of the logblock config there is a file named: yourworld.yml
inside there is an option WORLDEDIT set it to true
-
View User Profile
-
Send Message
Posted Oct 20, 2013Hi. I currently have the new update of LogBlock. I was reading the change logs and I spotted it now logs WorldEdit. So, I tried it out. set stonebrick in a free grass area. Nothing came up. Is there something in the config that I have to edit?
Thanks.
-
View User Profile
-
Send Message
Posted Oct 19, 2013Logblock seems to only be updating on server resets or reloads.
@skullboneslayer
About the same, except with the above, just got multiworld, try resetting and see if you get the same results as I did.
EDIT: Seemed to be an issue with the chat table. SkullBone try backing up you MySQL files and deleting them then allow logblock to recreate them
-
View User Profile
-
Send Message
Posted Oct 14, 2013@mmuziek
Yes just enable it in your config
-
View User Profile
-
Send Message
Posted Oct 13, 2013@DunklesKapitel
yeps
-
View User Profile
-
Send Message
Posted Oct 13, 2013can logblock support trampling. people steal crops and such by jumping on it. and the log doesnt show anything
-
View User Profile
-
Send Message
Posted Oct 12, 2013compatible with 1.6?
-
View User Profile
-
Send Message
Posted Oct 6, 2013i got log block to work but when i type /lb tool or /lb toolblock to use it then i right click nothing shows up
-
View User Profile
-
Send Message
Posted Oct 1, 2013(sorry for the bad english)
It would be great if "/lb next" would work for "/lb tp"
-
View User Profile
-
Send Message
Posted Sep 28, 2013any chance for update ?