Solved Factions chat

  • 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!

BestGamerNL

Member
Apr 25, 2017
38
1
0
25
Heey skunity guys/girls i have a problem and that is i have the normal factions plugin for minecraft 1.8 with massive core and im using also skirpt but if i change the chat to a nice prefix for my players rank than i have not anymore the factions name before the rank i heart that theres a plugin i dont know the name but if you know the name of that plugin for skript of course that supports factions names please tell mee and of course a little explain for how to paste it in the skript what i now have is this

code_language.skript:
    if {oc:rank:owner:%player's uuid%} is true:
        broadcast "%{oc:prefix:%player's uuid%}% &8» &c%player% &8» &f%message%"

the players will see me as a owner in game but if i create a faction it wil not show before my rank called Owner

i hope to give you enough information about what i need and i hope that some one will help me my thank you will be bigg if you can help me out

greetings,

BestGamerNL
 
Heey skunity guys/girls i have a problem and that is i have the normal factions plugin for minecraft 1.8 with massive core and im using also skirpt but if i change the chat to a nice prefix for my players rank than i have not anymore the factions name before the rank i heart that theres a plugin i dont know the name but if you know the name of that plugin for skript of course that supports factions names please tell mee and of course a little explain for how to paste it in the skript what i now have is this

code_language.skript:
    if {oc:rank:owner:%player's uuid%} is true:
        broadcast "%{oc:prefix:%player's uuid%}% &8» &c%player% &8» &f%message%"

the players will see me as a owner in game but if i create a faction it wil not show before my rank called Owner

i hope to give you enough information about what i need and i hope that some one will help me my thank you will be bigg if you can help me out

greetings,

BestGamerNL

The addon your looking for is : https://forums.skunity.com/resources/conquer.233/

Documentation: https://addons.andrew28.me/conquer/docs/

The expression your looking for (not shure tho):
code_language.skript:
message "%faction of player%"

Or:

code_language.skript:
 message "%faction title of player%"
 
thanks man you helped me out
[doublepost=1505458788,1505392912][/doublepost]
The addon your looking for is : https://forums.skunity.com/resources/conquer.233/

Documentation: https://addons.andrew28.me/conquer/docs/

The expression your looking for (not shure tho):
code_language.skript:
message "%faction of player%"

Or:

code_language.skript:
 message "%faction title of player%"

i have a little bit of a problem i set the plugin in the plugin folder and i restarted my server and now i get this error of course i created a factions to test
http://prntscr.com/gldmm4

and my code is

code_language.skript:
    if {oc:rank:owner:%player's uuid%} is true:
        broadcast "%faction title of player% %{oc:prefix:%player's uuid%}% &8» &c%player% &8» &f%message%"
 
thanks man you helped me out
[doublepost=1505458788,1505392912][/doublepost]

i have a little bit of a problem i set the plugin in the plugin folder and i restarted my server and now i get this error of course i created a factions to test
http://prntscr.com/gldmm4

and my code is

code_language.skript:
    if {oc:rank:owner:%player's uuid%} is true:
        broadcast "%faction title of player% %{oc:prefix:%player's uuid%}% &8» &c%player% &8» &f%message%"

There is a difference between Faction title of player AND faction of player. Faction of player = The output you want and faction title of player = The title(rank) of player within the faction.