/WelcomeBack

Plugin that allows people to get points for welcoming people back on the server

Primary LanguageJava

WelcomeBack

Plugin that allows people to get points for welcoming people back on the server

Download here

Commands

  • /welcomeback check - checks own balance
  • /welcomeback check (player) - checks balance of player
  • /welcomeback set (player) (amount) - sets balance of player
  • /welcomeback give (player) (amount) - gives specified player the amount
  • /welcomeback take (player) (amount) - takes the amount from the player
  • /welcomeback help - displays a help message
  • /welcomeback reload - reloads config, help message and all other messages

Permissions

  • welcomeback.checkown - permission for /welcomeback check command
  • welcomeback.admin - permission for all commands including the previous one

Configs

FriendlyConfig.yml

  • main config file with many options

FriendlyMessages.yml

  • how all messages look

FriendlyHelp.yml

  • how does help message look

PlaceholderAPI

  • WelcomeBack has it's own placeholder, %welcomeback_balance%
  • no need to install any extensions, just have PAPI installed and use the placeholder

For developers

  • add these to pom.xml

    <dependency>
         <groupId>me.clip</groupId>
         <artifactId>placeholderapi</artifactId>
         <version>CURRENTVERSION</version>
         <scope>provided</scope>
    </dependency>

    <repository>
         <id>placeholderapi</id>
         <url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
    </repository>

  • if using Gradle or not sure just look at PAPI's dependency manual