Jump to content

MillionDollar

Member
  • Posts

    58
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by MillionDollar

  1. skull of ("Ocrue" parsed as an offline player)
  2. Delete their player data. world folder -> player -> delete all .dat files
  3. You should head over to your server's console and op yourself "op your_name_here", afterwards you should enable the whitelist so only people you add can join (/whitelist on - /whitelist add name_here - You can do it through console as well, just remove the slash) To ban and kick people you still need to be opped, and use /ban name or /kick name
  4. command /start: trigger: if {claimed::%player's uuid%} is not set: set {claimed::%player's uuid%} to "a" give player 1 unbreakable wooden pickaxe command /rst <offlineplayer>: permission: op trigger: delete {claimed::%arg 1's uuid%}
  5. Stop your server and change the difficulty on the dashboard, afterwards start it back up.
  6. /pr setprefix <rank_name> <new_prefix> You should always check the plugins commands (View them here)
  7. MillionDollar

    1.17

    In your server's appearance tab you can see the Server version section.
  8. No, but you can always check which server you joined by looking at your chat logs which are located in your AppData\Roaming\.minecraft\logs folder.
  9. There is no minimap plugin, but there is a mod for forge. Xaero's Minimap
  10. MillionDollar

    1.17.0

    1.17 is already supported, you can change your version in your server appearance tab.
  11. Events going to the moon!
  12. Requires: - SkBee - Skellett - skript-gui Commands: Duels: This skript is pretty badly optimized, and can lag a bit. Won't be updated. practice.sk
  13. Yeah it's just a nick skript, doesn't work with LPC, didn't test EssentialsChat or any other chat manager. pastebin nick.sk
  14. You shouldn't use 2 of the same event, like ever. So instead of that try this. on death: if victim is a witch: send "&c[BOSS] Mini Daze&f: You win. This is not over though, for my last words. MINIONS! ATTACK!" to attacker loop 9 times: spawn 10 zombies at player set name of last spawned zombies to "Mini Daze Minion" if victim is a zombie: add 1 to {blah} if {blah} is 90: send "&a%attacker% has defeated Mini Daze!" to attacker
  15. Works fine for me chief! I'll add a pastebin link for people who have this problem.
  16. Yeah it's just essentials, but with less commands. pastebin essentials.sk Bob said Hi! vv
  17. You can't use an event inside an event, so you'd just need to remove on right click from on right click apply strength to player for 3 seconds
  18. I believe that you'd need to set {_p} to loop-player if you haven't already.
  19. There's a big problem there. If spawn was made out of any of the blocks in the list it would be breakable. So @codeispoggg I recommend you to learn how to use worldguard. Specifically learn how to use setpriority and region flags.
  20. After you install a plugin you need to restart the server.
  21. You could make it check if it passed the required amount, so for an example. Player has 500$, it won't turn into 0.5k, but it'll stay as 500$ until they reach 1000 or more, where it should turn into 1k So just check if player has equal or more money than 1000 and then just divide that number by 1000 and add "k" at the end.
×
×
  • Create New...