Facsk
  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

I got this problem with my script that it just says <none> on the scoreboard and i dont know how to fix...

on join:
set {_player} to faction player from player
set {_faction} to faction of faction player {_player}
set {_faction-name} to name of faction {_faction}
set {_faction-power} to power of faction {_player}

every 10 ticks:
loop all players:
wipe loop-player's sidebar
set name of sidebar of loop-player to "&8-=- &f&lMine&3&lValley &8-=-"
set score "&8&m -----------------" in sidebar of loop-player to 11
set score "&3Spiller&8 » &f%loop-player%" in sidebar of loop-player to 10
set score "&3Penge&8 » &f%loop-player's balance%" in sidebar of loop-player to 9
set score "&3Online&8 » &f%{players.online}%" in sidebar of loop-player to 8
set score "&3Online Staff&8 » &f%size of {Online.Staff::*}%" in sidebar of loop-player to 7
set score "&8 &m---&8=&m---&8 " in sidebar of loop-player to 6
set score "&3Faction &8» &f%{_faction-name}%" in sidebar of loop-player to 5
set score "&3Power &8» &f%{_faction-power}%&3/&f%{_facpm}%" in sidebar of loop-player to 4
set score "&3Kills &8» &f%{kills.%uuid of loop-player%}%" in sidebar of loop-player to 3
set score "&3Døde &8» &f%{death.%uuid of loop-player%}%" in sidebar of loop-player to 2
set score " &8&m-----------------" in sidebar of loop-player to 1
Can you make one for FactionsUUID aswell? because i don't use Mcore anymore..
LimeGlass
LimeGlass
When I get around to recoding Facsk I will.
Awesome ! I found i little bug. When i get the leader of a faction after loop all factions (set {_chef} to leader of faction loop-value). I don't get the name of the leader of the faction. I get the "Mpplayer" of the leader with lastactivitymillis, factionid, role and power.

Can you fix it ? Thank. (I'm french)
Like dan330 said down there, add support for LegacyFactions. It's way better, can be translated, less laggy, etc. Thanks!
Good plugin but could you add support for LegacyFactions it is a really growing up Factions UUID rework!
Good but does not support 1.7.10
[05:11:42 INFO]: [Facsk] Enabling Facsk v1.0.1
[05:11:42 ERROR]: Error occurred while enabling Facsk v1.0.1 (Is it up to date?)
java.lang.NoSuchMethodError: com.gmail.thelimeglass.Utils.PropertyType.value()Ljava/lang/String;
at com.gmail.thelimeglass.Facsk.register(Facsk.java:158) ~[?:?]
at com.gmail.thelimeglass.Facsk.onEnable(Facsk.java:76) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigot1710.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot1710.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [spigot1710.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [spigot1710.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [spigot1710.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [spigot1710.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [spigot1710.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [spigot1710.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [spigot1710.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot1710.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot1710.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
LimeGlass
LimeGlass
What java version are you using? String is not a thing?

This is not the correct location to post bug reports. PM me.
It is an good plugin, but please add 1.8.8 support! Lots of people still use 1.8.8!!!!
Finally i found an addon for Factions! Are you planning to insert the documentation in skUnity?
LimeGlass
LimeGlass
Can't unless I get permission from an Admin which I asked multiple times for.
Seems to be awesome, although I made my own land claim script xD - not sure whether Factions = Land Claim...

Maybe is it for other people helpful.
Great work Lime! :)