Skip to content

HiroshimaTeam/AnnouncesModifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

AnnouncesModifier

โš”๏ธ Edit your announces as you wish

Modify the texts that the basic commands send to make the texts of your server ads more attractive

Features

  • Change the default command messages (SAY and ME) which are both unchangeable from pocketmine.yml
  • Assign tags to the say command which will allow you to change the prefix of the message!

Configuration

# Please do not move these numbers
version: "1.0"

commands:
  me:
    description: "Send a message with your name"
    permission: "pocketmine.command.me"

    # set permission: none for EVERYONE can use command
    message: "[ME] {SENDER}: {MESSAGE}"
  say:
    description: "Send a message"
    permission: "pocketmine.command.say"

    message: "[{PREFIX}] {MESSAGE}"
    types:
      server: # This is the default tag, update the "show" if you want
        show: "SERVER"
      # The type argument modifies the word SERVER in front of the SAY message, if you want to create several prefixes define here
      # Default: server (no type, just message /say blablablabla)
      # Exemple: /say test MY CAT IS BEAUTIFUL
      # Chat: [TESTT] MY CAT IS BEAUTIFUL
      test:
        show: "TESTT"

About

๐Ÿ“ƒ Edit your announces as you wish

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages