#Prestige

1 messages ยท Page 1 of 1 (latest)

tropic quartz
#

No

willow narwhal
#

ur a bum

quasi lantern
#

that's not the point of this server, create a script for it and if you run into any issues you can ask for help here, we don't spoonfeed spoon_feed

lapis flume
willow narwhal
#

ur a bum cuh

lapis flume
# willow narwhal ur a bum cuh
command prestige:
  alises: prestigegui, prestige
  trigger:
    open virtual prestige inventory with 4 rows and 3 columns named ''Prestige'' to player
    set {_prestige} to the players prestige level
    loop 10000000 times:
      if {prestige::loop-value} = {_prestige}:
        set {_id} to loop-value
      else:
        broadcast ''Incorrect Id''
 run task 10 ticks later:
   set slot 5 of the prestige gui to player head of player named "Prestige Lvl {_prestige}''
    if (not (id.equals(nil))) {
      prestige.error(player, {_prestige});

}

private static Boolean error(Chars error) {
  loop error {
   broadcast(error[loop-value]);
   stop;
  }
}```
willow narwhal
#

ok so it looks real but it def gonna like blow up my serv

lapis flume
#

It should work perfectly, especially for Java! But Skript will work too! ๐Ÿ˜Š

willow narwhal
#

boy that def gonna like

#

send a nuke to my home or some shit

lapis flume
#

That will happen only if you are using Lua or Python or Scratch for your server!

#

๐Ÿ˜Š

willow narwhal
#

ima try it anyway fuck it

lapis flume
#

If you run into any other issues be sure to consult java help server

willow narwhal
agile root
#

Just keep doing /prestige, eventually it will turn into a command

#

New versions of minecraft require you to type the command name at least 6 times and wait around 2-3 days for it to update in their database

willow narwhal
#

actually

#

or r u capping

lapis flume
#

Here, this could help!

local prestigefix:skriptfix

local connection
local runservice = game:GetService("Runservice")

runservice.Heartbeat:Connect(function()

  game.prestigefix:Fix()

end)