InvisibleFrames icon

InvisibleFrames -----

Allows the player to make invisible item frames



Feature Update
- Added the ability to turn off the GUI.
- Changed where the particles spawn from, making them have less of an offset from the item.

Code (YAML):
######################################################################
#                                                                    #
#                             Config.yml                             #
#                                                                    #
######################################################################

# Set this to true if you want to use placeholderAPI in the plugin
PAPI Hook
: true

# Set PAPI hook to true to use all the placeholderAPI placeholders
# in the Messages

# These are the placeholders provided by the plugin
Placeholders
:
  Prefix
: "&aTardisDev &8|"
  Error
: "&cError &8|"
  Success
: "&aSuccess &8|"
  Plugin Name
: "&bInvisFrames"

######################################################################
#                        List of placeholders                        #
######################################################################
#                                                                    #
#                   prefix       -       %prefix%                    #
#                    Error       -       %error%                     #
#                  Success       -       %success%                   #
#              Plugin Name       -       %pluginname%                #
#                    Class       -       %class%                     #
#                   Player       -       %player%                    #
#                                                                    #
#                                                                    #
#                          * Disclaimer *                            #
#               Placeholders may not work for certain                #
#                             Messages                               #
#                                                                    #
######################################################################

# Set weather or not a particle should play after the player changes the
# state of an item frame
Use Particles
: true

# Set weather or not a sound should play after the player changes the
# state of an item frame
Use Sounds
: true

# Set weather or not the GUI will be used when changing the state of
# an item frame
Use GUI
: true

######################################################################
#                                                                    #
#                              Messages                              #
#                                                                    #
######################################################################
Messages
:
  System Messages
:
    Success
:
      PAPI Hook
: "&aFound PlaceholderAPI, hooking into it."
      Reloaded
: "%success% %pluginname%'s &7config has successfully reloaded!"
      Changed Item Frame
: "%success% &7Turned item frame invisible."
      Cancel Item Frame Change
: "%success% &7Canceled item frame change."

    Error
:
      PAPI Hook
: "&aCouldn't find PlaceholderAPI, all placeholders from PAPI won't work."
      No Permissions
: "%error% &7You don't have permission to run this command!"
      Invalid Material
: "%error% &7Invalid material in the config."

  # Default help Messages, you can change this if you want
  Help
:
    Main
:
     - ""
      - "&7&l&m⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯&r &a&l%pluginname% Help &r&7&l&m⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯&r"
      - "&a/InvisFrame &7- Shows this message"
      - "&a/InvisFrame help &7- Shows this message"
      - "&a/InvisFrame reload &7- Reloads the plugin"
      - "&7&l&m⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯&r &a&l%pluginname% Help &r&7&l&m⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯&r"
      - ""

######################################################################
#                                                                    #
#                                GUI                                 #
#                                                                    #
######################################################################
GUI
:
  Title
: "Make Item Frame Invisible?" # Set the title of the GUI
  Rows
: 3 # Set the number of rows in the GUI

  # Set weather or not the opening Messages will be sent
  Send Opening Messages
: true # By default, this is set to true
  # Send a Messages when the player opens the GUI
  Opening Messages
: "%prefix% &7Opening GUI"


  Items
:
    Accept
:
      Name
: "&aAccept"
      Material
: LIME_STAINED_GLASS_PANE
      Slot
: 11
      Lore
:
       - "&7Make the item frame invisible"

    Deny
:
      Name
: "&cDeny"
      Material
: RED_STAINED_GLASS_PANE
      Slot
: 15
      Lore
:
       - "&7Cancel this"

    Placeholder
:
      Name
: "&7"
      Material
: GRAY_STAINED_GLASS_PANE
      Lore
:
       - ""


Planned Features:

- Ability to choose particle used
- Ability to choose sound used
----------, Aug 17, 2022
Resource Information
Author:
----------
Total Downloads: 1,272
First Release: Apr 6, 2022
Last Update: Dec 26, 2022
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings