JoinManagerPlus

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

JoinManagerPlus

About the Plugin

With this Plugin you can create custom Join Messages for different player groups. For Example if a player join the Server with the permission "JoinManagerPlus.User" the joinmessage can be "Welcome back PLAYER". And if a player join with the permission "JoinManagerPlus.Admin" the join message can be "&6Welcome back &cPLAYER".

Commands

  • /joinmanagerplus help - List of Commands
  • /joinmanagerplus groups - List of the Groups
  • /joinmanagerplus reload - Reloads the plugin

You can use /jmp instead /joinmanagerplus

Permissions

  • JoinManagerPlus.Command.Reload - Needed for /jmp reload
  • JoinManagerPlus.Command.Groups - Needed for /jmp groups
  • JoinManagerPlus.GROUP - Needed for the specific join message

Configuration

Groups.yml:

# Please insert your Groups

Groups:
- Admin
- User
- Guest

Config.yml

# config.yml | Messages + Permissions (not editable) 
#
# Please delete this file after inserting groups into the groups.yml 

JoinManagerPlus:
  Admin:
    use:
      Join: true
      Quit: true
    message:
      Join: '&7&o[&a&o+&7&o] &r&7Welcome &6%player%.'
      Quit: '&7&o[&c&o-&7&o] &r&7Bye &6%player%.'
    info:
      Permission: JoinManagerPlus.Admin
  User:
    use:
      Join: true
      Quit: true
    message:
      Join: '&7&o[&a&o+&7&o] &r&7Welcome &6%player%.'
      Quit: '&7&o[&c&o-&7&o] &r&7Bye &6%player%.'
    info:
      Permission: JoinManagerPlus.User
  Guest:
    use:
      Join: true
      Quit: true
    message:
      Join: '&7&o[&a&o+&7&o] &r&7Welcome &6%player%.'
      Quit: '&7&o[&c&o-&7&o] &r&7Bye &6%player%.'
    info:
      Permission: JoinManagerPlus.Guest

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    96992
  • Created
    Jan 3, 2016
  • Last Released File
    Jan 4, 2016
  • Total Downloads
    633
  • License

Categories

Members

Recent Files