Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Updated .yml-files
Browse files Browse the repository at this point in the history
  • Loading branch information
Masa committed Aug 19, 2018
1 parent f3efadb commit d982674
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/main/resources/actions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#Available variables for commands are %player%
player:
- "/msg %player% "
- "/mail %player% "
staff:
- "/ban %player% "
- "/ban %player% "
- "/mute %player% "
- "/kick %player% "
3 changes: 2 additions & 1 deletion src/main/resources/chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ formats:
global: "&7%server% %prefix% %realname% &6>&r %message%"
server: "&fServer %prefix% %realname% 6>&r %message%"
local: "&6Local %prefix% %realname% &6>&r %message%"
private : "&d%sender_realname% &8-> &a%receiver_realname% &6> %message%"
private : "&d%sender_realname% &8-> &a%receiver_realname% &6>&r %message%"
#Channels will be auto-generated
channels:
1 change: 1 addition & 0 deletions src/main/resources/messages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Basic messages
player-not-online: "&cPlayer is not online."
available-player-commands: " &8* &bAvailable commands" # masuitechat.action.player
available-staff-commands: " &8* &cAvailable staff commands" # masuitechat.action.admin
Expand Down

0 comments on commit d982674

Please sign in to comment.