HomeJavaModsPlayerSettings [1.8 - 1.13]
PlayerSettings [1.8 - 1.13]
Features:

Spoiler: Files
Spoiler: Config.yml
Code (YAML):
# Spigot: https://www.spigotmc.org/resources/authors/meesperkins112.213461/
# Discord: SAFAxSNIPER#4643
# NOTE: PLEASE IF YOU'RE IN 1.9+ CHANGE ALL THE SOUNDS!


Prefix
: "&8[&3PlayerSettings&8] "
Console
: "&cYou can't use this command in console!"

NoPermission
:
  MSG
: "&cYou don't have enough permission!"
  Sound
:
    Enabled
: false
    SoundName
: "VILLAGER_NO"
  Actionbar
:
    Enabled
: true
    ActionbarMSG
: "&cYou don't have enough permission!"

Reload
:
  MSG
: "&aReloaded all the config files!"
  Sound
:
    Enabled
: false
    SoundName
: "NOTE_PLING"
  Perms
: "playersettings.reload"

JoinItem
:
  Enabled
: true
  Material
: "NETHER_STAR"
  Name
: "&aSettings"
  Lore
:
 - ""
  - "&7Click me to open your settings!"
  Glow
: true
  Slot
: 8
  Amount
: 1
  Permission
:
    Enabled
: false
    Perms
: "playersettings.joinitem"
 
  DisableMove
:
    Enabled
: true
    NoMoveMSG
:
      Enabled
: true
      MSG
: "&cYou can't move this item!"
    BypassPermission
: "playersettings.bypassmove"
 
  DisableDrop
:
    Enabled
: true
    NoDropMSG
:
      Enabled
: true
      MSG
: "&cYou can't drop this item!"
    BypassPermission
: "playersettings.bypassdrop"
 
 
   


Spoiler: Menu.yml
Code (YAML):
# This is where you can change all the items in the menu!
# Placeholder: %player% gives Player name
# You can only use it in "Item name" "Item lores" "Titles" "Actionbars" or "Messages"
# 1.8 Sound list: https://www.spigotmc.org/wiki/cc-sounds-list/
# NOTE: PLEASE IF YOU'RE IN 1.9+ CHANGE ALL THE SOUNDS!

Menu
:
  Size
: 27
  Title
: '&e&lPlayer Settings'
 
  OpenMSG
:
    Enabled
: false
    MSG
: '&aOpened player settings!'
 
  OpenSound
:
    Enabled
: false
    SoundName
: "LEVEL_UP"
 
 
Fill
:
  Enabled
: true
  Material
: STAINED_GLASS_PANE
  Name
: '&r'
  Lore
:
 - '&r'
  Data
: 14
  Amount
: 1
  Glow
: false
 
 
Fly
:
  Enabled
: true
  Material
: RABBIT_FOOT
  Name
: '&aFly'
  Lore
:
 - '&r'
  - '&7Click to enable/disable fly mode!'
  Slot
: 10
  Amount
: 1
  Data
: 0
  CloseMenuOnClick
: true
  Glow
: true
  Message
:
    Enabled
: true
    EnableMSG
: "&aEnabled fly mode!"
    DisableMSG
: "&cDisabled fly mode!"
  Title
:
    Enabled
: true
    EnableTitle
: '&e&l %player% %newline% &aEnabled Fly mode!'
    DisableTitle
: '&e&l %player% %newline% &cDisabled fly mode!'
  Actionbar
:
    Enabled
: true
    EnableActionbar
: '&aEnabled fly mode!'
    DisableActionbar
: '&cDisabled fly mode!'
  Sound
:
    Enabled
: false
    EnableSoundName
: SUCCESSFUL_HIT
    DisableSoundName
: NOTE_PLING
  Permission
:
    Enabled
: true
    Perms
: "playersettings.fly"
 
Speed
:
  Enabled
: true
  Material
: EXP_BOTTLE
  Name
: '&aSpeed'
  Lore
:
 - '&r'
  - '&7Click to enable/disable speed effect!'
  Slot
: 12
  Amount
: 1
  Data
: 0
  CloseMenuOnClick
: true
  PotionLevel
: 2
  Glow
: true
  Message
:
    Enabled
: true
    EnableMSG
: '&aEnabled speed effect!'
    DisableMSG
: '&cDisabled speed effect!'
  Title
:
    Enabled
: true
    EnableTitle
: '&e&l %player% %newline% &aEnabled speed effect!'
    DisableTitle
: '&e&l %player% %newline% &cDisabled speed effect!'
  Actionbar
:
    Enabled
: true
    EnableActionbar
: '&aEnabled speed effect!'
    DisableActionbar
: '&cDisabled speed effect!'
  Sound
:
    Enabled
: false
    EnableSoundName
: SUCCESSFUL_HIT
    DisableSoundName
: NOTE_PLING
  Permission
:
    Enabled
: true
    Perms
: "playersettings.speed"
 
Jump
:
  Enabled
: true
  Material
: POTION
  Name
: '&aJump'
  Lore
:
 - '&r'
  - '&7Click to enable/disable jump effect!'
  Slot
: 14
  Amount
: 1
  Data
: 8235
  CloseMenuOnClick
: true
  PotionLevel
: 2
  Glow
: true
  Message
:
    Enabled
: true
    EnableMSG
: '&aEnabled jump effect!'
    DisableMSG
: '&cDisabled jump effect!'
  Title
:
    Enabled
: true
    EnableTitle
: '&e&l %player% %newline% &aEnabled jump effect!'
    DisableTitle
: '&e&l %player% %newline% &cDisabled jump effect!'
  Actionbar
:
    Enabled
: true
    EnableActionbar
: '&aEnabled jump effect!'
    DisableActionbar
: '&cDisabled jump effect!'
  Sound
:
    Enabled
: false
    EnableSoundName
: SUCCESSFUL_HIT
    DisableSoundName
: NOTE_PLING
  Permission
:
    Enabled
: true
    Perms
: "playersettings.jump"
 
Time
:
  Enabled
: true
  Material
: COMPASS
  Name
: '&aTime'
  Lore
:
 - '&r'
  - '&7Click to change the time to day and night!'
  Slot
: 16
  Amount
: 1
  Data
: 0
  Glow
: true
  CloseMenuOnClick
: true
  Message
:
    Enabled
: true
    EnableMSG
: '&aChanged the time to day!'
    DisableMSG
: '&cChanged the time to night!'
  Title
:
    Enabled
: true
    EnableTitle
: '&e&l %player% %newline% &aChanged the time to day!'
    DisableTitle
: '&e&l %player% %newline% &cChanged the time to night!'
  Actionbar
:
    Enabled
: true
    EnableActionbar
: '&aChanged the time to day!'
    DisableActionbar
: '&cChanged the time to night!'
  Sound
:
    Enabled
: false
    EnableSoundName
: SUCCESSFUL_HIT
    DisableSoundName
: NOTE_PLING
  Permission
:
    Enabled
: true
    Perms
: "playersettings.time"
 
 
   


Please don't report bugs in the Review section!
Discord: SAFAxSNIPER#4643

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

PlayerSettings [1.8 - 1.13] is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 781 times (via Spigot). Download it and open it directly in the game.

Explore more