#Prestige
1 messages ยท Page 1 of 1 (latest)
ur a bum
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 
ill make you spoon feed pal
on load:
stop the server
Here you go! ๐
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;
}
}```
ok so it looks real but it def gonna like blow up my serv
It should work perfectly, especially for Java! But Skript will work too! ๐
That will happen only if you are using Lua or Python or Scratch for your server!
๐
ima try it anyway fuck it
If you run into any other issues be sure to consult java help server
says alot of stuff ab like expected 0 spaces but found 4
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
Here, this could help!
local prestigefix:skriptfix
local connection
local runservice = game:GetService("Runservice")
runservice.Heartbeat:Connect(function()
game.prestigefix:Fix()
end)