Jump to content

Bucr8363b

Member
  • Posts

    40
  • Joined

  • Last visited

Recent Profile Visitors

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

Bucr8363b's Achievements

Newbie

Newbie (2/6)

2

Reputation

  1. Thanks for the help. It worked.
  2. I'll try that and let you know if it works. Thanks
  3. Hi, I am currently working on a gun skript for my city server. The following code is all running fine but for some reason when someone runs out of ammo it sends the "Out of ammo" message to everyone on the server holding the SMG. on rightclick: if player is holding gold horse armour named "&eSMG" with lore "&eShoots 1 bullet every second!": if player has an arrow: shoot arrow remove an arrow from player's inventory if player doesn't have an arrow: send "&c&l[WEAPONS]&c You have ran out of ammo! Pick some up or buy some more from the weapons shop at /weapons-ammo." It is quite annoying when people are in a duel match. If anyone can help me with this it would be really appreciated. Thank you
  4. Ahhh... Ok. That did help, I found out what was causing the issue. It was because I forgot I had another chatformat skript to remove the world name from chat messages. Thanks a lot though for the help guys.
  5. Sure. command /anon <text>: trigger: if arg 1 is "on": set {chat.anon.%player%} to true send "&aAnonymous mode is on." if arg 1 is "off": set {chat.anon.%player%} to false send "&aAnonymous mode is off." on chat: if {chat.anon.%player%} is true: set chat format to "&0Anonymous&r > %message%" if {chat.anon.%player%} is false: set chat format to "%player% > %message%"
  6. That's exactly what I did. But my name is still the same. Here's the skript. Could you have a look at it? anon.sk
  7. Hi, I am making an Anonymous skript for my server, So when a player has Anonymous mode activated their name will appear like "&0Anonymous > %message" in chat. I seem to have done something incorrect but I can't find any errors. If you know it'll be very useful. Thanks
  8. Sorry, i can't do the move thing because i have to list every single block in the game but heres if a skript pretty similar. This took be about an hour and many errors so I hope you like it! spawn-skript (1).sk
  9. I could try... That'll be easy it's only the part if the player moves. I will update you when i have finished!
  10. These 2 skripts prompt players with a GUI when joining if they have the "vanish.auto" permission. The GUI asks them if they want to vanish. If "Yes" is clicked it vanishes them from all players. This skript requires the TuSKe addon and both skripts need to be installed for the gui to work. autovanishmenu.sk vanish (1).sk
  11. Spawn command skript download is below...
×
×
  • Create New...