T2C-CommandGUI | FunctionsGUI | Spigot & Bungee [1.8.x - 1.21] icon

T2C-CommandGUI | FunctionsGUI | Spigot & Bungee [1.8.x - 1.21] -----

FunctionsGUI | Custom GUIs | Use Commands | Send Messages on Player | Supports PlaceholderAPI | 1.18



API
Code (Text):
<repositories>
   <repository>
       <id>T2Code</id>
       <url>https://repo.t2code.net/repository/T2Code/</url>
   </repository>
</repositories>

<dependencies>
   <dependency>
       <groupId>net.t2code</groupId>
       <artifactId>CommandGUI_V2</artifactId>
       <version>VERSION</version>
   </dependency>
</dependencies>

Settings

Default Config Git


Code (YAML):

ConfigVersion
: 5
Plugin
:
  UpdateCheckOnJoin
: true
  Debug
: false
  HelpAlias
: true
  language
: english
  Currency
: $
  DefaultGUI
: default
Storage
:
  Type
: YML
  MySQL
:
    IP
: localhost
    Port
: 3306
    Database
: database
    User
: root
    Password
: password
    SSL
: false
BungeeCord
:
  Enable
: false
  ThisServer
: server
UseItem
:
  Enable
: true
  AllowToggle
: true
  AllowSetSlot
: true
  BlockMoveAndDrop
: true
  OpenGUI
: default
  Permission
:
    NeededToUse
: true
  KeepAtCommandClear
: true
  InventorySlot
:
    Slot
: 1
    SlotEnforce
: false
    FreeSlot
: false
  Item
:
    Material
: paper
    PlayerHead
:
      Enable
: false
      Base64
:
        Enable
: false
        Base64Value
: ''
      PlayerWhoHasOpenedTheGUI
: false
      Playername
: ''
    Name
: '&bDefault &6GUI'
    Lore
:
   - '&eThis is an example GUI'
  Join
:
    GiveOnEveryJoin
: true
    GiveOnlyOnFirstJoin
: false
    Cursor
:
      ToGUIItem
:
        OnLogin
:
          Enable
: true
        Spigot
:
          OnOnlyFirstLogin
: true
        Bungee
:
          OnServerChange
: false
Advanced
:
  UseItem
:
    GameMode
:
      Change
:
        Enable
: true
        DelayInTicks
: 1
      Protection
:
        Enable
: false
        RemoveItemWhenItIsDisabled
: false
        Mode
: blacklist
        List
:
       - CREATIVE
        - Spectator
    World
:
      Change
:
        Enable
: true
        DelayInTicks
: 1
      Protection
:
        Enable
: false
        RemoveItemWhenItIsDisabled
: false
        Mode
: blacklist
        List
:
       - World1
        - World2
Toggle
:
  Items
:
    OnOrYes
:
      Item
:
        Base64
:
          Enable
: false
          Base64Value
: ''
        Material
: GREEN_WOOL
    OffOrNo
:
      Item
:
        Base64
:
          Enable
: false
          Base64Value
: ''
        Material
: RED_WOOL
  Permission
:
    Commands
:
      'True'
: luckperms user [player ] permission set [perm ] true
      'False'
: luckperms user [player ] permission set [perm ] false
Placeholder
:
  'True'
: '&2true'
  'False'
: '&4false'
Sound
:
  Enable
: true
  OpenInventory
:
    Enable
: true
    Sound
: BLOCK_CHEST_OPEN
  Click
:
    Enable
: true
    Sound
: BLOCK_NOTE_BLOCK_HAT
  NoMoney
:
    Enable
: true
    Sound
: BLOCK_NOTE_BLOCK_HARP
  NoInventorySpace
:
    Enable
: true
    Sound
: BLOCK_NOTE_BLOCK_HARP
  Give
:
    Enable
: true
    Sound
: ENTITY_PLAYER_LEVELUP
  PlayerNotFound
:
    Enable
: true
    Sound
: BLOCK_NOTE_BLOCK_HARP

 
To add another GUI just create a new file.

Code (YAML):

GUI
:
  # Enable or disable the GUI
  Enable
: true
  # Set the lines of the GUI here (1-6)
  Lines
: 1
  # Here you set the display name of the GUI
  Name
: '&5default &9GUI'
  FillItem
:
    # Activate or deactivate the FillItem here
    Enable
: true
    # Here you can set the FillItem
    Item
: BLACK_STAINED_GLASS_PANE

Command
:
  # Here you can enable or disable the alias of the GUI. The alias is the file name without .yml
  Alias
: true
  Permission
:
    # Set here if a permission is needed for the alias or not. | Permission: commandgui.command.<alias>
    Required
: true

# Here you set the functions and slots
Slots
:
  # Here is an example of a slot
  # To add another slot just copy the block. IMPORTANT: The slot name must not be duplicated (Slots.<name>).
  SupportDiscord
:
    # Here you set which slot the item / function should be in
    Slot
: 4
    # Here you can activate and deactivate the slot
    Enable
: true
    # Here you specify which function this slot should perform
    Function
: SupportDiscord
    Permission
:
    # Here you can set if a permission is needed to use this function.
      Required
: false
      # Placeholder: [function] which function is used | [slot] is the slot number | [slotname] is the name of the key (Slots.KEY)
      See
: commandgui.gui. [function ].slot. [slot ].see
      Use
: commandgui.gui. [function ].slot. [slot ].use
  UseItem
:
    Slot
: 6
    Enable
: true
    Function
: UseItem
    Permission
:
      Required
: false
      See
: commandgui.gui. [guiname ].slot. [slot ].see
      Use
: commandgui.gui. [guiname ].slot. [slot ].use

GUI
:
  # Enable or disable the GUI
  Enable
: true
  # Set the lines of the GUI here (1-6)
  Lines
: 1
  # Here you set the display name of the GUI
  Name
: '&5default &9GUI'
  FillItem
:
    # Activate or deactivate the FillItem here
    Enable
: true
    # Here you can set the FillItem
    Item
: BLACK_STAINED_GLASS_PANE

Command
:
  # Here you can enable or disable the alias of the GUI. The alias is the file name without .yml
  Alias
: true
  Permission
:
    # Set here if a permission is needed for the alias or not. | Permission: t2code.alias.use.<alias>
    Required
: true

# Here you set the functions and slots
Slots
:
  # Here is an example of a slot
  # To add another slot just copy the block. IMPORTANT: The slot name must not be duplicated (Slots.<name>).
  Example
:
    # Here you set which slot the item / function should be in
    Slot
: 5
    # Here you can activate and deactivate the slot
    Enable
: true

    # Here you set the item that should be in the slot
    Item
:
      # Here you can create an empty slot. Note: When this is enabled, no functions will work.
      Empty
: false
      # Here you can set the number of items
      Amount
: 1
      PlayerHead
:
        # Here you can set if the item should be a player head
        Enable
: true
        Base64
:
          # Here you can specify whether a Base64 player header should be used
          Enable
: true
          # Here you can set the Base64 Value. You can find the Base64 Value for example on https://minecraft-heads.com.
          Base64Value
: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzg3M2MxMmJmZmI1MjUxYTBiODhkNWFlNzVjNzI0N2NiMzlhNzVmZjFhODFjYmU0YzhhMzliMzExZGRlZGEifX19
        # Here you can set whether the player head should be used by the player who has opened the GUI.
        PlayerWhoHasOpenedTheGUI
: false
        # Here you can set a specific player from which the player head should be used
        PlayerName
: ''
      # Here you can set a Minecraft material to be used. This is ignored when PlayerHead is used
      Material
: ''
      # Here you set the DisplayName of the item
      Name
: '&3Support Discord'
      # Here you set the lore of the item
      Lore
:
     - '&8 -----------------'
      - '&bIf you need help setting up the plugin,'
      - '&bfeel free to contact me on the Suport Discord.'
      - '&8 -----------------'
      - '&eIf you find any errors or bugs,'
      - '&eplease contact me so I can fix them.'
      - '&8 -----------------'
      - '&5Discord
: §7https://discord.gg/vRyXFFterJ'

# Functions:

    CustomSound
:
      # Here you can set whether a specific sound or the default sound from the config.yml should be used.
      Enable
: false
      # Here you can deactivate the sound for this item. CustomSound must be activated for this!
      NoSound
: false
      # Here you set the custom sound
      Sound
: ''
    Cost
:
      # Here you can specify whether the function should cost or not
      Enable
: false
      # Here you can set the price
      Price
: 0.0
    Command
:
      # Here you can enable or disable the Command function
      # Placeholder: [player] = PlayerName
      Enable
: false
      # Here you can specify if this command should be executed on the bugee
      BungeeCommand
: false
      # Here you can set if the command should be executed from the console
      # Example: You can also create a store with this command.
      # /give [player] stone | So all commands can be executed even those for which the player has no permission.
      CommandAsConsole
: false
      # Here you can set commands. Several commands are also possible. They are processed from top to bottom and executed one after the other!
      Command
: [ ]
    ServerChange
:
      # Here you can enable or disable the function ServerChange
      # To use this function the function BungeeCord must be activated in the conig.yml and the plugin must be installed on the proxy!
      Enable
: false
      # Here you can say which server the player should be moved to
      Server
: ''
    OpenGUI
:
      # Here you can enable or disable the OpenGUI feature
      Enable
: false
      # Here you can set which GUI should be opened.
      # Use the file name of the GUI without .yml
      GUI
: ''
    Message
:
      # Here you can enable or disable the Message function
      Enable
: true
      # Here you can set the messages to be sent to the player
      # Placeholder: [player] = PlayerName | [prefix] = PluginPrefix | [price] = price if function Cost is activated
      Message
:
      - '&6You can find more information on Discord
: &ehttps://discord.gg/vRyXFFterJ'
    Permission
:
    # Here you can set if a permission is needed to use this function.
      # Permission to see: commandgui.gui.<guiname>.slot.<slot>.see
      # Permission to use: commandgui.gui.<guiname>.slot.<slot>.use
      # The 'commandgui.gui.<guiname>.slot.<slot>' permission includes both permissions.
      Required
: false
    SetConfig
:
      # Here you can enable or disable the SetConfig function
      Enable
: false
      File
:
        # Here you define in which file something should be changed
        # Example at this file: 'plugins/CommandGUI/GUIs/default.yml'.
        Path
: ''
      Option
:
        # Here you set the option to be changed
        # Example on the option of this example slots: 'Slots.Example.Slot'
        Path
: ''
        # Here you set which format should be set
        # String = text in one line
        # Boolean = true / false
        # Integer = numbers without comma
        # Double = number with comma | Please use . as comma
        # List = text with multiple lines (- 'hi')
        Premat
: String
      Value
:
        # Here you can set which value should be set when you click with the left mouse button.
        LeftClick
:
          String
: ''
          Boolean
: false
          Integer
: 0
          Double
: 0.0
          List
: [ ]
        # Here you set which value should be set when clicking with the right mouse button
        RightClick
:
          String
: ''
          Boolean
: false
          Integer
: 0
          Double
: 0.0
          List
: [ ]
      PluginReload
:
        # Here you can set if the plugin to which a file was changed should be reloaded directly
        Enable
: false
        # Here you set the reload command to be used
        # The command is executed by the console! No / is needed!
        Command
: ''
 
To add another Function just create a new file.

Code (YAML):

Slots
:
  Function
:
    Item
:
      #  Here you can create an empty slot. Note: When this is enabled, no functions will work.
      Empty
: false
      # Here you can set the number of items
      Amount
: 1
      PlayerHead
:
        # Here you can set if the item should be a player head
        Enable
: true
        Base64
:
          # Here you can specify whether a Base64 player header should be used
          Enable
: true
          # Here you can set the Base64 Value. You can find the Base64 Value for example on https://minecraft-heads.com.
          Base64Value
: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzg3M2MxMmJmZmI1MjUxYTBiODhkNWFlNzVjNzI0N2NiMzlhNzVmZjFhODFjYmU0YzhhMzliMzExZGRlZGEifX19
        # Here you can set whether the player head should be used by the player who has opened the GUI.
        PlayerWhoHasOpenedTheGUI
: false
        # Here you can set a specific player from which the player head should be used
        PlayerName
: ''
      # Here you can set a Minecraft material to be used. This is ignored when PlayerHead is used
      Material
: ''
      # Here you set the DisplayName of the item
      Name
: '&3Support Discord'
      # Here you set the lore of the item
      Lore
:
     - '&8 -----------------'
      - '&bIf you need help setting up the plugin,'
      - '&bfeel free to contact me on the Suport Discord.'
      - '&8 -----------------'
      - '&eIf you find any errors or bugs,'
      - '&eplease contact me so I can fix them.'
      - '&8 -----------------'
      - '&5Discord
: §7http://dc.t2code.net'
    CustomSound
:
      # Here you can set whether a specific sound or the default sound from the config.yml should be used.
      Enable
: false
      # Here you can deactivate the sound for this item. CustomSound must be activated for this!
      NoSound
: false
      # Here you set the custom sound
      Sound
: ''
    Cost
:
      # Here you can specify whether the function should cost or not
      Enable
: false
      # Here you can set the price
      Price
: 0.0
    Command
:
      # Here you can enable or disable the Command function
      # Placeholder: [player] = PlayerName
      Enable
: false
      # Here you can specify if this command should be executed on the bugee
      BungeeCommand
: false
      # Here you can set if the command should be executed from the console
      # Example: You can also create a store with this command.
      # /give [player] stone | So all commands can be executed even those for which the player has no permission.
      CommandAsConsole
: false
      # Here you can set commands. Several commands are also possible. They are processed from top to bottom and executed one after the other!
      Command
: [ ]
    ServerChange
:
      # Here you can enable or disable the function ServerChange
      # To use this function the function BungeeCord must be activated in the conig.yml and the plugin must be installed on the proxy!
      Enable
: false
      # Here you can say which server the player should be moved to
      Server
: ''
    OpenGUI
:
      # Here you can enable or disable the OpenGUI feature
      Enable
: false
      # Here you can set which GUI should be opened.
      # Use the file name of the GUI without .yml
      GUI
: ''
    Toggle
:
      # Here you can enable a feature that allows players to give or remove permissions to each other
      # The commands for the permission plugin can be set in the config (default for LuckPerms)
      Permission
:
        # Activate this function here
        Enable
: false
        # Set the permission here
        Permission
: ''
      UseItem
:
        # When this function is enabled, players can toggle the UseItem on and off.
        # For this function 'UseItem.AllowToggle' must be activated in config.yml!
        Enable
: false
    Message
:
      # Here you can enable or disable the Message function
      Enable
: true
      # Here you can set the messages to be sent to the player
      # Placeholder: [player] = PlayerName | [prefix] = PluginPrefix | [price] = price if function Cost is activated
      Message
:
      - '&6You can find more information on Discord
: &ehttp://dc.t2code.net'
    SetConfig
:
      # Here you can enable or disable the SetConfig function
      Enable
: false
      File
:
        # Here you define in which file something should be changed
        # Example at this file: 'plugins/CommandGUI/GUIs/default.yml'.
        Path
: ''
      Option
:
        # Here you set the option to be changed
        # Example on the option of this example slots: 'Slots.Example.Slot'
        Path
: ''
        # Here you set which format should be set
        # String = text in one line
        # Boolean = true / false
        # Integer = numbers without comma
        # Double = number with comma | Please use . as comma
        # List = text with multiple lines (- 'hi')
        Premat
: String
      Value
:
        # Here you can set which value should be set when you click with the left mouse button.
        LeftClick
:
          String
: ''
          Boolean
: false
          Integer
: 0
          Double
: 0.0
          List
: [ ]
        # Here you set which value should be set when clicking with the right mouse button
        RightClick
:
          String
: ''
          Boolean
: false
          Integer
: 0
          Double
: 0.0
          List
: [ ]
      PluginReload
:
        # Here you can set if the plugin to which a file was changed should be reloaded directly
        Enable
: false
        # Here you set the reload command to be used
        # The command is executed by the console! No / is needed!
        Command
: ''
 


Code (YAML):
Plugin:
  VaultNotSetUp
: ' [prefix ] &4Vault / Economy not set up!'
  SoundNotFound
: ' [prefix ] &4The sound &6 [sound ] &4was not found! Please check the settings.'
  OnlyForPlayer
: ' [prefix ] &cThis command is for players only!'
  DefaultGUI
:
    create
: ' [prefix ] &2DefaultGUI was created. You can find it in the directory : &e[directory]&2!'
  Reload
:
    Start
: ' [prefix ] &6Plugin is reloaded ...'
    End
: ' [prefix ] &2Plugin was successfully reloaded.'
NoPermission
:
  ForCommandGUI
: ' [prefix ] &cYou do not have permission for &4Command&9GUI&c!'
  ForCommand
: ' [prefix ] &cFor &b [cmd ] &cyou lack the permission &6 [perm ]&c!'
  ForUseItem
: ' [prefix ] &cYou lack the permission &6 [perm ] &cto use the item for the GUI : &6[gui].'
  ForItem
: ' [prefix ] &cFor &b [item ] &cyou lack the permission &6 [perm ]&c!'
UseItem
:
  UseItem_ON
: ' [prefix ] &2You have activated the GUI item.'
  UseItem_OFF
: ' [prefix ] &2You have disabled the GUI item.'
  Change_Slot
: ' [prefix ] &2You have changed the GUI item to slot : &6[slot]&2.'
  SlotNotEmpty
: ' [prefix ] &6The slot &e [slot ] &6is currently occupied!'
  SlotAlreadySet
: ' [prefix ] &6The slot §e [slot ] §6is already set!'
  ItemSlot_wrongValue
: ' [prefix ] &cThe specified slot must be between 1 and 9!'
Cost
:
  Buy_msg
: ' [prefix ] &2You bought [itemname ] &2for &6 [price ]&2.'
  No_money
: ' [prefix ] &cYou don''t have enough money!'
  NoInventorySpace
: ' [prefix ] &cYou have no room in your inventory!'
ServerChange
:
  onServerChange
: ' [prefix ] &2You will be connected to the server &e [server ]§2.'
GUI
:
  GUInotFound
: ' [prefix ] &cThe GUI chosen by the does not exist.'
  GUIisDisabled
: ' [prefix ] &cThe GUI [gui ] &cis currently Disabled!'
Give
:
  Sender
: ' [prefix ] &2You have given &6 [player ] &2an [item ] &2!'
  Receiver
: ' [prefix ] &2You got &2, [item ] &2from &6 [sender ]!'
Player
:
  PlayerNotFond
: ' [prefix ] &cThe player &6 [player ] &cwas not found or is not online!'
  PlayerNoInventorySpace
: ' [prefix ] &6 [player ] &chas no free space in his inventory!'
Help
:
  CGUI
: '&8''''&b/commandgui &8| &b/cgui&8'''' &eOpen the default GUI &7 (&r [gui ]&7 )&e.'
  Help
: '&8''''&b/commandguihelp&8'''' &eOpen this help.'
  Info
: '&8''''&b/commandguiadmin info&8'''' &eCall the info from &4Command&9GUI &e.'
  Open
: '&8''''&b/commandgui [gui ]&8'''' &eOpen the GUI : &6[guiname]&e.'
  Give
: '&8''''&b/commandguiadmin give &7<player>&8'''' &eGive a player the GUI item.'
  CreateDefaultGUI
: '&8''''&b/commandguiadmin createdefaultgui&8'''' &eCreate a default GUI &7 ( [directory ] )&e.'
  Reload
: '&8''''&b/commandguiadmin reload&8'''' &eReload the plugin.'
  UseItem_On
: '&8''''&b/gui-item on&8'''' &eActivate the GUIItem for you.'
  UseItem_Off
: '&8''''&b/gui-item off&8'''' &eDisable the GUIItem for yourself.'
  UseItem_Slot
: '&8''''&b/gui-item slot [slot ]&8'''' &eSet the slot for GUIItem for you.'
 
Code (YAML):
Plugin:
  VaultNotSetUp
: ' [prefix ] &4Vault / Economy nicht eingerichtet!'
  SoundNotFound
: ' [prefix ] &4Der Sound &6 [sound ] &4wurde nicht gefunden! Bitte [ue ]berpr [ue ]fe die Einstellungen.'
  OnlyForPlayer
: ' [prefix ] &cDieser Command ist nur f [ue ]r Spieler!'
  DefaultGUI
:
    create
: ' [prefix ] &2DefaultGUI wurde erstellt. Du findst sie im Verzeichnis : &e[directory]&2!'
  Reload
:
    Start
: ' [prefix ] &6Plugin wird neu geladen ...'
    End
: ' [prefix ] &2Plugin wurde erfolgreich neu geladen.'
NoPermission
:
  ForCommandGUI
: ' [prefix ] &cDu hast keine Permission f [ue ]r &4Command&9GUI&c!'
  ForCommand
: ' [prefix ] &cF [ue ]r &b [cmd ] &cfehlt dir die Permission &6 [perm ]&c!'
  ForUseItem
: ' [prefix ] &cDir fehlt die Permission &6 [perm ] &cum das Item f [ue ]r die GUI : &6[gui] &cnutzen zu k [oe ]nnen.'
  ForItem
: ' [prefix ] &cF [ue ]r &b [item ] &cfehlt dir die Permission &6 [perm ]&c!'
UseItem
:
  UseItem_ON
: ' [prefix ] &2Du hast das GUI-Item aktiviert.'
  UseItem_OFF
: ' [prefix ] &2Du hast das GUI-Item deaktiviert.'
  Change_Slot
: ' [prefix ] &2Du hast das GUI-Item auf Slot &6 [slot ] &2umgestellt.'
  SlotNotEmpty
: ' [prefix ] &6Der Slot §e [slot ] §6ist derzeit belegt!.'
  SlotAlreadySet
: ' [prefix ] &6Der Slot §e [slot ] §6ist bereits eingestellt!'
  ItemSlot_wrongValue
: ' [prefix ] &cDer angegebene Slot muss sich zwischen 1 und 9 befinden!'
Cost
:
  Buy_msg
: ' [prefix ] &2Du hast dir [itemname ] &2f [ue ]r &6 [price ] &2gekauft.'
  No_money
: ' [prefix ] &cDu hast nicht gen [ue ]gend Geld!'
  NoInventorySpace
: ' [prefix ] &cDu hast keinen Platz in deinem Inventar!'
ServerChange
:
  onServerChange
: ' [prefix ] &2Du wirst auf den Server §e [server ] §2verbunden.'
GUI
:
  GUInotFound
: ' [prefix ] &cDie von die gew [ae ]hlte GUI gibt es nicht.'
  GUIisDisabled
: ' [prefix ] &cDie GUI [gui ] &cist derzeit Deaktiviert!'
Give
:
  Sender
: ' [prefix ] &2Du hast &6 [player ] &2ein [item ] &2gegeben!'
  Receiver
: ' [prefix ] &2Du hast von &6 [sender ] &2, [item ] &2bekommen!'
Player
:
  PlayerNotFond
: ' [prefix ] &cDer Spieler &6 [player ] &cwurde nicht gefunden oder ist nicht Online!'
  PlayerNoInventorySpace
: ' [prefix ] &6 [player ] &chat keinen freien Platz in seinem Inventar!'
Help
:
  CGUI
: '&8''''&b/commandgui &8| &b/cgui&8'''' &e [OE ]ffne die default GUI &7 (&r [gui ]&7 )&e.'
  Help
: '&8''''&b/commandguihelp&8'''' &e [OE ]ffne diese help.'
  Info
: '&8''''&b/commandguiadmin info&8'''' &eRufe die Infos von &4Command&9GUI &eauf.'
  Open
: '&8''''&b/commandgui [gui ]&8'''' &e [OE ]ffne die GUI : &6[guiname]&e.'
  Give
: '&8''''&b/commandguiadmin give &7<player>&8'''' &eGebe einem Spieler das GUI-Item.'
  CreateDefaultGUI
: '&8''''&b/commandguiadmin createdefaultgui&8'''' &eLasse eine default GUI erstellen &7 ( [directory ] )&e.'
  Reload
: '&8''''&b/commandguiadmin reload&8'''' &eLade das Plugin neu.'
  UseItem_On
: '&8''''&b/gui-item on&8'''' &eAktiviere f [ue ]r dich das GUIItem.'
  UseItem_Off
: '&8''''&b/gui-item off&8'''' &eDeaktiviere f [ue ]r dich das GUIItem.'
  UseItem_Slot
: '&8''''&b/gui-item slot [slot ]&8'''' &eSetze den Slot für GUIItem für Sie einstellen.'
 
Code (YAML):
Plugin:
  VaultNotSetUp
: ' [prefix ] &4Vault / Økonomi har ikke blitt satt opp!'
  SoundNotFound
: ' [prefix ] &4Lyden &6 [sound ] &4ble ikke bli funnet! Vennligst sjekk innstillingene.'
  OnlyForPlayer
: ' [prefix ] &cDenne kommandoen er for spillere kun!'
  DefaultGUI
:
    create
: ' [prefix ] &2DefaultGUI har blitt laget. Du kan finne den i mappen : &e[directory]&2!'
  Reload
:
    Start
: ' [prefix ] &6Pluginet blir relastet ...'
    End
: ' [prefix ] &2Pluginet har blitt lastet inn på nytt.'
NoPermission
:
  ForCommandGUI
: ' [prefix ] &cDu har ikke tilgang til &4Command&9GUI&c!'
  ForCommand
: ' [prefix ] &cFor &b [cmd ] &cmangler du tillatelsen &6 [perm ]&c!'
  ForUseItem
: ' [prefix ] &cDu mangler tillatelsen &6 [perm ] &cfor å bruke gjenstanden i GUI : &6[gui].'
  ForItem
: ' [prefix ] &cFor &b [item ] &cmangler du tillatelsen &6 [perm ]&c!'
UseItem
:
  UseItem_ON
: ' [prefix ] &2You have activated the GUI item.'
  UseItem_OFF
: ' [prefix ] &2You have disabled the GUI item.'
  Change_Slot
: ' [prefix ] &2You have changed the GUI item to slot : &6[slot]&2.'
  SlotNotEmpty
: ' [prefix ] &6Plassen &e [slot ] &6er opptatt for øyeblikket!'
  SlotAlreadySet
: ' [prefix ] &6Plassen §e [slot ] §6er allerede satt!'
  ItemSlot_wrongValue
: ' [prefix ] &cDen spesifiserte plassen må være mellom 1 og 9!'
Cost
:
  Buy_msg
: ' [prefix ] &2Du kjøpte [itemname ] &2for &6 [price ]&2.'
  No_money
: ' [prefix ] &cDu har ikke nok penger!'
  NoInventorySpace
: ' [prefix ] &cDu har ikke nok plass i inventaret ditt!'
ServerChange
:
  onServerChange
: ' [prefix ] &2Du vil bli tilkoblet serveren &e [server ]&2.'
GUI
:
  GUInotFound
: ' [prefix ] &cGUIen som ble spesifisert finnes ikke.'
  GUIisDisabled
: ' [prefix ] &cGUIen [gui ] &cer slått av for øyeblikket!'
Give
:
  Sender
: ' [prefix ] &2Du har gitt &6 [player ] &2en [item ]&2!'
  Receiver
: ' [prefix ] &2Du fikk &2, [item ] &2fra &6 [sender ]!'
Player
:
  PlayerNotFond
: ' [prefix ] &cSpilleren &6 [player ] &cble ikke funnet eller er ikke pålogget!'
  PlayerNoInventorySpace
: ' [prefix ] &6 [player ] &char ikke nok plass i inventaret sitt!'
Help
:
  CGUI
: '&8''''&b/commandgui &8| &b/cgui&8'''' &eÅpne default GUIen &7 (&r [gui ]&7 )&e.'
  Help
: '&8''''&b/commandguihelp&8'''' &eSender denne hjelpe meldingen.'
  Info
: '&8''''&b/commandguiadmin info&8'''' &eKall informasjon fra &4Command&9GUI&e.'
  Open
: '&8''''&b/commandgui [gui ]&8'''' &eÅpne GUIen : &6[guiname]&e.'
  Give
: '&8''''&b/commandguiadmin give &7<player>&8'''' &eGi en spiller GUI gjenstanden.'
  CreateDefaultGUI
: '&8''''&b/commandguiadmin createdefaultgui&8'''' &eLag en normalverdi GUI &7 ( [directory ] )&e.'
  Reload
: '&8''''&b/commandguiadmin reload&8'''' &eLast inn pluginet på nytt.'
  UseItem_On
: '&8''''&b/gui-item on&8'''' &eAktiverer en GUI gjenstand for deg.'
  UseItem_Off
: '&8''''&b/gui-item off&8'''' &eDeaktiverer en GUI gjenstand for deg.'
  UseItem_Slot
: '&8''''&b/gui-item slot [slot ]&8'''' &eSett sporet for GUIItem for deg.'
 
Resource Information
Author:
----------
Total Downloads: 7,418
First Release: Mar 28, 2021
Last Update: May 16, 2024
Category: ---------------
All-Time Rating:
5 ratings
Find more info at git.t2code.net...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings