PlayerManagerPlus v1.0.1

Status
This thread has been locked.

julian13loco

Deactivated
Feedback score
0
Posts
9
Reactions
0
Resources
0
PlayerManagerPlus by julian13loco
Price: € 2,49
For contact Skype: jukian2000 or DM.

————————————————————————————————

Features:

PlayerManagerPlus was created to make managing players on your server many times easier! Now it's just as easy as opening a chest in Minecraft simply use a command or (when enabled) rightclick a player. Even managing the lay-out of the manager is as easy as that! With PlayerManagerPlus you are in possession of 15 unique options the manager players (a list down below). The GUI is fully customizable even in-game. Lastly, we also support third party plugins for some of our features. More information down below :)

A list of all of our options:


    • Open inventory's
    • View statistics
    • Give a warning
    • Kick players
    • Ban players
    • Mute players
    • Add a potion effect
    • Spectating
    • View history of punishments
    • Change gamemodes
    • Freezing of players
    • Hiding players
    • Teleporting
    • Heal players
    • Toggle allow flight


————————————————————————————————

Commands:



    • /pm help - shows help page.
    • /pm reload - reload the configuration files.
    • /pm toggle - disable/enable player interaction.
    • /pm open [player] - open the manager of a player.
    • /pm customize - customize the manager lay-out.
    • /pm history [player] <page> - see a players history.
————————————————————————————————

Setting up Config.yml

TimeFormat:
Enter the available time variable which your plugin uses. Divide them with a ':'.

Kick/Ban>Default:
Enable to use the default Minecraft ban/kick command so you don't have to setup a custom one.

All options>Command:
Enter the command with it's arguments as given by the plugin. Arguments available to choose from are:



    • [player]: represents the username of the player.
    • [reason]: represents the reason given.
    • [time]: represents the time with timeformat given.
Code:
Example commands for punishing 'Creeper123':
BAN: '/tempban Creeper123 [Xmo|Xd|Xh|Xm|Xs] Hacked-Client'
KICK: '/kick Creeper123'
MUTE: '/mute Creeper123'
WARN: '/warn Creeper123 Don't swear!'

The Config.yml would look as following:

# This option is only necessary when time needs to be given for a command.
TimeFormat: Mo:D:H:M:S

Mute:
  command: '/mute [player]'

Warn:
  command: '/warn [player] [reason]'

Kick:
  default: false
  command: '/kick [player]'

Ban:
  default: false
  command: '/tempban [player] [time] [reason]'

————————————————————————————————

Screenshots:

2017-09-27_23-33-16-png.284608


2017-09-27_23-33-54-png.284609



————————————————————————————————

Permissions:

Command Permissions:


    • pm.open
    • pm.reload
    • pm.toggle
    • pm.customize
    • pm.history
Manager Options Permissions:



    • pm.stats
    • pm.inventory
    • pm.warn
    • pm.kick
    • pm.ban
    • pm.potion
    • pm.spectate
    • pm.mute
    • pm.gamemode
    • pm.freeze
    • pm.hide
    • pm.teleport
    • pm.heal
    • pm.fly


————————————————————————————————

Configuration Files:

Code:
#
# PlayerManagerPlus v1.0.1 - Coded by julian13loco
# All rights are reserved by julian13loco!
# Found bugs please report it!

# If set to false no data will be saved to the data.yml file.
Data: true

# Enable if you want to save data to player UUID. This option can only be set once!
# If your server is running in offline mode set this option to false!
UUID: true


# EXPLANATION
# For an explanation and example please check the Spigot page of PlayerManagerPlus!
# https://www.spigotmc.org/PlayerManagerPlus

# This option is only necessary when time needs to be given for a command.
TimeFormat: Y:Mo:W:D:H:M:S

Mute:
  command: '/mute [player] [reason]'

Warn:
  command: '/warn [player] [reason]'

Kick:
  default: false
  command: '/kick [player] [reason]'

Ban:
  default: false
  command: '/ban [player] [reason]'

  
# Note: We recommend you using AdvancedBan! But you can try other plugins too.
# ! Please report when a plugin is not supported !

Code:
#
# PlayerManagerPlus v1.0.1 - Coded by julian13loco
# All rights are reserved by julian13loco!
# Found bugs please report it!
#

Manager:
  rows: 2
  name: '&0Manage: %player%'

Stats:
  enabled: true
  slot: 9
  name: '&7Statistics of %player%'
  lore:
     - '&cDefault Lore!'
  material: SKULL_ITEM
  data-value: 3
  amount: 1
Inventory:
  enabled: true
  slot: 8
  name: '&7Inventory of %player%'
  lore:
     - '&cDefault Lore!'
  material: CHEST
  data-value: 0
  amount: 1
Ban:
  enabled: true
  slot: 4
  name: '&7Ban %player%'
  lore:
     - '&cDefault Lore!'
  material: DIAMOND_AXE
  data-value: 0
  amount: 1
Kick:
  enabled: true
  slot: 3
  name: '&7Kick %player%'
  lore:
     - '&cDefault Lore!'
  material: STICK
  data-value: 0
  amount: 1
Warn:
  enabled: true
  slot: 2
  name: '&7Warn %player%'
  lore:
     - '&cDefault Lore!'
  material: CACTUS
  data-value: 0
  amount: 1
Mute:
  enabled: true
  slot: 1
  name: '&7Mute %player%'
  lore:
     - '&cDefault Lore!'
  material: FEATHER
  data-value: 0
  amount: 1
Spectate:
  enabled: true
  slot: 5
  name: '&7Spectate %player%'
  lore:
     - '&cDefault Lore!'
  material: EYE_OF_ENDER
  data-value: 0
  amount: 1
Potion:
  enabled: true
  slot: 6
  name: '&7Potion %player%'
  lore:
     - '&cDefault Lore!'
  material: POTION
  data-value: 0
  amount: 1
History:
  enabled: true
  slot: 7
  name: '&7History of %player%'
  lore:
     - '&cDefault Lore!'
  material: PAPER
  data-value: 0
  amount: 1
Gamemode:
  enabled: true
  slot: 10
  name: '&7Change Gamemode of %player%'
  lore:
     - '&cDefault Lore!'
     - '&cRightClick to change'
     - '&cLeftClick to confirm'
  material: DIAMOND_HELMET
  data-value: 0
  amount: 1
Freeze:
  enabled: true
  slot: 11
  name: '&7Freeze %player%'
  lore:
     - '&cDefault Lore!'
  material: PACKED_ICE
  data-value: 0
  amount: 1
Hide:
  enabled: true
  slot: 12
  name: '&7Hide %player%'
  lore:
     - '&cDefault Lore!'
  material: FERMENTED_SPIDER_EYE
  data-value: 0
  amount: 1
Teleport:
  enabled: true
  slot: 13
  name: '&7Teleport to %player%'
  lore:
     - '&cDefault Lore!'
  material: ENDER_PEARL
  data-value: 0
  amount: 1
Heal:
  enabled: true
  slot: 14
  name: '&7Heal %player%'
  lore:
     - '&cDefault Lore!'
  material: NETHER_STAR
  data-value: 0
  amount: 1
Fly:
  enabled: true
  slot: 15
  name: '&7Allow fly for %player%'
  lore:
     - '&cDefault Lore!'
  material: ELYTRA
  data-value: 0
  amount: 1

————————————————————————————————

Notes:

This plugin is optimized to Minecraft 1.9.4!
We recommend you using AdvancedBan! But you can try other plugins too.

————————————————————————————————

Terms of use:

By purchasing this plugin you agree to the terms of service:




    • No refunds will be granted.
    • You will not chargeback, dispute or reverse any payments.
    • This plugin only can be used in your server.
    • Don't reditribute this plugin.
————————————————————————————————

Any Questions? Feel free to ask!
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

julian13loco

Deactivated
Feedback score
0
Posts
9
Reactions
0
Resources
0
Benton Uhm where? I think i'm reading over it. Can you please explain it more for me I don't want people to think i'm a scammer because of this.
 

subbotted

Contact on Discord, subbotted#5560
Supreme
Feedback score
17
Posts
524
Reactions
407
Resources
0
Aerh for me the background is white so..
That's because we are premium/supreme users and can change the theme from light to dark. Set the text colour to blue or something or even better "None" because then it will be white for dark theme and black for white theme.
 
Status
This thread has been locked.
Top