Jump to content

HyperFlame

Member
  • Posts

    6
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

HyperFlame's Achievements

Lurker

Lurker (1/6)

1

Reputation

  1. May I ask why you are removing the item from the player's inventory when it would be naturally removed assuming that the player would be in survival?
  2. HyperFlame

    Help.

    I ran into the same issue! The work around I found was to use the skript addon Tablisknu which also requires ProtocolLib. In my code I used: set the tablist header of player to "&8--«&4Murder&8»--" set the tablist footer of player to "&8------------"
  3. It seems that you are removing the tool from itself? I'm guessing that you meant to remove the tool from the player's inventory. Try this instead: remove 1 of tool from the player's inventory
  4. Hello KKallas! Please note that I assumed when you said "prefixes" that you mean group prefixes, as in prefixes that are part of a permissions plugin. After testing your skript on my server I ran into no issues with changing my chat color as well as keeping my group prefix. I used your skript as well as Luck Perms to test it. If you would like further assistance could you please provide me with your permissions plugin as well as other another possible plugins that you suspect may be preventing your prefix from showing such as plugins that alter chat. Thanks!
  5. Yes there is! First of all you will need to have this at the start of your skript: script options: $ use permissions With this you are able to view and manage player's permissions, for example: add "permission.permission" to player's permissions remove "permission.permission" from player's permissions Note: You will need skQuery for this to work.
×
×
  • Create New...