1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved Factions chat

Discussion in 'Requests' started by BestGamerNL, Sep 13, 2017.

  1. BestGamerNL

    BestGamerNL Member

    Joined:
    Apr 25, 2017
    Messages:
    38
    Likes Received:
    1
    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 (Skript):
    1.     if {oc:rank:owner:%player's uuid%} is true:
    2.         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

     
  2. Best Answer:
    Post #4 by ShaneBee, Sep 15, 2017
  3. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    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 (Skript):
    1. message "%faction of player%"
    Or:

    Code (Skript):
    1.  message "%faction title of player%"
     
  4. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    thanks man you helped me out
    --- Double Post Merged, Sep 15, 2017, Original Post Date: Sep 14, 2017 ---
    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 (Skript):
    1.     if {oc:rank:owner:%player's uuid%} is true:
    2.         broadcast "%faction title of player% %{oc:prefix:%player's uuid%}% &8» &c%player% &8» &f%message%"
     
  5. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    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.
     

Share This Page

Loading...