DRTShock HCFactions /F who Problem

Status
This thread has been locked.

TehVaqs

Banned
Feedback score
2
Posts
283
Reactions
47
Resources
0
When I do /f show or /f who it comes up with this
http://prntscr.com/b5m7ho

My config:
- '{header}'
- '<a>Joining: <i>{joining} {peaceful}'
- '<a>Land / Max: <i> {land} / {max-land}'
- '<a>DTR: <i>{dtr} / {max-dtr} <a>Raidable: <i>{raidable}'
- '<a>Faction Home: <i>{world}, {x}, {y}, {z}' # if no home is set, {z} = COMMAND_SHOW_NOHOME, from lang.yml
- '<a>DTR Freeze: <i>{time-left}' # only shows if faction is frozen
- '<a>This faction is permanent, remaining even with no members.' # only shows if faction is permanent
- '<a>Balance: <i>{faction-balance}'
- '<a>Allies(<i>{allies-count}<a>/<i>{max-allies}<a>): {allies} '
- '<a>Online: (<i>{online-count}<a>/<i>{faction-size}<a>): {online}'
- '<a>Offline: (<i>{offline-count}<a>/<i>{faction-size}<a>): {offline}'
 

TehVaqs

Banned
Feedback score
2
Posts
283
Reactions
47
Resources
0
When I do /f show or /f who it comes up with this
http://prntscr.com/b5m7ho

My config:
- '{header}'
- '<a>Joining: <i>{joining} {peaceful}'
- '<a>Land / Max: <i> {land} / {max-land}'
- '<a>DTR: <i>{dtr} / {max-dtr} <a>Raidable: <i>{raidable}'
- '<a>Faction Home: <i>{world}, {x}, {y}, {z}' # if no home is set, {z} = COMMAND_SHOW_NOHOME, from lang.yml
- '<a>DTR Freeze: <i>{time-left}' # only shows if faction is frozen
- '<a>This faction is permanent, remaining even with no members.' # only shows if faction is permanent
- '<a>Balance: <i>{faction-balance}'
- '<a>Allies(<i>{allies-count}<a>/<i>{max-allies}<a>): {allies} '
- '<a>Online: (<i>{online-count}<a>/<i>{faction-size}<a>): {online}'
- '<a>Offline: (<i>{offline-count}<a>/<i>{faction-size}<a>): {offline}'
Everything else shows but the online or offline doesn't work
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/tehvaqs-scam-report.179432/)

TehVaqs

Banned
Feedback score
2
Posts
283
Reactions
47
Resources
0
install vault
I have vault, this is the error I get

[19:31:10 INFO]: -----------------------------------------------------
[19:31:10 INFO]: DTR: 0.487 / 1.01 Raidable: false
[19:31:10 INFO]: Faction Home: n/a
[19:31:10 INFO]: Balance: no balance
[19:31:10 WARN]: Unexpected exception while parsing console command "f who swag"
org.bukkit.command.CommandException: Unhandled exception executing command 'f' in plugin Factions v0.0.7-b59
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
Caused by: java.lang.NullPointerException
at com.massivecraft.factions.zcore.util.TagUtil.getFancy(TagUtil.java:130) ~[?:?]
at com.massivecraft.factions.zcore.util.TagUtil.parseFancy(TagUtil.java:87) ~[?:?]
at com.massivecraft.factions.cmd.CmdShow.perform(CmdShow.java:67) ~[?:?]
at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:123) ~[?:?]
at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:50) ~[?:?]
at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:109) ~[?:?]
at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:50) ~[?:?]
at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:127) ~[?:?]
at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:287) ~[?:?]
at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:250) ~[?:?]
at com.massivecraft.factions.P.handleCommand(P.java:185) ~[?:?]
at com.massivecraft.factions.P.onCommand(P.java:197) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
... 8 more[DOUBLEPOST=1463596466][/DOUBLEPOST]
I have vault, this is the error I get

[19:31:10 INFO]: -----------------------------------------------------
[19:31:10 INFO]: DTR: 0.487 / 1.01 Raidable: false
[19:31:10 INFO]: Faction Home: n/a
[19:31:10 INFO]: Balance: no balance
[19:31:10 WARN]: Unexpected exception while parsing console command "f who swag"
org.bukkit.command.CommandException: Unhandled exception executing command 'f' in plugin Factions v0.0.7-b59
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
Caused by: java.lang.NullPointerException
at com.massivecraft.factions.zcore.util.TagUtil.getFancy(TagUtil.java:130) ~[?:?]
at com.massivecraft.factions.zcore.util.TagUtil.parseFancy(TagUtil.java:87) ~[?:?]
at com.massivecraft.factions.cmd.CmdShow.perform(CmdShow.java:67) ~[?:?]
at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:123) ~[?:?]
at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:50) ~[?:?]
at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:109) ~[?:?]
at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:50) ~[?:?]
at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:127) ~[?:?]
at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:287) ~[?:?]
at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:250) ~[?:?]
at com.massivecraft.factions.P.handleCommand(P.java:185) ~[?:?]
at com.massivecraft.factions.P.onCommand(P.java:197) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
... 8 more
could you maybe send me the right version of hcfactions?
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/tehvaqs-scam-report.179432/)

Kuzni

If you signed up after 2016 don't diss me thx
Supreme
Feedback score
12
Posts
1,689
Reactions
950
Resources
0
99% sure thats bc its a LEAKED version
 

Boshns

Front-end Developer
Supreme
Feedback score
6
Posts
1,050
Reactions
550
Resources
0
99% sure thats bc its a LEAKED version
do you have any clue what you are talking about? The dev released it for free a while ago.

I have vault, this is the error I get

[19:31:10 INFO]: -----------------------------------------------------
[19:31:10 INFO]: DTR: 0.487 / 1.01 Raidable: false
[19:31:10 INFO]: Faction Home: n/a
[19:31:10 INFO]: Balance: no balance
[19:31:10 WARN]: Unexpected exception while parsing console command "f who swag"
org.bukkit.command.CommandException: Unhandled exception executing command 'f' in plugin Factions v0.0.7-b59
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
Caused by: java.lang.NullPointerException
at com.massivecraft.factions.zcore.util.TagUtil.getFancy(TagUtil.java:130) ~[?:?]
at com.massivecraft.factions.zcore.util.TagUtil.parseFancy(TagUtil.java:87) ~[?:?]
at com.massivecraft.factions.cmd.CmdShow.perform(CmdShow.java:67) ~[?:?]
at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:123) ~[?:?]
at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:50) ~[?:?]
at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:109) ~[?:?]
at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:50) ~[?:?]
at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:127) ~[?:?]
at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:287) ~[?:?]
at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:250) ~[?:?]
at com.massivecraft.factions.P.handleCommand(P.java:185) ~[?:?]
at com.massivecraft.factions.P.onCommand(P.java:197) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.7.10-SNAPSHOT-b1657.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
... 8 more[DOUBLEPOST=1463596466][/DOUBLEPOST]
could you maybe send me the right version of hcfactions?
try using a different spigot jar that isn't a snapshot (getspigot.org) also try deleting the config and see if it works.
 

TehVaqs

Banned
Feedback score
2
Posts
283
Reactions
47
Resources
0
do you have any clue what you are talking about? The dev released it for free a while ago.


try using a different spigot jar that isn't a snapshot (getspigot.org) also try deleting the config and see if it works.

Found the issue thanks :D
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/tehvaqs-scam-report.179432/)
Status
This thread has been locked.
Top