Simple Custom Commands (SCC) icon

Simple Custom Commands (SCC) -----

Add custom commands on your server.



Simple Custom Commands
Add custom commands to your server
Utilities
  • Execute different commands depending on the world.
  • Make multiple commands execute the same command.
  • Translate commands (for example, /help in Spanish would be /ayuda).
  • Create your own commands, e.g. /help messages.

Features
  • Compatible with 1.8 - 1.19
  • Open source.
  • PlaceholderAPI support.

Configuration
Code (Text):
#  ____   ____ ____
# / ___| / ___/ ___|
# \___ \| |  | |
#  ___) | |__| |___
# |____/ \____\____|
#
# Version 1.0

commands:
  example1:
    commands:
      - /allworlds
    run_commands:
      - '[console] msg %player% &aThis command works in all worlds'
  example2:
    commands:
      - /spawn
    run_commands:
      - '[player] warp spawn'
  example3:
    commands:
      - /onlynether
    worlds:
      - 'world_nether'
    run_commands:
      - '[console] msg %player% &aThis command only works in the nether world'


Useful Links

Resource Information
Author:
----------
Total Downloads: 436
First Release: Apr 26, 2023
Last Update: Apr 26, 2023
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings