Jump to content

Centrect

Content Creator
  • Posts

    241
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Centrect

  1. yes, im a youtube rank, yes I skript, yes people think its weird


    anywayysssss

     

    A while back I released the advanced reports system that I use on my event server, PKTag
    I thought yall could take a look at it and use it in your server!
    Please don't report bugs on here, report them on my GitHub repo, at https://github.com/Centrect/Centrects-Public-Code/issues
    [IMG]

    Download Link: https://www.spigotmc.org/resources/full-report-system-w-gui-reasons-and-discord-link.89246/

    • Like 1
    1. command /prestige:
    2.    trigger:
    3.      if {level::%player‘s uuid%} >= 100:
    4.        broadcast "%player% has prestiged!"
    5.        set {level::%player‘s uuid%} to 0
    6.        add 1 to {prestige::%player‘s uuid%}
    7.        stop
    8.       {level::%player‘s uuid%} < 100:
    9.        message "&7You need 100 levels to prestige!" to player
    10. #Give this a go 🙂
  2. Hi there!
    You cannot use "event-offlineplayer" in a command, as this is not an event. 

    Events are triggers which are called when a certain thing happens in game, e.g "on block break", or "on any movement"
    Commands, in your case, are not events, and therefore, "event-offlineplayer" cannot be used!

    Instead, try using "add 200 to {balances::%player's uuid%}"

    Hope this helps!

    • Like 2
  3. Vixio loads up just fine, and no errors are in the skript whatsoever, but as soon as I reload the bot and restart the server, bot does not login as it should and when tested on different servers, with the exact same bot and skript, works just fine

     

     

    i am confusion

×
×
  • Create New...