Skip to content

Commit

Permalink
Merge pull request #526 from CivMC/Emotes
Browse files Browse the repository at this point in the history
Fix Emotes
  • Loading branch information
RedDevel2 committed May 13, 2024
2 parents 2317ea2 + ef344b8 commit a340020
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions ansible/files/paper-config/plugins/GEmote/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Lang:

# Defines the plugin language
lang: en_us

# Defines whether the client language should be used, if it is available
client-lang: true



Options:

# Defines whether the plugin should notify when a new version is available
check-for-update: true

# Defines whether a player's emote is restore on rejoin / reload
restore: true

# Defines the maximum range at which emotes can be seen
max-distance: 128.0

# Defines the worlds in which a player cannot emote
WorldBlacklist:
- blocked_world

# Defines the worlds in which a player can emote (all other worlds will be blocked when the list is not empty)
WorldWhitelist: []
Binary file added ansible/files/paper-plugins/GEmote-1.0.1.jar
Binary file not shown.

0 comments on commit a340020

Please sign in to comment.