Factions
❰❰ MassiveCraft on BukkitDev ❱❱
MassiveCore | Factions | CreativeGates | Vampire
MassiveBooks | MassiveHat | MassiveTickets
❰❰ Full Documentation ❱❱
Player and Overview | Download and Installation | Configuration and Tweaking
❰❰ Techy Things ❱❱
GitHub | Report a Bug
What is Factions?
With this plugin players group up in Factions. You claim land as your own and build your base. Factions is a self serve anti griefing system. Leaders control who can can edit their faction land.
Factions is also about diplomacy and war. You declare wars and forge alliances. You fight over land and manage your monetary expenses.
Install
- Stop your server.
- Put MassiveCore.jar in your plugins folder. Download MassiveCore here on BukkitDev.
- Put Factions.jar in your plugins folder.
- Start your server again.
- Configure (Optional)
New In Factions 2.8
- Reworked Commands - /f rank, /f invite, /f flag and /f perm.
- Added Commands - /f setpower, /f status, /f unstuck and /f tt.
- WorldGuard - Readded a simple integration.
- Tab Completion - Tab completion now available for everything!
- Interactive Text - Clickable buttons for list and help commands.
- 1.8 Titles - Optionally used for territory info.
- Animals Flag - New flag similar to the Monsters flag.
- Performance - Further work on improved performance.
- Bug Fixes - Loads of minor bugs were fixed.
Official Server

Join in and play with us on the official Factions Minecraft Server!

-
View User Profile
-
Send Message
Posted Sep 9, 2013For some reason the faction chat tag won't show up, can anyone help me?
-
View User Profile
-
Send Message
Posted Sep 9, 2013I posted this on heroes dev page:
Spigot: #1094
Heroes: 1.5.3.3 (No Dev build because frigging ci.herocraftonline.com doesn't have them)
Error on startup: http://pastebin.com/zEMiTXnf//
Could a heroes dev look into this? Don't know why this happends but yeah.
Thanks.
Heroes dev answer:
Kainzo: The error doesn't pertain to us. Get with Factions dev.
Source: https://forums.spout.org/threads/heroes-be-a-hero.4601/page-84#post-103741
How could I fix this issue? Thanks.
-
View User Profile
-
Send Message
Posted Sep 9, 2013Hi, i'm in trouble. I just installed Mcore and Factions (last versions) on my server, but my config file is empty.
in my factions file : conf.json, i only have this : { "baseCommandAliases": [ "f" ], "dburi": "default" }
what must i do?
-
View User Profile
-
Send Message
Posted Sep 9, 2013Help I get an error when I do /f show.
09.09 08:36:46 [Server] INFO at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:126) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.cmd.CmdShow.perform(CmdShow.java:51) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.Faction.getTag(Faction.java:83) 09.09 08:36:46 [Server] INFO Caused by: java.lang.NullPointerException 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.Packet3Chat.handle(SourceFile:49) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:829) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.chat(PlayerConnection.java:872) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.handleCommand(PlayerConnection.java:954) 09.09 08:36:46 [Server] INFO at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchCommand(CraftServer.java:523) 09.09 08:36:46 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:191) 09.09 08:36:46 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) 09.09 08:36:46 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'f' in plugin Factions v1.6.9.4 09.09 08:36:46 [Server] SEVERE null 09.09 08:36:46 [Server] INFO ... 16 more 09.09 08:36:46 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) 09.09 08:36:46 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) 09.09 08:36:46 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 09.09 08:36:46 [Server] INFO at sun.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.zcore.MPluginSecretPlayerListener.onPlayerCommandPreprocess(MPluginSecretPlayerListener.java:29) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:240) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.P.handleCommand(P.java:202) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:189) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:229) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:131) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:59) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:116) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:59) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:126) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.cmd.CmdShow.perform(CmdShow.java:51) 09.09 08:36:46 [Server] INFO at com.massivecraft.factions.Faction.getTag(Faction.java:83) 09.09 08:36:46 [Server] INFO Caused by: java.lang.NullPointerException 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.Packet3Chat.handle(SourceFile:49) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:829) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.chat(PlayerConnection.java:872) 09.09 08:36:46 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.handleCommand(PlayerConnection.java:946) 09.09 08:36:46 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) 09.09 08:36:46 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) 09.09 08:36:46 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 09.09 08:36:46 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) 09.09 08:36:46 [Server] INFO org.bukkit.event.EventException 09.09 08:36:46 [Server] SEVERE Could not pass event PlayerCommandPreprocessEvent to Factions v1.6.9.4 09.09 08:36:44 [Server] INFO DaSamSam: /f join lol 09.09 08:36:44 [Server] INFO DaSamSam joined the faction Lol. 09.09 08:36:42 [Server] INFO Members: [Co-Owner] Sam 09.09 08:36:40 [Server] INFO DaSamSam: /f leave 09.09 08:36:40 [Server] INFO DaSamSam left the faction: Staff 09.09 08:36:37 [Server] INFO DaSamSam: /f ally Lol 09.09 08:36:34 [Server] INFO DaSamSam: /f ally staff 09.09 08:36:32 [Server] INFO DaSamSam: /f mod DaSamSam 09.09 08:36:29 [Server] INFO DaSamSam: /f join staff 09.09 08:36:29 [Server] INFO DaSamSam joined the faction Staff. 09.09 08:36:27 [Server] INFO DaSamSam: /f leave 09.09 08:36:27 [Server] INFO DaSamSam left the faction: Lol 09.09 08:36:20 [Server] INFO DaSamSam: /f ally staff 09.09 08:36:18 [Server] INFO DaSamSam: /f mod DaSamSam 09.09 08:36:14 [Server] INFO DaSamSam: /f ally staff 09.09 08:36:09 [Server] INFO Members: [Co-Owner] Sam 09.09 08:36:07 [Server] INFO DaSamSam: /f show staff 09.09 08:36:04 [Server] INFO DaSamSam: /f join lol 09.09 08:36:04 [Server] INFO DaSamSam joined the faction Lol. 09.09 08:36:00 [Server] INFO DaSamSam: /f leave 09.09 08:36:00 [Server] INFO DaSamSam left the faction: Staff 09.09 08:35:58 [Server] WARNING No compatible nms block class found. 09.09 08:35:55 [Server] INFO DaSamSam: /f show staff 09.09 08:35:50 [Server] INFO Loading board from disk 09.09 08:35:50 [Multicraft] Skipped 10 lines due to rate limit (60/s) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:126) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.cmd.CmdShow.perform(CmdShow.java:51) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.Faction.getTag(Faction.java:83) 09.09 08:35:40 [Server] INFO Caused by: java.lang.NullPointerException 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.Packet3Chat.handle(SourceFile:49) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:829) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.chat(PlayerConnection.java:872) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.handleCommand(PlayerConnection.java:954) 09.09 08:35:40 [Server] INFO at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchCommand(CraftServer.java:523) 09.09 08:35:40 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:191) 09.09 08:35:40 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) 09.09 08:35:40 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'f' in plugin Factions v1.6.9.4 09.09 08:35:40 [Server] SEVERE null 09.09 08:35:40 [Server] INFO ... 16 more 09.09 08:35:40 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) 09.09 08:35:40 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) 09.09 08:35:40 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 09.09 08:35:40 [Server] INFO at sun.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.zcore.MPluginSecretPlayerListener.onPlayerCommandPreprocess(MPluginSecretPlayerListener.java:29) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:240) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.P.handleCommand(P.java:202) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:189) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:229) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:131) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:59) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:116) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:59) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:126) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.cmd.CmdShow.perform(CmdShow.java:51) 09.09 08:35:40 [Server] INFO at com.massivecraft.factions.Faction.getTag(Faction.java:83) 09.09 08:35:40 [Server] INFO Caused by: java.lang.NullPointerException 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.Packet3Chat.handle(SourceFile:49) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:829) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.chat(PlayerConnection.java:872) 09.09 08:35:40 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.handleCommand(PlayerConnection.java:946) 09.09 08:35:40 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) 09.09 08:35:40 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) 09.09 08:35:40 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 09.09 08:35:40 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) 09.09 08:35:40 [Server] INFO org.bukkit.event.EventException 09.09 08:35:40 [Server] SEVERE Could not pass event PlayerCommandPreprocessEvent to Factions v1.6.9.4 09.09 08:35:40 [Multicraft] Skipped 12 lines due to rate limit (60/s) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:126) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.cmd.CmdShow.perform(CmdShow.java:51) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.Faction.getTag(Faction.java:83) 09.09 08:35:35 [Server] INFO Caused by: java.lang.NullPointerException 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.Packet3Chat.handle(SourceFile:49) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:829) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.chat(PlayerConnection.java:872) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.handleCommand(PlayerConnection.java:954) 09.09 08:35:35 [Server] INFO at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchCommand(CraftServer.java:523) 09.09 08:35:35 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:191) 09.09 08:35:35 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) 09.09 08:35:35 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'f' in plugin Factions v1.6.9.4 09.09 08:35:35 [Server] SEVERE null 09.09 08:35:35 [Server] INFO ... 16 more 09.09 08:35:35 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) 09.09 08:35:35 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) 09.09 08:35:35 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 09.09 08:35:35 [Server] INFO at sun.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.zcore.MPluginSecretPlayerListener.onPlayerCommandPreprocess(MPluginSecretPlayerListener.java:29) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:240) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.P.handleCommand(P.java:202) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:189) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:229) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:131) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:59) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:116) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:59) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:126) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.cmd.CmdShow.perform(CmdShow.java:51) 09.09 08:35:35 [Server] INFO at com.massivecraft.factions.Faction.getTag(Faction.java:83) 09.09 08:35:35 [Server] INFO Caused by: java.lang.NullPointerException 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.Packet3Chat.handle(SourceFile:49) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:829) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.chat(PlayerConnection.java:872) 09.09 08:35:35 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.handleCommand(PlayerConnection.java:946) 09.09 08:35:35 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) 09.09 08:35:35 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) 09.09 08:35:35 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 09.09 08:35:35 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) 09.09 08:35:35 [Server] INFO org.bukkit.event.EventException 09.09 08:35:35 [Server] SEVERE Could not pass event PlayerCommandPreprocessEvent to Factions v1.6.9.4 09.09 08:35:32 [Server] INFO DaSamSam: /f join lol 09.09 08:35:32 [Server] INFO DaSamSam joined the faction Lol. 09.09 08:35:26 [Server] INFO DaSamSam: /f leave 09.09 08:35:26 [Server] INFO DaSamSam left the faction: Staff 09.09 08:35:21 [Server] INFO DaSamSam: /f join lol 09.09 08:35:18 [Server] INFO DaSamSam: /f ally lol 09.09 08:35:16 [Server] INFO DaSamSam: /f mod DaSamSam 09.09 08:35:12 [Server] INFO DaSamSam: /f ally Lol 09.09 08:35:09 [Server] INFO DaSamSam: /f join staff 09.09 08:35:09 [Server] INFO DaSamSam joined the faction Staff. 09.09 08:35:05 [Server] INFO DaSamSam: /f leave 09.09 08:35:05 [Server] INFO DaSamSam left the faction: Lol 09.09 08:35:02 [Server] INFO Members: [Co-Owner] Sam 09.09 08:35:01 [Server] INFO DaSamSam: /f permanent lol 09.09 08:35:01 [Server] INFO DaSamSam added permanent status to the faction "Lol". 09.09 08:34:54 [Server] INFO DaSamSam: /f help 9 09.09 08:34:50 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 08:34:49 [Server] INFO DaSamSam: /f help 8 09.09 08:34:46 [Server] INFO DaSamSam: /f help 7 09.09 08:34:45 [Server] INFO DaSamSam: /f help 6 09.09 08:34:40 [Server] INFO DaSamSam: /f permenanent 09.09 08:34:29 [Server] INFO Members: [Co-Owner] Sam 09.09 08:34:26 [Server] INFO DaSamSam: /f ally staff 09.09 08:34:24 [Server] INFO DaSamSam: /f create Lol 09.09 08:34:24 [Server] INFO DaSamSam created a new faction: Lol 09.09 08:34:21 [Server] INFO DaSamSam: /f leave 09.09 08:34:21 [Server] INFO DaSamSam left the faction: Staff 09.09 08:34:08 [Server] INFO Staff [Co-Owner] Sam: test 09.09 08:34:04 [Server] INFO DaSamSam: /f admin latenate 09.09 08:33:55 [Server] INFO Members: [Co-Owner] Sam 09.09 08:33:55 [Server] INFO Staff [Co-Owner] Sam: test 09.09 08:33:52 [Server] INFO DaSamSam: /f admin d 09.09 08:33:48 [Server] INFO DaSamSam: /f admin staff 09.09 08:33:44 [Server] INFO Staff [Co-Owner] Sam: Test 09.09 08:33:43 [Server] INFO DaSamSam: /f join staff 09.09 08:33:43 [Server] INFO DaSamSam joined the faction Staff. 09.09 08:33:22 [Server] INFO Members: [Co-Owner] Sam 09.09 08:33:17 [Server] INFO Sam: T 09.09 08:32:53 [Server] INFO Sam: Hai 09.09 08:32:49 [Server] INFO Members: [Co-Owner] 6Sam 09.09 08:32:45 [Server] INFO 6Sam: Test 09.09 08:32:15 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:32:07 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 08:31:42 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:31:09 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:30:35 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:30:02 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:29:29 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:29:17 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 08:28:55 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:28:44 [Server] SEVERE Reached end of stream for /76.72.160.242 09.09 08:28:22 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:27:49 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:27:37 [Server] SEVERE Reached end of stream for /217.120.223.180 09.09 08:27:15 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:26:42 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:26:32 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 08:26:09 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:26:02 [Server] INFO Connection reset 09.09 08:25:35 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:25:30 [Server] INFO GroupManager - INFO - Data files refreshed. 09.09 08:25:02 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:24:28 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:23:55 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:23:47 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 08:23:22 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:22:48 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:22:15 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:21:42 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:21:08 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:21:01 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 08:20:41 [Server] WARNING Metrics error: ERR (IOException): Server returned HTTP response code: 403 for URL: http://report.mcstats.org/plugin/NoCheatPlus 09.09 08:20:35 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:20:02 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:19:36 [Server] INFO DaSamSam: Hai 09.09 08:19:34 [Server] INFO DaSamSam: /f leave 09.09 08:19:34 [Server] INFO DaSamSam left the faction: Staff 09.09 08:19:28 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:19:24 [Server] INFO Staff [Co-Owner] DaSamSam: Hai 09.09 08:18:55 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:18:47 [Server] INFO DaSamSam: /f desc We are the server staff. 09.09 08:18:35 [Server] INFO DaSamSam: /f show 09.09 08:18:22 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:18:21 [Server] INFO DaSamSam: /f show foxes 09.09 08:18:16 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 08:18:15 [Server] INFO DaSamSam: /f list 09.09 08:18:11 [Server] INFO DaSamSam: /f show 09.09 08:18:04 [Server] INFO DaSamSam: /f show wilderness 09.09 08:17:49 [Server] INFO Staff [Co-Owner] DaSamSam: Test 09.09 08:17:48 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:17:45 [Server] INFO Loading board from disk 09.09 08:17:17 [Server] INFO [M]Staff [Co-Owner] DaSamSam: test 09.09 08:17:15 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:17:13 [Server] INFO Loading board from disk 09.09 08:16:42 [Server] INFO Members: [AFK][Co-Owner] DaSamSam 09.09 08:16:35 [Server] SEVERE Reached end of stream for /217.120.223.180 09.09 08:16:08 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:15:35 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:15:30 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 08:15:02 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:15:01 [Server] INFO Connection reset 09.09 08:14:28 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:13:55 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:13:30 [Server] SEVERE Reached end of stream for /76.72.160.242 09.09 08:13:22 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:12:48 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:12:45 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 08:12:15 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:11:42 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:11:08 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:11:08 [Server] INFO DaSamSam: /f war 09.09 08:10:35 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:10:02 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:09:58 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 08:09:28 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:08:59 [Server] INFO *Staff [Co-Owner] DaSamSam: test 09.09 08:08:55 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:08:24 [Server] INFO *Staff[Co-Owner] DaSamSam: test 09.09 08:08:22 [Server] INFO Member: [Co-Owner] DaSamSam 09.09 08:07:48 [Server] INFO Member: [Co-Owner] DaSamSam 09.09 08:07:15 [Server] INFO Member: [Co-Owner] DaSamSam 09.09 08:07:13 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 08:06:44 [Server] SEVERE Reached end of stream for /217.120.223.180 09.09 08:06:42 [Server] INFO Member: [Co-Owner] DaSamSam 09.09 08:06:08 [Server] INFO Member: [Co-Owner] DaSamSam 09.09 08:05:39 [Server] INFO §*Staff r<[Co-Owner] DaSamSam> hai 09.09 08:05:35 [Server] INFO Member: [Co-Owner] DaSamSam 09.09 08:05:34 [Server] INFO §*Staff r<[Co-Owner] DaSamSam> test 09.09 08:05:31 [Server] WARNING Metrics error: ERR (IOException): Server returned HTTP response code: 403 for URL: http://report.mcstats.org/plugin/NoCheatPlus 09.09 08:05:31 [Server] INFO GroupManager - INFO - Bukkit Permissions Updated! 09.09 08:05:31 [Server] INFO DaSamSam: Reload complete. 09.09 08:05:31 [Server] INFO Server permissions file permissions.yml is empty, ignoring it 09.09 08:05:31 [Server] INFO === ENABLE DONE (Took 79ms) === 09.09 08:05:31 [Server] INFO Economy integration is disabled, and the plugin "Vault" is not installed. 09.09 08:05:31 [Server] INFO Found and will integrate chat with EssentialsChat v2.11.1 09.09 08:05:31 [Server] INFO Loading board from disk 09.09 08:05:31 [Server] INFO === ENABLE START === 09.09 08:05:31 [Server] INFO Enabling Factions v1.6.9.4 09.09 08:05:31 [Server] INFO Enabling EssentialsAntiBuild v2.11.1 09.09 08:05:31 [Server] INFO Enabling EssentialsSpawn v2.11.1 09.09 08:05:31 [Server] INFO Enabling EssentialsProtect v2.11.1 09.09 08:05:31 [Server] INFO Enabling EssentialsChat v2.11.1 09.09 08:05:31 [Server] INFO AutoUpdater enabled 09.09 08:05:31 [Server] INFO Spout not found. Disabling Spout features. 09.09 08:05:31 [Server] INFO This feature will be available again in the near future! 09.09 08:05:31 [Server] INFO ErrorLogger is disabled, regardless of your settings to give the author enough time to update it! 09.09 08:05:31 [Server] INFO Enabling SilkSpawners v3.3.2 09.09 08:05:31 [Server] INFO Essentials: Using GroupManager based permissions. 09.09 08:05:31 [Server] INFO Enabling Essentials v2.11.1 09.09 08:05:31 [Server] INFO 0 regions loaded for 'world_the_end' 09.09 08:05:31 [Server] INFO 0 regions loaded for 'world_nether' 09.09 08:05:31 [Server] INFO 2 regions loaded for 'world' 09.09 08:05:31 [Server] INFO Loaded configuration for world 'world_the_end' 09.09 08:05:31 [Server] INFO (world_the_end) Fire spread is UNRESTRICTED. 09.09 08:05:31 [Server] INFO (world_the_end) Lava fire is PERMITTED. 09.09 08:05:31 [Server] INFO (world_the_end) Lighters are PERMITTED. 09.09 08:05:31 [Server] INFO (world_the_end) TNT ignition is PERMITTED. 09.09 08:05:31 [Server] INFO Loaded configuration for world 'world_nether' 09.09 08:05:31 [Server] INFO (world_nether) Fire spread is UNRESTRICTED. 09.09 08:05:31 [Server] INFO (world_nether) Lava fire is PERMITTED. 09.09 08:05:31 [Server] INFO (world_nether) Lighters are PERMITTED. 09.09 08:05:31 [Server] INFO (world_nether) TNT ignition is PERMITTED. 09.09 08:05:31 [Server] INFO Loaded configuration for world 'world' 09.09 08:05:31 [Server] INFO (world) Fire spread is UNRESTRICTED. 09.09 08:05:31 [Server] INFO (world) Lava fire is PERMITTED. 09.09 08:05:31 [Server] INFO (world) Lighters are PERMITTED. 09.09 08:05:31 [Server] INFO (world) TNT ignition is PERMITTED. 09.09 08:05:31 [Server] INFO Enabling WorldGuard v5.8 09.09 08:05:30 [Server] INFO Enabling VoxelSniper v5.168.6-SNAPSHOT-jnks218 09.09 08:05:30 [Server] INFO Enabling CommandWatcher v0.5 09.09 08:05:30 [Server] INFO WEPIF: GroupManager detected! Using GroupManager for permissions. 09.09 08:05:30 [Server] INFO Enabling WorldEdit v5.5.7 09.09 08:05:30 [Server] INFO Version 3.10.0-RC-b569 is enabled. 09.09 08:05:30 [Server] INFO Inventory checks: FastConsume is available, disabled InstantEat. 09.09 08:05:30 [Server] INFO Added block-info for Minecraft 1.6.1 blocks. 09.09 08:05:30 [Server] INFO Added block-info for Minecraft 1.5 blocks. 09.09 08:05:30 [Server] INFO McAccess set to: 1.6.2 / CB2808-DEV 09.09 08:05:30 [Server] INFO Enabling NoCheatPlus v3.10.0-RC-b569 09.09 08:05:30 [Server] INFO GroupManager version 2.0 (2.11.1) (Phoenix) is enabled! 09.09 08:05:30 [Server] INFO GroupManager - INFO - Backups will be retained for 24 hours! 09.09 08:05:30 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes! 09.09 08:05:30 [Server] INFO GroupManager - INFO - Superperms support enabled. 09.09 08:05:30 [Server] INFO GroupManager - INFO - World Found: world 09.09 08:05:30 [Server] INFO Enabling GroupManager v2.0 (2.11.1) (Phoenix) 09.09 08:05:30 [Server] INFO Killing orphans 09.09 08:05:30 [Server] INFO Connection to MySQL was a success! 09.09 08:05:30 [Server] INFO Attempting connection to MySQL... 09.09 08:05:30 [Server] INFO Enabling mcMMO v1.4.06-b2121 09.09 08:05:30 [Server] INFO Loading Factions v1.6.9.4 09.09 08:05:30 [Server] INFO Loading EssentialsAntiBuild v2.11.1 09.09 08:05:30 [Server] INFO Loading EssentialsSpawn v2.11.1 09.09 08:05:30 [Server] INFO Loading EssentialsProtect v2.11.1 09.09 08:05:30 [Server] INFO Loading EssentialsChat v2.11.1 09.09 08:05:30 [Server] INFO Loading SilkSpawners v3.3.2 09.09 08:05:30 [Server] INFO Loading Essentials v2.11.1 09.09 08:05:30 [Server] INFO Loading WorldGuard v5.8 09.09 08:05:30 [Server] INFO Loading VoxelSniper v5.168.6-SNAPSHOT-jnks218 09.09 08:05:30 [Server] INFO Loading mcMMO v1.4.06-b2121 09.09 08:05:30 [Server] INFO Loading CommandWatcher v0.5 09.09 08:05:30 [Server] INFO Loading WorldEdit v5.5.7 09.09 08:05:30 [Server] INFO Loading NoCheatPlus v3.10.0-RC-b569 09.09 08:05:30 [Server] INFO Loading GroupManager v2.0 (2.11.1) (Phoenix) 09.09 08:05:30 [Server] SEVERE Nag author: 'xGhOsTkiLLeRx' of 'SilkSpawners' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin 09.09 08:05:30 [Server] SEVERE Nag author: 'nossr50' of 'mcMMO' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin 09.09 08:05:27 [Server] INFO GroupManager version 2.0 (2.11.1) (Phoenix) is disabled! 09.09 08:05:27 [Server] INFO GroupManager - INFO - Scheduled Data Saving is disabled! 09.09 08:05:27 [Server] INFO Disabling GroupManager v2.0 (2.11.1) (Phoenix) 09.09 08:05:27 [Server] INFO Version 3.10.0-RC-b569 is disabled. 09.09 08:05:27 [Server] INFO Disabling NoCheatPlus v3.10.0-RC-b569 09.09 08:05:27 [Server] INFO Disabling WorldEdit v5.5.7 09.09 08:05:27 [Server] INFO Disabling CommandWatcher v0.5 09.09 08:05:10 [Server] INFO Disabling mcMMO v1.4.06-b2121 09.09 08:05:10 [Server] INFO Disabling VoxelSniper v5.168.6-SNAPSHOT-jnks218 09.09 08:05:10 [Server] INFO Disabling WorldGuard v5.8 09.09 08:05:10 [Server] INFO Disabling Essentials v2.11.1 09.09 08:05:10 [Server] INFO Disabling SilkSpawners v3.3.2 09.09 08:05:10 [Server] INFO Disabling EssentialsChat v2.11.1 09.09 08:05:10 [Server] INFO Disabling EssentialsProtect v2.11.1 09.09 08:05:10 [Server] INFO Disabling EssentialsSpawn v2.11.1 09.09 08:05:10 [Server] INFO Disabling EssentialsAntiBuild v2.11.1 09.09 08:05:10 [Server] INFO Disabled 09.09 08:05:10 [Server] INFO Disabling Factions v1.6.9.4 09.09 08:05:05 [Server] WARNING Metrics error: ERR (IOException): Server returned HTTP response code: 403 for URL: http://report.mcstats.org/plugin/NoCheatPlus 09.09 08:05:05 [Server] INFO §*Staff r<[Co-Owner] DaSamSam> test 09.09 08:05:03 [Server] INFO GroupManager - INFO - Bukkit Permissions Updated! 09.09 08:05:02 [Server] WARNING Can't keep up! Did the system time change, or is the server overloaded? 09.09 08:05:02 [Server] INFO Member: [Co-Owner] DaSamSam 09.09 08:05:02 [Server] INFO DaSamSam: Reload complete. 09.09 08:05:02 [Multicraft] Skipped 40 lines due to rate limit (60/s) 09.09 08:05:02 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) 09.09 08:05:02 [Server] INFO at com.earth2me.essentials.Essentials.onEnable(Essentials.java:172) 09.09 08:05:02 [Server] INFO at com.earth2me.essentials.Settings.<init>(Settings.java:36) 09.09 08:05:02 [Server] INFO at com.earth2me.essentials.Settings.reloadConfig(Settings.java:485) 09.09 08:05:02 [Server] INFO at com.earth2me.essentials.EssentialsConf.load(EssentialsConf.java:163) 09.09 08:05:02 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:246) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.fetchStreamEnd(ScannerImpl.java:510) 09.09 08:05:02 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.removePossibleSimpleKey(ScannerImpl.java:446) 09.09 08:05:02 [Server] INFO ^ 09.09 08:05:02 [Server] INFO Do 09.09 08:05:02 [Server] INFO in "<string>", line 298, column 7: 09.09 08:05:02 [Server] INFO could not found expected ':' 09.09 08:05:02 [Server] INFO ^ 09.09 08:05:02 [Server] INFO Do 09.09 08:05:02 [Server] INFO in "<string>", line 298, column 5: 09.09 08:05:02 [Server] INFO while scanning a simple key 09.09 08:05:02 [Server] SEVERE The file /plugins/Essentials/config.yml is broken, it has been renamed to /plugins/Essentials/config.yml.broken.1378728302255 09.09 08:05:02 [Server] INFO Enabling Essentials v2.11.1 09.09 08:05:02 [Server] INFO 0 regions loaded for 'world_the_end' 09.09 08:05:02 [Server] INFO 0 regions loaded for 'world_nether' 09.09 08:05:02 [Server] INFO 2 regions loaded for 'world' 09.09 08:05:02 [Server] INFO Loaded configuration for world 'world_the_end' 09.09 08:05:02 [Server] INFO (world_the_end) Fire spread is UNRESTRICTED. 09.09 08:05:02 [Server] INFO (world_the_end) Lava fire is PERMITTED. 09.09 08:05:02 [Server] INFO (world_the_end) Lighters are PERMITTED. 09.09 08:05:02 [Server] INFO (world_the_end) TNT ignition is PERMITTED. 09.09 08:05:02 [Server] INFO Loaded configuration for world 'world_nether' 09.09 08:05:02 [Server] INFO (world_nether) Fire spread is UNRESTRICTED. 09.09 08:05:02 [Server] INFO (world_nether) Lava fire is PERMITTED. 09.09 08:05:02 [Server] INFO (world_nether) Lighters are PERMITTED. 09.09 08:05:02 [Server] INFO (world_nether) TNT ignition is PERMITTED. 09.09 08:05:02 [Server] INFO Loaded configuration for world 'world' 09.09 08:05:02 [Server] INFO (world) Fire spread is UNRESTRICTED. 09.09 08:05:02 [Server] INFO (world) Lava fire is PERMITTED. 09.09 08:05:02 [Server] INFO (world) Lighters are PERMITTED. 09.09 08:05:02 [Server] INFO (world) TNT ignition is PERMITTED. 09.09 08:05:02 [Server] INFO Enabling WorldGuard v5.8 09.09 08:05:02 [Server] INFO Enabling VoxelSniper v5.168.6-SNAPSHOT-jnks218 09.09 08:05:02 [Server] INFO Enabling CommandWatcher v0.5 09.09 08:05:02 [Server] INFO WEPIF: GroupManager detected! Using GroupManager for permissions. 09.09 08:05:02 [Server] INFO Enabling WorldEdit v5.5.7 09.09 08:05:01 [Server] INFO Version 3.10.0-RC-b569 is enabled. 09.09 08:05:01 [Server] INFO Inventory checks: FastConsume is available, disabled InstantEat. 09.09 08:05:01 [Server] INFO Added block-info for Minecraft 1.6.1 blocks. 09.09 08:05:01 [Server] INFO Added block-info for Minecraft 1.5 blocks. 09.09 08:05:01 [Server] INFO McAccess set to: 1.6.2 / CB2808-DEV 09.09 08:05:01 [Server] INFO Enabling NoCheatPlus v3.10.0-RC-b569 09.09 08:05:01 [Server] INFO GroupManager version 2.0 (2.11.1) (Phoenix) is enabled! 09.09 08:05:01 [Server] INFO GroupManager - INFO - Backups will be retained for 24 hours! 09.09 08:05:01 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes! 09.09 08:05:01 [Server] INFO GroupManager - INFO - Superperms support enabled. 09.09 08:05:01 [Server] INFO GroupManager - INFO - World Found: world 09.09 08:05:01 [Server] INFO Enabling GroupManager v2.0 (2.11.1) (Phoenix) 09.09 08:05:01 [Server] INFO Killing orphans 09.09 08:05:01 [Server] INFO Connection to MySQL was a success! 09.09 08:05:01 [Server] INFO Attempting connection to MySQL... 09.09 08:05:01 [Server] INFO Enabling mcMMO v1.4.06-b2121 09.09 08:05:01 [Server] INFO Loading Factions v1.6.9.4 09.09 08:05:01 [Server] INFO Loading EssentialsAntiBuild v2.11.1 09.09 08:05:01 [Server] INFO Loading EssentialsSpawn v2.11.1 09.09 08:05:01 [Server] INFO Loading EssentialsProtect v2.11.1 09.09 08:05:01 [Server] INFO Loading EssentialsChat v2.11.1 09.09 08:05:01 [Server] INFO Loading SilkSpawners v3.3.2 09.09 08:05:01 [Server] INFO Loading Essentials v2.11.1 09.09 08:05:01 [Server] INFO Loading WorldGuard v5.8 09.09 08:05:01 [Server] INFO Loading VoxelSniper v5.168.6-SNAPSHOT-jnks218 09.09 08:05:01 [Server] INFO Loading mcMMO v1.4.06-b2121 09.09 08:05:01 [Server] INFO Loading CommandWatcher v0.5 09.09 08:05:01 [Server] INFO Loading WorldEdit v5.5.7 09.09 08:05:01 [Server] INFO Loading NoCheatPlus v3.10.0-RC-b569 09.09 08:05:01 [Server] INFO Loading GroupManager v2.0 (2.11.1) (Phoenix) 09.09 08:05:01 [Server] INFO GroupManager version 2.0 (2.11.1) (Phoenix) is disabled! 09.09 08:05:01 [Server] INFO GroupManager - INFO - Scheduled Data Saving is disabled! 09.09 08:05:01 [Server] INFO Disabling GroupManager v2.0 (2.11.1) (Phoenix) 09.09 08:05:01 [Server] INFO Version 3.10.0-RC-b569 is disabled. 09.09 08:05:01 [Server] INFO Disabling NoCheatPlus v3.10.0-RC-b569 09.09 08:05:01 [Server] INFO Disabling WorldEdit v5.5.7 09.09 08:05:01 [Server] INFO Disabling CommandWatcher v0.5 09.09 08:05:00 [Server] INFO Disabling mcMMO v1.4.06-b2121 09.09 08:05:00 [Server] INFO Disabling VoxelSniper v5.168.6-SNAPSHOT-jnks218 09.09 08:05:00 [Server] INFO Disabling WorldGuard v5.8 09.09 08:05:00 [Server] INFO Disabling Essentials v2.11.1 09.09 08:05:00 [Server] INFO Disabling SilkSpawners v3.3.2 09.09 08:05:00 [Server] INFO Disabling EssentialsChat v2.11.1 09.09 08:05:00 [Server] INFO Disabling EssentialsProtect v2.11.1 09.09 08:05:00 [Server] INFO Disabling EssentialsSpawn v2.11.1 09.09 08:05:00 [Server] INFO Disabling EssentialsAntiBuild v2.11.1 09.09 08:05:00 [Server] INFO Disabled 09.09 08:05:00 [Server] INFO Disabling Factions v1.6.9.4 09.09 08:04:28 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 08:04:28 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:04:05 [Server] INFO Connection reset 09.09 08:03:55 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:03:22 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:03:00 [Server] INFO §*Staff r[Co-Owner] DaSamSam: Test 09.09 08:02:48 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:02:15 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:01:43 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 08:01:42 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:01:39 [Server] INFO GroupManager - INFO - Data files refreshed. 09.09 08:01:08 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:00:35 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:00:02 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 08:00:00 [Server] WARNING No compatible nms block class found. 09.09 07:59:28 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:58:57 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 07:58:55 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:58:41 [Server] INFO §*Staff r[Co-Owner] DaSamSam: pl 09.09 07:58:22 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:58:19 [Server] SEVERE Reached end of stream for /76.72.160.242 09.09 07:57:58 [Server] SEVERE Reached end of stream for /217.120.223.180 09.09 07:57:48 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:57:15 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:56:42 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:56:12 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 07:56:10 [Server] SEVERE Reached end of stream for /173.230.150.203 09.09 07:56:08 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:55:35 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:55:02 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:54:28 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:53:55 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:53:30 [Server] INFO DaSamSam: Save complete. 09.09 07:53:30 [Server] INFO DaSamSam: Forcing save.. 09.09 07:53:27 [Server] SEVERE Reached end of stream for /66.175.208.209 09.09 07:53:22 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:53:14 [Server] INFO Connection reset 09.09 07:52:48 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:52:15 [Server] INFO Members: [Co-Owner] DaSamSam 09.09 07:52:04 [Multicraft] DaSamSam ran command Message of the Day 09.09 07:52:04 [Connect] User DaSamSam, IP 218.250.202.196 09.09 07:52:00 [Server] SEVERE Reached end of stream for /218.250.202.196 09.09 07:51:45 [Server] WARNING Metrics error: ERR (IOException): Server returned HTTP response code: 403 for URL: http://report.mcstats.org/plugin/NoCheatPlus 09.09 07:51:42 [Server] INFO /218.250.202.196:31685 lost connection 09.09 07:51:42 [Server] INFO GroupManager - INFO - Bukkit Permissions Updated! 09.09 07:51:42 [Server] Startup Done (3.497s)! For help, type "help" or "?" 09.09 07:51:41 [Server] INFO Server permissions file permissions.yml is empty, ignoring it 09.09 07:51:41 [Server] SEVERE Reached end of stream for /218.250.202.196 09.09 07:51:41 [Server] INFO === ENABLE DONE (Took 136ms) === 09.09 07:51:41 [Server] INFO Economy integration is disabled, and the plugin "Vault" is not installed. 09.09 07:51:41 [Server] INFO Found and will integrate chat with EssentialsChat v2.11.1 09.09 07:51:41 [Server] INFO Loading board from disk 09.09 07:51:41 [Server] INFO === ENABLE START === 09.09 07:51:41 [Server] INFO Enabling Factions v1.6.9.4 09.09 07:51:41 [Server] INFO Enabling EssentialsAntiBuild v2.11.1 09.09 07:51:41 [Server] INFO Enabling EssentialsSpawn v2.11.1 09.09 07:51:41 [Server] INFO Enabling EssentialsProtect v2.11.1 09.09 07:51:41 [Server] INFO Enabling EssentialsChat v2.11.1 09.09 07:51:41 [Server] INFO AutoUpdater enabled 09.09 07:51:41 [Server] INFO Spout not found. Disabling Spout features. 09.09 07:51:41 [Server] INFO This feature will be available again in the near future! 09.09 07:51:41 [Server] INFO ErrorLogger is disabled, regardless of your settings to give the author enough time to update it! 09.09 07:51:41 [Server] INFO Enabling SilkSpawners v3.3.2 09.09 07:51:41 [Server] INFO Essentials: Using GroupManager based permissions. 09.09 07:51:41 [Server] INFO Enabling Essentials v2.11.1 09.09 07:51:41 [Server] INFO 0 regions loaded for 'world_the_end' 09.09 07:51:41 [Server] INFO 0 regions loaded for 'world_nether' 09.09 07:51:41 [Server] INFO 2 regions loaded for 'world' 09.09 07:51:41 [Server] INFO Loaded configuration for world 'world_the_end' 09.09 07:51:41 [Server] INFO (world_the_end) Fire spread is UNRESTRICTED. 09.09 07:51:41 [Server] INFO (world_the_end) Lava fire is PERMITTED. 09.09 07:51:41 [Server] INFO (world_the_end) Lighters are PERMITTED. 09.09 07:51:41 [Server] INFO (world_the_end) TNT ignition is PERMITTED. 09.09 07:51:41 [Server] INFO Loaded configuration for world 'world_nether' 09.09 07:51:41 [Server] INFO (world_nether) Fire spread is UNRESTRICTED. 09.09 07:51:41 [Server] INFO (world_nether) Lava fire is PERMITTED. 09.09 07:51:41 [Server] INFO (world_nether) Lighters are PERMITTED. 09.09 07:51:41 [Server] INFO (world_nether) TNT ignition is PERMITTED. 09.09 07:51:41 [Server] INFO Loaded configuration for world 'world' 09.09 07:51:41 [Server] INFO (world) Fire spread is UNRESTRICTED. 09.09 07:51:41 [Server] INFO (world) Lava fire is PERMITTED. 09.09 07:51:41 [Server] INFO (world) Lighters are PERMITTED. 09.09 07:51:41 [Server] INFO (world) TNT ignition is PERMITTED. 09.09 07:51:40 [Server] INFO Enabling WorldGuard v5.8 09.09 07:51:40 [Server] INFO Enabling VoxelSniper v5.168.6-SNAPSHOT-jnks218 09.09 07:51:40 [Server] INFO Enabling CommandWatcher v0.5 09.09 07:51:40 [Server] INFO WEPIF: GroupManager detected! Using GroupManager for permissions. 09.09 07:51:40 [Server] INFO Enabling WorldEdit v5.5.7 09.09 07:51:40 [Server] INFO Version 3.10.0-RC-b569 is enabled. 09.09 07:51:40 [Server] INFO Inventory checks: FastConsume is available, disabled InstantEat. 09.09 07:51:40 [Server] INFO Added block-info for Minecraft 1.6.1 blocks. 09.09 07:51:40 [Server] INFO Added block-info for Minecraft 1.5 blocks. 09.09 07:51:40 [Server] INFO McAccess set to: 1.6.2 / CB2808-DEV 09.09 07:51:39 [Server] INFO Enabling NoCheatPlus v3.10.0-RC-b569 09.09 07:51:39 [Server] INFO GroupManager version 2.0 (2.11.1) (Phoenix) is enabled! 09.09 07:51:39 [Server] INFO GroupManager - INFO - Backups will be retained for 24 hours! 09.09 07:51:39 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes! 09.09 07:51:39 [Server] INFO GroupManager - INFO - Superperms support enabled. 09.09 07:51:39 [Server] INFO GroupManager - INFO - World Found: world 09.09 07:51:39 [Server] INFO Enabling GroupManager v2.0 (2.11.1) (Phoenix) 09.09 07:51:39 [Server] INFO Preparing start region for level 2 (Seed: -4925946272940143167) 09.09 07:51:39 [Server] INFO Preparing start region for level 1 (Seed: -4925946272940143167) 09.09 07:51:38 [Server] INFO Preparing start region for level 0 (Seed: -4925946272940143167) 09.09 07:51:38 [Server] INFO Preparing level "world" 09.09 07:51:38 [Server] INFO Killing orphans 09.09 07:51:38 [Server] INFO Connection to MySQL was a success! 09.09 07:51:38 [Server] INFO Attempting connection to MySQL... 09.09 07:51:37 [Server] INFO Enabling mcMMO v1.4.06-b2121 09.09 07:51:37 [Server] INFO Loading Factions v1.6.9.4 09.09 07:51:37 [Server] INFO Loading EssentialsAntiBuild v2.11.1 09.09 07:51:37 [Server] INFO Loading EssentialsSpawn v2.11.1 09.09 07:51:37 [Server] INFO Loading EssentialsProtect v2.11.1 09.09 07:51:37 [Server] INFO Loading EssentialsChat v2.11.1 09.09 07:51:37 [Server] INFO Loading SilkSpawners v3.3.2 09.09 07:51:37 [Server] INFO Loading Essentials v2.11.1 09.09 07:51:37 [Server] INFO Loading WorldGuard v5.8 09.09 07:51:37 [Server] INFO Loading VoxelSniper v5.168.6-SNAPSHOT-jnks218 09.09 07:51:37 [Server] INFO Loading mcMMO v1.4.06-b2121 09.09 07:51:37 [Server] INFO Loading CommandWatcher v0.5 09.09 07:51:37 [Server] INFO Loading WorldEdit v5.5.7 09.09 07:51:37 [Server] INFO Loading NoCheatPlus v3.10.0-RC-b569 09.09 07:51:37 [Server] INFO Loading GroupManager v2.0 (2.11.1) (Phoenix) 09.09 07:51:37 [Server] INFO
----- 09.09 07:51:37 [Server] INFO If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml. 09.09 07:51:37 [Server] INFO With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes. 09.09 07:51:37 [Server] INFO If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'. 09.09 07:51:37 [Server] INFO It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds. 09.09 07:51:37 [Server] INFO- Bukkit Auto Updater- 09.09 07:51:37 [Server] INFO This server is running CraftBukkit version git-Bukkit-1.6.2-R0.1-17-gfdc5656-b2865jnks (MC: 1.6.2) (Implementing API version 1.6.2-R0.2-SNAPSHOT) 09.09 07:51:36 [Server] INFO Starting Minecraft server on 198.27.75.67:25602 09.09 07:51:36 [Server] INFO Generating keypair 09.09 07:51:36 [Server] INFO Default game type: SURVIVAL 09.09 07:51:36 [Server] INFO Loading properties 09.09 07:51:36 [Server] INFO Starting minecraft server version 1.6.2 09.09 07:51:36 [Multicraft] Loaded config for "Mod: Craftbukkit Dev" 09.09 07:51:36 [Multicraft] Starting server! 09.09 07:51:36 [Multicraft] Loading server properties 09.09 07:51:36 [Disconnect] User DaSamSam has disconnected, reason: Server shutting down 09.09 07:51:36 [Disconnect] User carrmx has disconnected, reason: Server shutting down 09.09 07:51:36 [Multicraft] Server stopped 09.09 07:51:36 [Multicraft] Server shut down 09.09 07:51:35 [Server] INFO Saving worlds 09.09 07:51:35 [Server] INFO Saving players 09.09 07:51:35 [Server] INFO Stopping server 09.09 07:51:35 [Server] INFO Saving chunks for level 'world_the_end'/The End 09.09 07:51:35 [Server] INFO Saving chunks for level 'world_nether'/Nether 09.09 07:51:35 [Server] INFO Saving chunks for level 'world'/Overworld 09.09 07:51:35 [Server] INFO Saving worlds 09.09 07:51:35 [Server] INFO §eDaSamSam left the game. 09.09 07:51:35 [Server] INFO Closing listening thread 09.09 07:51:35 [Server] WARNING DSCT: Socket closed 09.09 07:51:35 [Server] INFO Saving players 09.09 07:51:35 [Server] INFO GroupManager version 2.0 (2.11.1) (Phoenix) is disabled! 09.09 07:51:35 [Server] INFO GroupManager - INFO - Scheduled Data Saving is disabled! 09.09 07:51:35 [Server] INFO Disabling GroupManager v2.0 (2.11.1) (Phoenix) 09.09 07:51:35 [Server] INFO Version 3.10.0-RC-b569 is disabled. 09.09 07:51:35 [Server] INFO Disabling NoCheatPlus v3.10.0-RC-b569 09.09 07:51:35 [Server] INFO Disabling WorldEdit v5.5.7-
View User Profile
-
Send Message
Posted Sep 8, 2013I use Essentials Pre2.12.1.2 and Factions 1.8.2 and the /baltop command which shows players and their balances also includes factions with their bank balances. The only problem is that it shows the faction IDs such as "faction_1" instead of the faction name like "Camelot"
Is there a way to get the faction name to show up instead of the ID?
Thanks,
LHammonds
-
View User Profile
-
Send Message
Posted Sep 8, 2013If everybody is complaining about the new factions, you are obviously doing something wrong. Take out mcore and revert to how it was in version 1.6!
-
View User Profile
-
Send Message
Posted Sep 8, 2013I hate how if you are not in a faction and somebody claims land from Wilderness it alerts everybody that is not in a faction or technically in the faction "Wilderness" that they claimed land... Like.. wtf?
-
View User Profile
-
Send Message
Posted Sep 8, 2013Is there any way to use Factions without MCore?
My mac is 10.6.8, so it runs Java 6, meaning that I get the "Unsupported major.minor version 51.0" error every time I run MCore. The only way to fix it is to update to Java 7, which is unavailable for my version of mac.
Any fixes?
-
View User Profile
-
Send Message
Posted Sep 8, 2013is anyone using factions and towny at the same time? I'm having problems with the iconomy version that comes with towny. WELP
@hotdaps
I have a very similiar error to that but with iconomy5 from towny vault says its the economy plugin as its unsupported factions says its vault
-
View User Profile
-
Send Message
Posted Sep 8, 2013Quick suggestion, don't try and fix things that aren't broken...
This new MCore Factions barely works...
-
View User Profile
-
Send Message
Posted Sep 8, 2013Hi I have the newest factions and mcore. When i place tnt in wilderness it will explode. when in claimed territory it wont. Help? I have world guard but have turned off tnt protection? Thanks,
Ziimzy.
-
View User Profile
-
Send Message
Posted Sep 8, 2013essentials chat with factions prefix not working
{ ... "chatSetFormat": false, ... "chatParseTags": true, ... }
and
format: '§7[{factions_roleprefix}§r§7{factions_nameforce}§r§7] §r§7[{GROUP}] §r{DISPLAYNAME}§r§7:§r {MESSAGE}'
it's not working
i am useing essentials Pre2.12.1.6 and factions 2.1.0
please help
-
View User Profile
-
Send Message
Posted Sep 8, 2013I'm currently using essentials as my economy. Then every time I'm using the command /f money deposit or /f money balance i'm always having this kind of error.
-
View User Profile
-
Send Message
Posted Sep 8, 2013Please help! I just updated (I know i was really outdated) to the mcore....and now when someone claims it says you did buy world (number) for (faction) from wilderness. I can't find the languages file anywhere to change it back to the old one! help!
-
View User Profile
-
Send Message
Posted Sep 8, 2013Feature Idea: Disable Factions For Some Worlds!
-
View User Profile
-
Send Message
Posted Sep 7, 2013derp sorry I had incorrect format
-
View User Profile
-
Send Message
Posted Sep 7, 2013I installed MCore and Factions on my server, and everything works out perfectly except no one can passively gain any power. Help please.
-
View User Profile
-
Send Message
Posted Sep 7, 2013-
View User Profile
-
Send Message
Posted Sep 7, 2013Players can deposit the money in the faction bank, but they can't see factions money and can't withdraw it lydership or officer. This is image: http://mc.godplay.lt/index.php?attachments/2013-09-07_22-46-35-png.234/ Any help?
-
View User Profile
-
Send Message
Posted Sep 7, 2013I've installed Mcore and Factions, but it won't show up on my plugins list, work as a command, or make a config file.
I have also rebooted multiple times.
Any help?