ASkyblock Help (PLACEHOLDERS)

Status
This thread has been locked.

Crura

Java Developer | Dumbo Discord: Crura#0001
Banned
Feedback score
9
Posts
363
Reactions
112
Resources
0
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

GabyTM

@gabytm / gabytm.me/discord
Supreme
Feedback score
44
Posts
425
Reactions
191
Resources
6
I dont think so, but you can use placeholderapi javascript expansion to make one
Code:
var r100 = '%player_has_permission_askyblock.island.range.100%'
var r200 = '%player_has_permission_askyblock.island.range.200%'
var r300 = '%player_has_permission_askyblock.island.range.300%'

function islandRange{
  if (r300 == 'true') { return "&7300 x 300"; }
  else if (r200 == 'true') { return "&7200 x 200"; }
  else if (r100 == 'true') { return "&7100 x 100"; }
  else { return "&750 x 50"; }
}
islandRange();
Note: This will only work for the island leader.
 
Last edited:
Status
This thread has been locked.
Top