Commands

SimplePointsv0.4






SimplePoints only officially supports BukkitPermissions (SuperPerms), if it is not being used, it should default to Op only for most commands.

The permission node for each command is listed under the command, example:

  • /fakecommand - Does nothing.
    • fakecommand.command.type: True

Where "fakecommand.command.type" is the node itself, and "True" is who the permission node is set to by default.

True = Everyone
False = No one
Op = Ops only
Not Op = Everyone except Ops

So if you didn't want a certain player/group to use "/fakecommand", since everyone has permission to use it, you would have to set up your Permission plugin to disallow that permission node for the player/group.



  • Aliases for "/pts"
    • /points
    • /simplepoints



  • /pts - Shows your current points *Cannot be used from Console*
    • simplepoints.list.self: True
  • /pts <name> - Shows <name>'s current points
    • simplepoints.list.other: True
  • /pts add <amount> - Adds <amount> to your points *Cannot be used from Console*
    • simplepoints.add.self: Op
  • /pts add <name> <amount> - Adds <amount> to <name>'s points
    • simplepoints.add.other: Op
  • /pts sub|subtract <amount> - Subtracts <amount> from your points *Cannot be used from Console*
    • simplepoints.subtract.self: Op
  • /pts sub|subtract <name> <amount> - Subtracts <amount> from <name>'s points
    • simplepoints.subtract.other: Op
  • /pts set <amount> - Sets your points to <amount> *Cannot be used from Console*
    • simplepoints.set.self: Op
  • /pts set <name> <amount> - Sets <name>'s points to <amount>
    • simplepoints.set.other: Op
  • /pts remove <name> - Removes <name> from the list
    • simplepoints.remove.other: Op
  • /pts clear all - Clears the list completely, requires confirmation *Does not require confirmation when sent from Console*
    • simplepoints.clear.all: Op
  • /pts clear cancel - Cancels the confirmation *Cannot be used from Console*
    • simplepoints.clear.cancel: Op


  • /leaderboard - Shows the Leaderboard
    • simplepoints.leaderboard.list: True
  • /leaderboard <name|rank> - Shows what rank <name> is, or, who is at <rank>
    • simplepoints.leaderboard.lookup: True
  • /leaderboard -n <name> - "-n" forces to show what rank <name> is
    • simplepoints.leaderboard.lookup: True




Note: Shortcut permission nodes have been added for BukkitPermissions:

  • simplepoints.*
    • simplepoints.list.self
    • simplepoints.list.other
    • simplepoints.add.self
    • simplepoints.add.other
    • simplepoints.subtract.self
    • simplepoints.subtract.other
    • simplepoints.set.self
    • simplepoints.set.other
    • simplepoints.remove.other
    • simplepoints.clear.all
    • simplepoints.clear.cancel
    • simplepoints.leaderboard.list
    • simplepoints.leaderboard.lookup
  • simplepoints.list.*
    • simplepoints.list.self
    • simplepoints.list.other
  • simplepoints.add.*
    • simplepoints.add.self
    • simplepoints.add.other
  • simplepoints.subtract.*
    • simplepoints.subtract.self
    • simplepoints.subtract.other
  • simplepoints.set.*
    • simplepoints.set.self
    • simplepoints.set.other
  • simplepoints.remove.*
    • simplepoints.remove.other
  • simplepoints.clear.*
    • simplepoints.clear.all
    • simplepoints.clear.cancel
  • simplepoints.leaderboard.*
    • simplepoints.leaderboard.list
    • simplepoints.leaderboard.lookup

Comments

Posts Quoted:
Reply
Clear All Quotes