Commands that provide the player with any kind of information, e.g. server info
Configuration
Each of the commands may have a specific configuration options included with it. Please check commands descriptions for more details.
/cex_info
- Description: Shows text to player stored under config option of "info"
- Usage: /cex_info
- Permission node: cex.info
- Default permission: everyone
- Aliases: info
- Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_info.class
- Configuration nodes:
- info -> the actual message to be displayed when this command is used. Default: "&aWelcome to this wonderful amazing server, &f{playername}!{newline}&ePlease don't grief, spam or curse otherwise feel like home :)"
/cex_online
- Description: Allows player to list all players online or checks for a single player online status.
- Usage: /cex_online [Player]
- Permission nodes:
- cex.online - Allows access to /online
- cex.online.hidden - Allows the player to see invisible players in /online
- Default permission: OP only
- Aliases: online, list
- Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_online.class
/cex_ping
- Description: Answers PONG. Useful for lag checking.
- Usage: /cex_ping
- Permission node: cex.ping
- Default permission: OP only
- Aliases: ping
- Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_ping.class
/cex_ownerstatus
- Description: Shows the status of the owner, owners username is set in the config
- Usage: /cex_ownerstatus
- Permission node: cex.ownerstatus
- Default permission: everyone
- Aliases: ownerstatus
- Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_ownerstatus.class
- Configuration nodes:
- owner -> The owners username, used to check if the owner is online Default: "Notch"
/cex_pinfo
- Description: Displays information about a player including armor, xp and health
- Usage: /cex_pinfo [player] [\username/dispname/balance/health/food/xp/xplevels/world/invisible/god/coords/armour/helmet/chestplate/leggings/boots]
- Permission nodes:
- cex.pinfo - Allows access to the /pinfo command
- cex.pinfo.others - Allows the player to use /pinfo on others
- cex.pinfo.others.ip - Allows the player to view other players IP address
- Default permission: OP only
- Aliases: pinfo, playerinfo
- Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_pinfo.class
/cex_whois
- Description: Displays the player behind a nickname
- Usage: /cex_whois [player-nickname]
- Permission nodes:
- cex.whois - Allows access to the /whois command
- cex.whois.ip - Allows the player to see the players IP
- Default permission: OP only
- Aliases: whois
- Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_whois.class
/cex_seed
- Description: Displays the seed of a world
- Usage: /cex_seed [world]
- Permission nodes:
- cex.seed - Allows access to the /seed command
- Default permission: OP only
- Aliases: seed, worldseed
- Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_seed.class