InvisibleFrames icon

InvisibleFrames -----

Allows the player to make invisible item frames



Feature / Bug Fix Update
- Added support for the use of custom particles
- Added support for the use of custom sounds
- Added the ability to choose whether or not a player can open a container that is behind an invisible item frame
- Fixed issues with reloading the plugin
- Fixed issue with `/invisframes reload` not showing up as auto-complete for players with OP
- Changed how variables are stored in the plugin

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
Particles
:
  Use Particles
: true
  # A list of particles can be found at the following link:
  # https://www.digminecraft.com/lists/particle_list_pc.php
  #
  # Must be a value from this list, or it will revert to the default
  # Firework effect
  Particle
: Fireworks Spark

# Set weather or not a sound should play after the player changes the
# state of an item frame
Sounds
:
  Use Sounds
: true
  # A list of sounds can be found at the following link:
  # https://www.spigotmc.org/wiki/cc-sounds-list/
  #
  # Must be a value from this list, or it will revert to the default
  # EXP sound
  Sound
: Entity Experience Orb Pickup

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

# Set weather or not the player will be able to open contains through
# the item frame rather than rotating the item frame
Allow Block Pass Through
: 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
:
       - ""
----------, Aug 18, 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