Configuration

#   Poke
#
#   [Discord] https://discord.gg/7eYqtWxZtp
#   [GitHub] https://github.com/pxlmo/rfp
#   [Documentation] https://2lewds-plugins.gitbook.io/poke/

# Changing this will result in a database reset!
database:
  username: "pokes"
  password: "default"

# The notification sound which will the target will hear
# for more info see:
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html#enum-constant-summary
pokeSound: "ENTITY_EXPERIENCE_ORB_PICKUP"

# The message which will be sent
messages:
  onJoin: "You have been poked {amount} time(s) while you were gone"
  onPoke:
    sent: "Successfully poked {player}!"
    received: "{player} poked you!"

Always change the default database's username and password!

Last updated