on right click: held item of the player is paper if name of held item of the player is "&bTeleport Scroll": message "&c&lWarping in &73 &cseconds.." wait for 1 second message "&c&lWarping in &72 &cseconds.." wait for 1 second message "&c&lWarping in &71 &csecond.." wait for 1 second execute console command "/spawn %player%" remove 1 paper named "&bTeleport Scroll" from player stop if name of held item of the player is "&bHaste Scroll": send "Evasion Meningkat!" to player apply haste 2 to the player for 10 seconds remove 1 paper named "&bHaste Scroll" from player wait for 10 seconds send "Evasion Boost Telah Berakhir!" stop if name of held item of the player is "&bCrit Scroll": set {using.crit.scroll.%player%} to true send "Crit chance boost etelah aktif!" to player stop on damage: loop the attacker: if {using.crit.scroll.%attacker%} is false: stop wait for 1 tick set {using.crit.scroll.%attacker%} to false if name of held item of the attacker is "&8Scimitar": chance of 100%: increase the damage by 20 wait for 10 seconds set {using.crit.scroll.%attacker%} to false send "crit boost berakhir" to attacker stop