✏️
HappyBavarian07 Wiki
  • Welcome
  • Privacy
  • Admin-Panel
    • Admin-Panel Wiki
      • Updater
      • Language System
      • FAQ
      • Videos
      • Configuration Files
      • Commands & Permissions
      • Placeholders
      • Developer API
      • Command Manager API
      • Addon System API
      • Dependencies
  • Reports
    • Reports Wiki
      • Videos
      • Configuration Files
      • Commands & Permissions
      • Placeholders
      • Dependencies
  • CoolStuffLib
    • CoolStuffLib
      • Details And Infos about the Library
      • Videos
      • Features
      • Plans
      • Config and Default Values
        • Default Language File Content
      • Installation
      • Code Examples
        • Command Manager Example
        • Menu Example
        • Paginated Menu Example
        • Advanced Config Manager System
Powered by GitBook
On this page
  • Config File
  • Example Language File (English)

Was this helpful?

  1. Admin-Panel
  2. Admin-Panel Wiki

Configuration Files

Die Config und alle anderen Dateien

Config File

##########################################################
#+------------------------------------------------------+#
#|                        Notes                         |#
#+------------------------------------------------------+#
##########################################################

# Gültige Colorcodes sind:
# &1, &2, &3, &4, &5, &6, &7, &8, &9
# &a, &b, &c, &d, &e, &f
# Gültige Format Codes sind:
# &n, &m, &l, &k

# Plugin By HappyBavarian07

# The permissions.yml file is only important for the plugin!!! so please don't change anything in there, otherwise part of the plugin might break.
# As soon as you delete a file, it will reset itself to the default with the next reload and will create itself again
# All Files are self updating, only the Language File Updater can be turned off. If you delete an Option or rename it, it will delete the other one (if exists) and take the Default Value

##########################################################
#+------------------------------------------------------+#
#|                       General                        |#
#+------------------------------------------------------+#
##########################################################

Plugin:
  # This is the prefix used by the plugin in the console when starting or stopping
  StartPrefix: '&r[&4Admin&d-&8Panel&r] '
  # This is the prefix used by the plugin for chat messages
  # These messages can be edited in the language files
  Prefix: '&r[&4Admin&d-&8Panel&r] '

  AddonSystem:
    # This Option disables/enables the Addon System for the Admin-Panel
    # A restart or reload of the Admin-Panel is required to start it!
    enabled: false

  # This is the language option you can add language files to the "languages" folder,
  # and then enter the name of the file (without .yml) here. Note upper and lower case!
  # Example: /plugins/Admin-Panel/languages/<Language>.yml | language (in the config): Language
  language: en

  # UNDER DEVELOPMENT
  # This is the language option for Updates you can, enter the name of the file (without .yml) here.
  # This Language will the Plugin use to update other Language Files
  # Note upper and lower case!
  # Example: /plugins/Admin-Panel/languages/<Language>.yml | languageForUpdates (in the config): Language
  languageForUpdates: en

  # This Option makes it that all Actions (Plugin Update, Admin Panel Open, ...) get logged
  # in the plugin.log File If You don't want this please disable this Option!
  LogActions: true

  # The Auto Admin-Panel Updater Section
  Updater:
    # If this option is activated, the updater will automatically check for updates
    # The plugin uses https://spiget.org for this feature
    checkForUpdates: true
    # If this option is activated, the updater will automatically download the update (if available) from Spigot.
    # The update can then be found in plugins/Admin-Panel/downladed-update/Admin-Panel-<UpdateVersion>.jar!
    downloadPluginUpdate: false
    # If this option and the downloadPluginUpdate option is activated,
    # then the updater will automatically replace the plugin with the new version!
    automaticReplace: false
    # With this Option you can control how often the Updater should check!
    # You can configure here the Time between Checks (in Minutes)
    UpdateCheckTime: 5
    # This Option will enable/disable if the Plugin should automatically update the Language Files
    AutomaticLanguageFileUpdating: true

    # UNDER DEVELOPMENT
    # The Auto Plugin Updater Section (the Updater to update other Plugins automatically)
    PluginUpdater:
      # If this option is activated, the updater will automatically check for updates
      # If a Plugin has an Update it will download and replace it automatically, if enabled with the Options down below.
      # The plugin uses https://spiget.org for this feature
      enabled: false
      # If this option is activated, the updater will automatically download the update (if available) from Spigot.
      # The update can then be found in plugins/Admin-Panel/downladed-update/Admin-Panel-<UpdateVersion>.jar!
      downloadPluginUpdate: false
      # If this option and the downloadPluginUpdate option is activated,
      # then the updater will automatically replace the plugin with the new version!
      automaticReplace: false
      # Downloads and installs Plugins that are not installed on the Server but in the List
      downloadIfNotExists: false
      # This the Time in which the Updater will check the Plugins specified in data.yml
      # but only if checkForUpdatesFrequently is true
      checkForUpdatesFrequently: false
      UpdateCheckTime: 5
    # UNDER DEVELOPMENT

# These are the settings for the panel
Panel:

  # Here you can set whether there are sounds when opening an inventory of the plugin should be played
  PlaySoundsWhenOpened: true
  # This is the sound that is played when you open a panel / inventory
  # it is only played if the previous query is true
  SoundWhenOpened: ENTITY_BAT_TAKEOFF
  # That's the volume
  # Min: 0.0 Max: IDon'tNowtheLimit
  # Default: 100.0
  SoundVolume: 100.0
  # That's the pitch
  # Min: 0.0 Max: 2.0
  # Default: 1.0
  SoundPitch: 1.0

  # Here you can set whether an effect should be played when someone has a panel open
  # Of course only if you are not in the Vanish (not possible at the moment!)
  ShowEffectWhenOpened: true
  # Here you can set the effect
  EffectWhenOpened: ENDER_SIGNAL

##########################################################
#+------------------------------------------------------+#
#|                    Player Manager                    |#
#+------------------------------------------------------+#
##########################################################
# Pman = Player Manager
Pman:
  # This Features makes it so you can select yourself in the Player Manager
  # ! Use this at your own Risk !
  SelfSelect: false
  # Here you can set everything that can be set at Trolls
  Troll:
    # Here you can set how many entities are spawned when the Mob Dupe option is activated in the Troll menu
    # And the player kills an entity!
    # If you do too much, the game will likely lag
    MobDupe: 1
  Actions:
    # Here you can set how much life you get if someone opens up for you
    # click the Heal Item in the Actions menu in Pman
    # Max: 20.0 if you enter something higher, twenty units are taken from Spigot / Bukkit
    HealthHealAmount: 20.0
    # Here you can set how much hunger you get when someone opens up for you
    # click the Heal Item in the Actions menu in Pman
    # Max: 20 if you enter something higher, twenty units are taken from Spigot / Bukkit
    FoodLevelFillAmount: 20
    # Here you can set how long the player burns when you light it via the menu. Here it is calculated in seconds
    BurnDuration: 4

    # Here you can configure players who cannot be banned
    ExemptPlayers:
      - 'ExamplePlayer'

  Money:
    # This is the currency used for the money part in the Pman
    currency: $

Example Language File (English)

# The Language File for English Language
# %prefix% = The Prefix of the Plugin (works in every Message)
LanguageFullName: 'English'
LanguageVersion: '8.1.0'
Messages:
  Plugin:
    EnablingMessage: '[Admin-Panel] successfully enabled!'
    DisablingMessage: '[Admin-Panel] successfully disabled!'
  Player:
    Commands:
      TooFewArguments: '%prefix% &9> &cToo few Arguments!'
      TooManyArguments: '%prefix% &9> &cToo many Arguments!'
      InvalidSubCommand: '%prefix% &9> &cThat''s not a valid Command!'
      ErrorPerformingSubCommand: '%prefix% &9> &cAn Error occurred!'
      UsageMessage: '%prefix% &9> &c%usage%'
      NotANumber: '%prefix% &9> &cThat''s not a Number!'
      HelpPageDoesNotExist: '%prefix% &9> &cThis Help Page does not exist!'
      HelpMessages:
        # -------------------------------------------------
        # Header and Footer Placeholders (Command Manager system):
        # %page% = Current Page
        # %max_page% = Max Page
        # -------------------------------------------------
        # Format Placeholders:
        # %usage% = Sub Command Usage
        # %description% = Sub Command Description
        # %name% = Sub Command Name
        # %aliases% = Sub Command Aliases
        # %permission% = Sub Command Permission
        Header: '&a------------ &b(&5%page%&7/&5%max_page%&b) &a------------'
        Format: '  &b%usage% &7- &b%description%'
        Footer: '&a------------ &b(&5%page%&7/&5%max_page%&b) &a------------'
    General:
      ReloadedConfig: '%prefix% &9> &aSuccessfully reloaded the Config!'
      # %language% = The Language of the Plugin
      ReloadedLanguageFile: '%prefix% &9> &aSuccessfully reloaded Language: %language%!'
      SetCurrentLanguage: '%prefix% &9> &aSuccessfully set current Language to %fullname%!'
      AlreadyOnFirstPage: '%prefix% &9> &cYou''re already on the first page!'
      AlreadyOnLastPage: '%prefix% &9> &cYou''re already on the last page!'
      NoPermissions: '%prefix% &9> &cYou do not have access to this command!'
      OpeningMessageSelf: '%prefix% &9> &cYou opened the Admin-Panel for you!'
      OpeningMessageOther: '%prefix% &9> &c%player_name% opened the Admin-Panel for you!'
      # %target% = The Targeted Player
      OpeningMessageSelfForOther: '%prefix% &9> You opened the Admin-Panel for &c%target%!'
      TargetedPlayerIsNull: '%prefix% &9> &cThis player is not online or does not exist!'
      NotAValidUpdateVersion: '%prefix% &9> &cThat''s not a valid Plugin Version to update to!'
      NotAValidLanguage: '%prefix% &9> &c''%langName%'' is not a valid Language to select!'
      PerPlayerLangSet: '%prefix% &9> &aSuccessfully selected ''%langName%'' as your Language!'
      # %target% = The Targeted Player
      PerPlayerLangSetOther: '%prefix% &9> &aSuccessfully selected ''%langName%'' as %target%''s Language!'
    WorldManager:
      CreateMenu:
        Name: '%prefix% &9> &aPlease enter a Name in the Chat!'
    PlayerManager:
      Bypass: '%prefix% &9> &cThis player cannot be selected because he has the permission to do so!'
      ChooseYourself: '%prefix% &9> &cYou cannot choose yourself!'
      AlreadyOp: '&cThis player is already an operator!'
      NotOp: '&cThis player is not an operator!'
      OppedMessage: '&aYou made the player an operator!'
      DeoppedMessage: '&cYou took away the operator''s rights from the player!'
      Permissions:
        AddedPermission: '%prefix% &9> &aPermission added!'
        RemovedPermission: '%prefix% &9> &cPermission removed!'
        ListMenu:
          EnterSort: '%prefix% &9> &aPlease enter your Sorting in the Chat!'
          SortResult: '%prefix% &9> &aThe Sorting gets applied!'
      KickMenu:
        # %reason% = The Reason
        TargetKickMessage: '%prefix% &9> &4You got kicked from the Server! Reason: %reason%'
        NotKickable: '%prefix% &9> &cThis Player is not kickable!'
        SuccessfullyKicked: '%prefix% &9> &aYou kicked the Player successfully!'
        Reason:
          EnterNewReason: '%prefix% &9> &aPlease enter the new Reason in the Chat!'
          NewReasonSet: '%prefix% &9> &aThe new Reason got set!'
      BanMenu:
        # %reason% = The Reason
        TargetKickMessage: '%prefix% &9> &4You got banned from this Server! \r\n &4Time: &4Y: %years%, M: %months%, D: %days%, H: %hours%, M: %minutes%, S: %seconds% \r\n &4Reason: &4%reason%'
        SuccessfullyUnbanned: '%prefix% &9> &aYou unbanned the Player successfully!'
        SuccessfullyBanned: '%prefix% &9> &aYou banned the Player successfully!'
        AlreadyBanned: '%prefix% &9> &cThis Player is already banned!'
        NotBanned: '%prefix% &9> &cThis Player is not banned!'
        NotBannable: '%prefix% &9> &cThis Player is not bannable!'
        Reason:
          EnterNewReason: '%prefix% &9> &aPlease enter the new Reason in the Chat!'
          NewReasonSet: '%prefix% &9> &aThe new Reason got set!'
      Money:
        # %amount% = The Amount of Money
        PleaseEnterAmount: '%prefix% &9> &aPlease enter the amount you want to work with in the chat!'
        NotEnoughMoney: '%prefix% &9> &c%player_name% doesn''t have enough money for it! (%vault_eco_balance%)'
        TransactionError: '%prefix% &9> &c%player_name% There was an Error with the Transaction!'
        NotANumber: '%prefix% &9> &c%player_name%, that''s not a Number!'
        GiveMoney: '%prefix% &9> &cYou just gave %amount% to %player_name%!'
        SetMoney: '%prefix% &9> &cYou just set the Money of %player_name% to %amount%!'
        TakeMoney: '%prefix% &9> &cYou just took away %amount% from %player_name%!'
    ServerManager:
      MaintenanceModeOff: '%prefix% &9> &aThe server is no longer in maintenance mode, all players can rejoin!'
      MaintenanceModeOn: '%prefix% &9> &cThe server is now in maintenance mode. All players who have no rights have been kicked!'
      AllPlayersKicked: '%prefix% &9> &aAll players were kicked from the server!'
      PleaseEnterAMessage: '%prefix% &9> &aPlease enter a message in the chat!'
      # %message% = The Message
      BroadcastHeader: '&a+---------------------------------------------------+'
      BroadcastMessage: '%prefix% &9> %message%'
      BroadcastFooter: '&a+---------------------------------------------------+'
      KickAllPlayersReason: '&cKick for Safety'
      KickAllPlayersSource: '%player_name%'
      MaintenanceMode: '%prefix% &9> &5%player_name% &cThe server is in &4&lmaintenance mode!'
      MaintenanceModeMOTD: '%prefix% &9> &cThe server is currently in &4&lmaintenance mode!'
      MaintenanceMaxPlayerCount: 0
      WhitelistManager:
        PleaseEnterName: '%prefix% &9> &aPlease enter the Name of the Player!'
        AddedPlayer: '%prefix% &9> &aSuccessfully added that Player!'
        RemovedPlayer: '%prefix% &9> &aSuccessfully removed that Player!'
    Chat:
      Header: '&a+---------------------------------------------------+'
      Message: '    &2The chat was cleared by &3%player_name%'
      Footer: '&a+---------------------------------------------------+'
    ChatMute:
      PlayerMessage: '%prefix% &9> &4The chat is muted! %player_name%!'
      Header: '&a+---------------------------------------------------+'
      Message: '       &4The chat was muted by %player_name%!'
      Footer: '&a+---------------------------------------------------+'
    ChatUnMute:
      Header: '&a+---------------------------------------------------+'
      Message: '       &4The chat was unmuted by%player_name%!'
      Footer: '&a+---------------------------------------------------+'
    PluginManager:
      # %resourceid% = The Resource ID of the Plugin
      # %filename% = The File Name of the Plugin
      FileNotFound: '%prefix% &9> &cThe Plugin has not been found!'
      MissingDependencies: '%prefix% &9> &cThe plugin was downloaded, but the dependencies are missing!'
      ResourceIDSelected: '%prefix% &9> &aThe ResourceID% resourceid% has been selected!'
      FileNameSelected: '%prefix% &9> &aThe file name %filename% has been selected!'
      TypeResourceIDInChat: '%prefix% &9> &aPlease enter the resource ID!'
      TypeFileNameInChat: '%prefix% &9> &aPlease enter the file name!'
      TypePluginFileNameToLoadInChat: '%prefix% &9> &aPlease enter the Plugin File Name (name.jar)!'
      PluginFileNameSelected: '%prefix% &9> &aThe Plugin %filename% has been loaded!'
      SuccessfullyInstalled: '%prefix% &9> &aThe plugin %resourceid% was successfully downloaded to the file %filename%.jar!'
      ErrorInInstallProccess: '%prefix% &9> &cAn error occurred during the installation process!'
      LoadPluginError: '%prefix% &9> &cAn error occurred during the loading process!'
      FileToLoadDoesNotExist: '%prefix% &9> &cThe Plugin File %filename% does not exist!'
      ResourceIsNotOnSpigot: '%prefix% &9> &cThis Plugin is not on Spigot! Or the Spigot ID is not correct!'
      DownloadFileIsExternal: '%prefix% &9> &cThe File of this Plugin is external and cannot be downloaded!'
      UpdatedPlugin: '%prefix% &9> &aThe Plugin %name% got udpated! Hint: If the Plugin is already in the newest Version it just downloads the File!'
      AutoPluginUpdater:
        AddedPlugin: '%prefix% &9> &aThe Plugin %name% was added!'
        RemovedPlugin: '%prefix% &9> &aThe Plugin %name% was removed!'
        SelectPlugin: '%prefix% &9> &aPlease enter a valid Plugin in Chat!'
        SelectPluginToRemove: '%prefix% &9> &aPlease enter a valid Plugin in Chat!'
        SelectFileName: '%prefix% &9> &aPlease enter a valid File Name with ''.jar'' at the End!'
        FileNameSelected: '%prefix% &9> &aThe File Name %fileName% was selected!'
        SelectSpigotID: '%prefix% &9> &aPlease enter a valid Spigot ID!'
        SpigotIDSelected: '%prefix% &9> &aThe Spigot ID %spigotID% was selected!'
        PluginSelected: '%prefix% &9> &aThe Plugin %name% was selected!'
  Console:
    ExecutesPlayerCommand: '%prefix% &9> &cYou have to be a Player!'
  TomanyArguments: '&4Too many Arguments!'
  TooFewArguments: '&4Too few Arguments!'
Items:
  General:
    FillerItem:
      material: BLACK_STAINED_GLASS_PANE
      displayName: ' '
      lore:
        - ''
    DisabledItem:
      material: BARRIER
      displayName: '&8This Feature has been disabled!'
      lore:
        - '&7This Feature has been disabled in the Config'
        - '&7of this Plugin!'
    Close:
      material: BARRIER
      displayName: '&cClose'
      lore:
        - '&cClose this Page!'
    Left:
      material: DARK_OAK_BUTTON
      displayName: '&cLeft'
      lore:
        - '&cGo to the last page!'
    Right:
      material: DARK_OAK_BUTTON
      displayName: '&cRight'
      lore:
        - '&cGo to the next Page!'
    EmptySlot:
      material: BARRIER
      displayName: ' '
      lore:
        - ' '
    Refresh:
      material: LEVER
      displayName: '&aRefresh'
      lore:
        - '&aRefresh this Page!'
  PlayerManager:
    PlayerHead:
      material: PLAYER_HEAD
      displayName: '%player_name%'
      lore:
        - '&6GameMode: &7%player_gamemode%'
        - '&6Money: &7%vault_eco_balance%'
        - '&6Health: &7%player_health%'
        - '&6Food: &7%player_food_level%'
        - '&6IP-Address: &7%player_ip%'
    TrollMenu:
      VillagerSounds:
        true:
          material: VILLAGER_SPAWN_EGG
          displayName: '&aAnnoying villagers noises'
          lore:
            - '&6Annoy the player with villagers noises!'
        false:
          material: VILLAGER_SPAWN_EGG
          displayName: '&cAnnoying villagers noises'
          lore:
            - '&6Annoy the player with villagers noises!'
      BreakPlacePrevent:
        true:
          material: DIAMOND_PICKAXE
          displayName: '&aPrevent building / breaking'
          lore:
            - '&6Prevent the player from mining!'
        false:
          material: DIAMOND_PICKAXE
          displayName: '&cPrevent building / breaking'
          lore:
            - '&6Prevent the player from mining!'
      HurtingWater:
        true:
          material: WATER_BUCKET
          displayName: '&aHurting Wasser'
          lore:
            - '&6Make the player injure themselves in the water!'
        false:
          material: WATER_BUCKET
          displayName: '&cHurting Wasser'
          lore:
            - '&6Make the player injure themselves in the water!'
      ChatMute:
        true:
          material: PAPER
          displayName: '&aMute Chat'
          lore:
            - '&6Mute the player in chat'
        false:
          material: PAPER
          displayName: '&cMute Chat'
          lore:
            - '&6Mute the player in chat!'
      DupeMobsOnKill:
        true:
          material: BLAZE_SPAWN_EGG
          displayName: '&aMob Dupe'
          lore:
            - '&6As soon as the player kills an entity, it is doubled!'
        false:
          material: BLAZE_SPAWN_EGG
          displayName: '&cMob Dupe'
          lore:
            - '&6As soon as the player kills an entity, it is doubled!'
      Kick:
        ConnectionReset:
          material: PISTON
          displayName: '&aKick for ...Connection Reset'
          lore:
            - '&aKicks a player with the message:!'
            - '&aInternal exception: java.net.SocketException: Connection reset.'
        ServerStoppedError:
          material: PISTON
          displayName: '&aKick for Error'
          lore:
            - '&aKicks a player with the message:!'
            - '&aio.netty.channel.AbstractChannel$AnnotatedConnectException: Connection
            refused: no further informations:'
        Serverstop:
          material: PISTON
          displayName: '&aKick for Serverstop'
          lore:
            - '&aKicks a player with the message:!'
            - '&aServer closed!'
        Whitelist:
          material: PISTON
          displayName: '&aKick for Whitelist'
          lore:
            - '&aKicks a player with the message:!'
            - '&aYou are not whitelisted on this server!'
      FakeOp:
        material: PAPER
        displayName: '&cFake Op'
        lore:
          - '&6Fakes a Standard /op message'
      FakeDeop:
        material: PAPER
        displayName: '&cFake Deop'
        lore:
          - '&6Fakes a standard / deop message'
      FakeTNT:
        material: TNT
        displayName: '&4Fake Tnt'
        lore:
          - '&6Spawn a TNT at the player''s feet!'
      DropPlayerInv:
        material: DIAMOND_CHESTPLATE
        displayName: '&a&lDrop Inventory'
        lore:
          - '&6Let the player drop their entire inventory!'
    ActionsMenu:
      Kill:
        material: DIAMOND_SWORD
        displayName: '&cKill Player!'
        lore:
          - '&cKill the Player!'
      Heal:
        material: GOLDEN_APPLE
        displayName: '&cHeal player!'
        lore:
          - '&cHeal the Player!'
      Feed:
        material: COOKED_BEEF
        displayName: '&cFeed player!'
        lore:
          - '&cRefill the player''s hunger bar!'
      Burn:
        material: FLINT_AND_STEEL
        displayName: '&cSet fire to player!'
        lore:
          - '&cSet fire to the player!'
      Lightning:
        material: BLAZE_ROD
        displayName: '&cShoot lightning!'
        lore:
          - '&cShoot lightning at the player!'
      Firework:
        material: FIREWORK_ROCKET
        displayName: '&1S&2e&3t &4o&5f&6f &7f&8i&9r&ae&bw&co&dr&ek&fs!'
        lore:
          - '&cLight colorful fireworks over the player!'
      TeleportYouToPlayer:
        material: ENDER_PEARL
        displayName: '&2Teleport you to player!'
        lore:
          - '&cTeleport you to the player!'
      TeleportPlayerToYou:
        material: END_CRYSTAL
        displayName: '&1Teleport player to you!'
        lore:
          - '&cTeleport the player to You!'
      Op:
        material: PAPER
        displayName: '&aOp'
        lore:
          - '&aGive the player operator rights!'
      Deop:
        material: PAPER
        displayName: '&cDeop'
        lore:
          - '&cTake away the operator''s rights from the player!'
      Armor:
        material: DIAMOND_CHESTPLATE
        displayName: '&2Armor'
        lore:
          - '&cShow the Armor of the Player!'
      Inventory:
        material: COBBLESTONE
        displayName: '&2Inventory'
        lore:
          - '&aShow the Inventory of the Player!'
      Potions:
        material: POTION
        displayName: '&5Potions!'
        lore:
          - '&aGive the Player Potion Effects!'
      ClearPotions:
        material: RED_CONCRETE
        displayName: '&4Clear Effects'
        lore:
          - '&aClears all Effects of the Player!'
      Spawning:
        material: SPAWNER
        displayName: '&aSpawner'
        lore:
          - '&cSpawn Entitys!'
      Troll:
        material: TNT
        displayName: '&4&lTroll Menu'
        lore:
          - '&cTroll the Player!'
          - '&cRed &6= &3off | &aGreen &6= &3on'
      Vanish:
        true:
          material: FEATHER
          displayName: '&aVanish'
          lore:
            - '&aTurn the Vanish off for the Player!'
        false:
          material: FEATHER
          displayName: '&cVanish'
          lore:
            - '&aTurn the Vanish on for the Player!'
      PlayerSpawnLocation:
        material: RED_BED
        displayName: '&aPlayer Spawn Location'
        lore:
          - '&aSet the Bed Spawn Location next to you!'
      GameMode:
        Survival:
          material: DIRT
          displayName: '&aSurvival'
          lore:
            - '&aSwitch the game mode of the player to Adventure! (Click)'
        Adventure:
          material: GRASS_BLOCK
          displayName: '&aAdventure'
          lore:
            - '&aSwitch the game mode of the player to Creative! (Click)'
        Creative:
          material: BRICK
          displayName: '&aCreative'
          lore:
            - '&aSwitch the game mode of the player to Spectator! (Click)'
        Spectator:
          material: SPLASH_POTION
          displayName: '&aSpectator'
          lore:
            - '&aSwitch the game mode of the player to Survival! (Click)'
      MoneyItem:
        material: PAPER
        displayName: '&aMoney'
        lore:
          - '&aOpens the Money Inventory!'
      ActionsItem:
        material: DIAMOND_SWORD
        displayName: '&aActions Menu'
        lore:
          - '&aOpens the Action Menu!'
      BannedPlayers:
        material: RED_CONCRETE
        displayName: '&cBanned Players'
        lore:
          - '&aShow all banned Players!'
      BanItem:
        material: BEDROCK
        displayName: '&cBan the Player'
        lore:
          - '&cBan the Player forever!'
      BanMenu:
        Reason:
          material: PAPER
          displayName: '&cSet the Reason of the Ban'
          # %reason% = The Reason
          lore:
            - '&cSet the Reason of the Ban'
            - '&c%reason%'
        Seconds:
          material: CLOCK
          displayName: '&aSeconds'
          lore:
            - '&7Left-Click: +10 Seconds'
            - '&7Right-Click: -10 Seconds'
            - '&a%seconds%'
        Minutes:
          material: CLOCK
          displayName: '&aMinutes'
          lore:
            - '&7Left-Click: +5 Minutes'
            - '&7Right-Click: -5 Minutes'
            - '&a%minutes%'
        Hours:
          material: CLOCK
          displayName: '&aHours'
          lore:
            - '&7Left-Click: +1 Hours'
            - '&7Right-Click: -1 Hours'
            - '&a%hours%'
        Days:
          material: CLOCK
          displayName: '&aDays'
          lore:
            - '&7Links-Klick: +1 Days'
            - '&7Rechts-Klick: -1 Days'
            - '&a%days%'
        Months:
          material: CLOCK
          displayName: '&aMonths'
          lore:
            - '&7Links-Klick: +1 Months'
            - '&7Rechts-Klick: -1 Months'
            - '&a%months%'
        Years:
          material: CLOCK
          displayName: '&aYears'
          lore:
            - '&7Left-Click: +1 Years'
            - '&7Right-Click: -1 Years'
            - '&a%years%'
        Ban:
          material: BEDROCK
          displayName: '&cBan the Player'
          # %reason% = The Reason
          lore:
            - '&cBan the Player:'
            - '&cTime: &6%time%'
            - '&cReason: &6%reason%'
      KickMenu:
        Reason:
          material: PAPER
          displayName: '&cSet the Reason of the Ban'
          # %reason% = The Reason
          lore:
            - '&cSet the Reason of the Ban'
            - '&c%reason%'
        Kick:
          material: BEDROCK
          displayName: '&cKick the Player'
          # %reason% = The Reason
          lore:
            - '&cKick the Player:'
            - '&cReason: &6%reason%'
      KickItem:
        material: PISTON
        displayName: '&cKick the Player'
        lore:
          - '&aKick the Player!'
      PermissionItem:
        material: WRITABLE_BOOK
        displayName: '&cManage the Permissions of the Player'
        lore:
          - '&aManage the Permissions of the Player!'
      Permissions:
        Add:
          material: GREEN_CONCRETE
          displayName: '&cAdd Permissions'
          lore:
            - '&aAdd Permissions to the Player!'
            - '&6Left-Click &9= &6Value: &atrue'
            - '&6Right-Click &9= &6Value: &cfalse'
        Remove:
          material: RED_CONCRETE
          displayName: '&cRemove Permissions'
          lore:
            - '&aRemove Permissions from the Player!'
        Info:
          material: WRITABLE_BOOK
          displayName: '&cFind out about permissions'
          lore:
            - '&aGet some information about permissions!'
        List:
          material: BOOKSHELF
          displayName: '&cList all permissions'
          lore:
            - '&aList all permissions:'
            - '&aMode 1: All Permissions'
            - '&aMode 2: Player Permissions'
        ListMenu:
          Sort:
            material: OAK_SIGN
            displayName: '&cSort'
            lore:
              - '&aSort by certain permissions'
          Mode:
            All:
              material: LEVER
              displayName: '&cChange mode'
              lore:
                - '&aMode: &7All Permissions'
            Player:
              material: LEVER
              displayName: '&cChange mode'
              lore:
                - '&aMode: &7Player Permissions'
    MoneyMenu:
      Give:
        material: GREEN_WOOL
        displayName: '&aGive Money'
        lore:
          - '&aGive the Player Money!'
      Set:
        material: YELLOW_WOOL
        displayName: '&cSet Money'
        lore:
          - '&cSet the Players Money to a specific Amount!'
      Take:
        material: RED_WOOL
        displayName: '&cTake Money'
        lore:
          - '&cTake the Players Money!'
  WorldManager:
    Settings:
      PVP:
        true:
          material: DIAMOND_SWORD
          displayName: '&aPVP'
          lore:
            - '&cTurn off PVP in the world!'
        false:
          material: DIAMOND_SWORD
          displayName: '&cPVP'
          lore:
            - '&cTurn on PVP in the world!'
      AutoSave:
        true:
          material: PAPER
          displayName: '&aAuto Save'
          lore:
            - '&aTurn off Auto Save in the world!'
        false:
          material: PAPER
          displayName: '&cAuto Save'
          lore:
            - '&cTurn on Auto Save in the world!'
      Load:
        material: BEACON
        displayName: '&aLoad'
        lore:
          - '&aLoad the World!'
      Unload:
        material: ANVIL
        displayName: '&cUnload'
        lore:
          - '&aUnload the World!'
      Save:
        material: ENDER_CHEST
        displayName: '&6Save'
        lore:
          - '&aSave the World (World Files)!'
      Delete:
        material: TNT
        displayName: '&4Delete'
        lore:
          - '&4Delete the World!'
      GameRule:
        material: COMMAND_BLOCK
        displayName: '&aGamerules'
        lore:
          - '&aChange all Gamerules listed in this Menu!'
      TPToSpawn:
        material: ENDER_PEARL
        displayName: '&aTeleport to World Spawn'
        lore:
          - '&aTeleport you to the World Spawn!'
      Weather:
        material: WATER_BUCKET
        displayName: '&aWeather'
        lore:
          - '&aChange the Weather!'
      Time:
        material: CLOCK
        displayName: '&aTime'
        lore:
          - '&aChange the Time!'
    Create:
      material: CHEST
      displayName: '&aCreate World'
      lore:
        - '&aCreate the new World!'
    CreateMenu:
      Name:
        material: PAPER
        displayName: '&aName'
        lore:
          - '&aSet the Name of the World!'
          - '&a%name%'
      Type:
        NORMAL:
          material: BEACON
          displayName: '&aWorld Type'
          lore:
            - '&aSet the type of the world!'
            - '&c%type%'
        AMPLIFIED:
          material: BEACON
          displayName: '&aWorld Type'
          lore:
            - '&aSet the type of the world!'
            - '&c%type%'
        FLAT:
          material: BEACON
          displayName: '&aWorld Type'
          lore:
            - '&aSet the type of the world!'
            - '&c%type%'
        LARGE_BIOMES:
          material: BEACON
          displayName: '&aWorld Type'
          lore:
            - '&aSet the type of the world!'
            - '&c%type%'
      Environment:
        NORMAL:
          material: GRASS_BLOCK
          displayName: '&aEnvironment'
          lore:
            - '&aSet the environment of the world!'
            - '&c%environment%'
        NETHER:
          material: GRASS_BLOCK
          displayName: '&aEnvironment'
          lore:
            - '&aSet the environment of the world!'
            - '&c%environment%'
        THE_END:
          material: GRASS_BLOCK
          displayName: '&aEnvironment'
          lore:
            - '&aSet the environment of the world!'
            - '&c%environment%'
      GenerateStructures:
        true:
          material: END_PORTAL_FRAME
          displayName: '&aGenerate Structures'
          lore:
            - '&aSet GenerateStructures to false!'
        false:
          material: END_PORTAL_FRAME
          displayName: '&cGenerate Structures'
          lore:
            - '&aSet GenerateStructures to true!'
      CreateWorld:
        material: CHEST
        displayName: '&aCreate World'
        lore:
          - '&aCreates the World!'
      Hardcore:
        true:
          material: GOLDEN_APPLE
          displayName: '&aHardcore'
          lore:
            - '&aPut the world in hardcore!'
        false:
          material: GOLDEN_APPLE
          displayName: '&cHardcore'
          lore:
            - '&cPut the world in hardcore!'
    Weather:
      CLEAR:
        material: BUCKET
        displayName: '&aClear'
        lore:
          - '&cChange to Clear!'
      RAINING:
        material: WATER_BUCKET
        displayName: '&aRain'
        lore:
          - '&cChange to Rain!'
      THUNDERING:
        material: LAVA_BUCKET
        displayName: '&aThunder'
        lore:
          - '&cChange to Thunder!'
    Time:
      SUNRISE:
        material: MAGENTA_CONCRETE
        displayName: '&aSunrise'
        lore:
          - '&cChange to Sunrise!'
      DAY:
        material: LIGHT_BLUE_CONCRETE
        displayName: '&aDay'
        lore:
          - '&cChange to Day!'
      MORNING:
        material: LIME_CONCRETE
        displayName: '&aMorning'
        lore:
          - '&cChange to Morning!'
      NOON:
        material: GREEN_CONCRETE
        displayName: '&aNoon'
        lore:
          - '&cChange to Noon!'
      AFTERNOON:
        material: YELLOW_CONCRETE
        displayName: '&aAfternoon'
        lore:
          - '&cChange to Afternoon!'
      SUNSET:
        material: GRAY_CONCRETE
        displayName: '&aSunset'
        lore:
          - '&cChange to Sunset!'
      NIGHT:
        material: GRAY_CONCRETE
        displayName: '&aNight'
        lore:
          - '&cChange to Night!'
      MIDNIGHT:
        material: BLACK_CONCRETE
        displayName: '&aMidnight'
        lore:
          - '&cChange to Midnight!'
  StartMenu:
    SwitchLanguageMenuItem:
      material: BLUE_WOOL
      displayName: '&aChange the language temporarily'
      lore:
        - '&aWith this you can change the language.'
        - '&cUnfortunately this is only temporary and'
        - '&conly as long as the plugin is not reloaded!'
    SwitchLanguageMenu:
      # Placeholders:
      # %fullname% = Language Full Name
      # %shortname% = Language Short Name (File Name)
      # %version% = Language Version
      # %path% = Language File Path
      LanguageItem:
        material: PAPER
        displayName: '&a%fullname%'
        lore:
          - '&aShort Name: &6%shortname%'
          - '&aVersion: &6%version%'
          - '&aPfad: &6%path%'
    ReloadConfig:
      material: GREEN_WOOL
      displayName: '&aReload Config'
      lore:
        - '&aReload the Admin-Panel Config'
        - '&a(Language Files, Config)'
    WorldManager:
      material: GRASS_BLOCK
      displayName: '&2World Manager'
      lore:
        - '&aManages the Worlds from the Server!'
    PlayerManager:
      material: PLAYER_HEAD
      displayName: '&6Player Manager'
      lore:
        - '&aManages the Players from the Server!'
    PluginManager:
      material: REDSTONE_BLOCK
      displayName: '&3Plugin Manager'
      lore:
        - '&aManages the Plugins from the Server!'
    ServerManager:
      material: DIAMOND_BLOCK
      displayName: '&6Server Manager'
      lore:
        - '&aManages the Server!'
    ServerRestart:
      material: ACACIA_BOAT
      displayName: '&6Server restart'
      lore:
        - '&aRestarts the Server!'
    ServerStop:
      material: DIAMOND
      displayName: '&4Server Stop'
      lore:
        - '&aStops the Server!'
    HintItem:
      material: PAPER
      displayName: '&aAdmin Panel Info'
      lore:
        - '&aIn this menu you can click on Items,'
        - '&awhich then forward you to submenus!'
  ServerManager:
    WhiteListMenuItem:
      material: OAK_FENCE_GATE
      displayName: '&aWhitelist'
      lore:
        - '&aManage the Whitelist!'
    WhitelistMenu:
      AddPlayer:
        material: GREEN_CONCRETE
        displayName: '&aAdd'
        lore:
          - '&aAdd a Player to the whitelist!'
      RemovePlayer:
        material: RED_CONCRETE
        displayName: '&cRemove'
        lore:
          - '&cRemove a Player from the whitelist!'
      ListPlayers:
        material: BLUE_CONCRETE
        displayName: '&3List Players'
        lore:
          - '&3List all Players from the Whitelist!'
      TurnOn:
        material: EMERALD_BLOCK
        displayName: '&aOn'
        lore:
          - '&aTurns the Whitelist on!'
      TurnOff:
        material: COAL_BLOCK
        displayName: '&cOff'
        lore:
          - '&aTurns the Whitelist off!'
      Reload:
        material: BEACON
        displayName: '&3Reload'
        lore:
          - '&3Reloads the Whitelist!'
    Broadcast:
      material: WRITABLE_BOOK
      displayName: '&3Broadcast a Message'
      lore:
        - '&aSend a Message to the whole Server!'
    ChatManagerItem:
      material: ARMOR_STAND
      displayName: '&aChat Manager'
      lore:
        - '&aOpens the Chat Manager!'
    KickAllPlayers:
      material: IRON_SWORD
      displayName: '&cKicks all Players'
      lore:
        - '&aKicks all Players from the Server!'
    MaintenanceMode:
      true:
        material: GLOWSTONE_DUST
        displayName: '&a&lMaintenance Mode'
        lore:
          - '&aTurns the Maintenance Mode off!'
      false:
        material: REDSTONE
        displayName: '&c&lMaintenance Mode'
        lore:
          - '&aTurns the Maintenance Mode on!'
  ChatManager:
    ClearChat:
      material: DIAMOND_SWORD
      displayName: '&2Clear Chat'
      lore:
        - '&aClears the CHat!'
    MuteChat:
      material: GREEN_DYE
      displayName: '&2Mute Chat'
      lore:
        - '&aMute the Chat!'
    UnMuteChat:
      material: RED_DYE
      displayName: '&2Unmute Chat'
      lore:
        - '&aUnmute the Chat!'
  PluginManager:
    Install:
      material: ENCHANTING_TABLE
      displayName: '&2Install Plugins'
      lore:
        - '&2Install other Spigot Plugins!'
    Load:
      material: CAULDRON
      displayName: '&2Load Plugins'
      lore:
        - '&2Load Plugins at Server Runtime!'
        - '&2The only thing you need is the File name!'
    AutoUpdateMenu:
      OpenMenuItem:
        material: DIAMOND_BLOCK
        displayName: '&aAuto Plugin Updater Menu'
        lore:
          - '&aThe Auto Plugin Updater Menu'
      PluginItem:
        material: PAPER
        displayName: '&a%name%'
        lore:
          - '&aClick this Item to Update Plugin'
          - '&aSpigot ID: &6%spigotID%'
          - '&aFile Name: &6%fileName%'
          - '&aOn Spigot: &6%onSpigot%'
          - '&aExternal File: &6%externalFile%'
      AddPlugin:
        material: ENCHANTED_BOOK
        displayName: '&aAdd a Plugin'
        lore:
          - '&aAdd Plugins to the Auto Updater'
      RemovePlugin:
        material: BOOK
        displayName: '&aRemove a Plugin'
        lore:
          - '&aRemove Plugins to the Auto Updater'
    InstallMenu:
      ResourceID:
        material: BOOKSHELF
        displayName: '&2Resource ID'
        # %resourceid% = The Resource ID of the Plugin
        lore:
          - '&2The Resource ID From Spigot!'
          - '&6%resourceid%'
      Name:
        material: OAK_SIGN
        displayName: '&2File Name'
        # %filename% = The File Name of the Plugin
        lore:
          - '&2The Name of the Plugin jar File!'
          - '&6%filename%'
      EnableAfterInstall:
        true:
          material: BEACON
          displayName: '&2Enable after Installation'
          lore:
            - '&2The enables itself,'
            - '&2after Installation!'
        false:
          material: BEACON
          displayName: '&cEnable after Installation'
          lore:
            - '&2The enables itself,'
            - '&2after Installation!'
      InstallButton:
        material: CAULDRON
        displayName: '&2Install'
        lore:
          - '&2Install the Plugin!'
          - '&cIf Arguments are missing it won''t work!'
    Settings:
      Enable:
        material: GREEN_WOOL
        displayName: '&aEnable'
        lore:
          - '&aEnable the Plugin!'
      Disable:
        material: RED_WOOL
        displayName: '&cDisable'
        lore:
          - '&cDisable the Plugin!'
      Reload:
        material: REDSTONE_BLOCK
        displayName: '&3Reload'
        lore:
          - '&3Reload the Plugin!'
      Restart:
        material: BEACON
        displayName: '&3Restart'
        lore:
          - '&3Restart the Plugin!'
      Unload:
        material: COAL_BLOCK
        displayName: '&2Unload'
        lore:
          - '&2Unload the Plugin!'
          - '&2After that the Plugin is completely gone!'
          - '&2If you want to use it again,'
          - '&2you have to Reload/Restart the Server!'
      Load:
        material: EMERALD_BLOCK
        displayName: '&2Load'
        lore:
          - '&2Load the Plugin!'
      Commands:
        Item:
          material: COMMAND_BLOCK
          displayName: '&2Commands'
          lore:
            - '&2List of all Commands!'
        Settings:
          Register:
            material: GREEN_CONCRETE
            displayName: '&aRegister'
            lore:
              - '&2Register the Command!'
          Unregister:
            material: RED_CONCRETE
            displayName: '&aUnregister'
            lore:
              - '&2Unregister the Command!'
          Execute:
            material: BOOK
            displayName: '&2Execute'
            lore:
              - '&2Executes the Command with 0 Arguments!'
      Permissions:
        Item:
          material: WRITABLE_BOOK
          displayName: '&2Permissions'
          lore:
            - '&2List of all Permissions!'
MenuTitles:
  StartMenu: '&4&lAdmin-Panel'
  SwitchLanguageMenu: '&aLanguages'
  PlayerManager:
    PlayerSelector: '&aSelect a Player'
    PlayerActions: '&aActions: %player_name%'
    SelectPlayerAction: '&aActions: %player_name%'
    SpawningMenu: '&aEntity spawning'
    PotionMenu: '&aPotions'
    TrollMenu: '&1T&2r&3o&4l&5l &6M&7e&8n&9u'
    ArmorView: '&4Armor'
    MoneyMenu: '&a&lMoney'
    BannedPlayers: '&cBanned Players'
    BanMenu: '&cBan'
    KickMenu: '&cKick'
    Permissions:
      ListMenu: '&aPermission List'
      ActionSelectMenu: '&aActions'
  WorldManager:
    WorldSelector: '&aSelect a World'
    WorldSettings: '&3Settings'
    WorldCreateMenu: '&3Create World'
    GameRuleMenu: '&3Gamerules'
    TimeMenu: '&3Time'
    WeatherMenu: '&3Weather'
  ServerManager:
    Menu: '&5Server Manager'
    ChatManagerMenu: '&aChat Manager'
    WhitelistManager:
      Menu: '&3Whitelist Manager'
      PlayerList: '&3Player List'
  PluginManager:
    Selector: '&aSelect a Plugin'
    Settings: '&3Settings'
    InstallMenu: '&6Install'
    AutoUpdateMenu: '&6Auto Update Menu'
    Commands:
      Menu: '&6Commmands'
      Settings: '&3Settings'
    Permissions:
      Menu: '&6Permissions'
      Settings: '&3Settings'

PreviousVideosNextCommands & Permissions

Last updated 3 years ago

Was this helpful?