Skip to content

Instantly share code, notes, and snippets.

@Connicpu
Created August 8, 2013 03:29
Show Gist options
  • Save Connicpu/6181199 to your computer and use it in GitHub Desktop.
Save Connicpu/6181199 to your computer and use it in GitHub Desktop.
@MaxOwnedBy = (owner) ->
rankNumber = ->
return 3 if SpecialUsers::IsVip owner
return 2 if SpecialUsers::IsVeteran owner
return 1
permsNumber = ->
Permissions::getPlayer(owner).getInfo("js.extraplots", 0, Bukkit.server.getWorld plot_world).integer
return rankNumber() + permsNumber()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment