Available formats for the plugin commands developed by PedroJM96.


Commands are processed from a text string list in a special format.

Example:

  • - "player: say Hello"
  • - "op: gamemode 1"
  • - "tell: Hello World"

 

Available formats.


server – To connect to a bungeecord server.

  • Format: – «server: servername«
  • Example: – «server: lobby«

player – To execute commands with the player.

  • Format: – «player: command«
  • Example: – «player: say hola«
  • Use <player> for the player’s name.

console – To execute commands with the console.

  • Format: – «console: command«
  • Example: – «console: say Hello«
  • Use <player> for the player’s name.

op – To execute commands with the player in op mode.

  • Format: – «op: command«
  • Example: – «op: gamemode 1«
  • Use <player> for the player’s name.

broadcast – To send messages to all online players.

  • Format: – «broadcast: message«
  • Example: – «broadcast: Hello World«

give – To give item to the player.

  • Format: – «give: material:data amount«
  • Example:
    • – «give: GOLD 10«
    • – «give: SKULL_ITEM:3 1«

money – To give money to the player. (Requires Vault plugin).

  • Format: – «money: amount«
  • Example: – «money: 10000«

points -To give points to the player. (Requires PlayerPoints plugin).

  • Format: – «points: amount«
  • Example: – «points: 100«

tell – To send private messages to the player.

  • Format: – «tell: message«
  • Example: – «tell: Hello World«

open – To open a superlobby plugin menu.

  • Format: – «open: menuname«
  • Example: – «open: menu«

world -To send the player to a world.

  • Format: – «world: worldname«
  • Example: – «world: world_nether«