Container View | Remotly View Containers 1.21.x+ icon

Container View | Remotly View Containers 1.21.x+ -----

Highlight containers so you can view it's contents without physical access.




Hex color code & Multi language support:

How to update ( To use your old message.yml ):
1. Stop the server
2. Update the plugin
3. Start the server
4. Drag your message.yml to the lang folder in the plugin folder
5. Add the following to the config.yml:
Code (Text):
language: message
6. Reload the plugin: /cview reload
  • Added multi language system. ( by @abb3v! )
    Now supports 4 languages:
    Code (Text):
    # Language to be used, if you do not know what you are doing, leave this as en_us.
    #
    #    To display English: en_us
    #        https://github.com/Hinogo2210/ContainerView/blob/main/src/main/resources/lang/en_us.yml
    #    Para mostrar español: es_es
    #        https://github.com/Hinogo2210/ContainerView/blob/main/src/main/resources/lang/es_es.yml
    #    顯示繁體中文(香港): zh_hk
    #        https://github.com/Hinogo2210/ContainerView/blob/main/src/main/resources/lang/zh_hk.yml
    #    显示简体中文(中国大陆): zh_cn
    #        https://github.com/Hinogo2210/ContainerView/blob/main/src/main/resources/lang/zh_cn.yml
    #
    # PM me on discord to add your language: mromango


  • Added hex support (Use &#<hex>):
    For example:
    Code (Text):
    prefix: "&#FFD400[CView] "
upload_2024-12-19_18-54-17.png
----------, Dec 20, 2024

Bug fixes:
  • Fixed an issue where the plugin won't load if the "SafariNet" plugin was not installed.
  • Fixed plugin version display issue.
----------, Dec 15, 2024

Complete Plugin 2.0 Rewrite:

Open Sourced!
  • Check it out here.
Config Files
Previous config.yml will not going to work:
  • The Settings and Messages sections are now stored in two separate files. Download these two files and apply your previous settings: config.yml & message.yml
Per-Player Viewing
  • Now a player could not see another player's viewing glowing outline.
Double Chest Support
  • Now doubled chest will be displayed separately and will not count towards the color limits of other containers. Maximum displaying up to 32 Containers! (16 for single-type containers + 16 for double chests):
  • upload_2024-12-13_1-10-51.png

Permissions and Commands
  • Now only has two permissions:
    • containerview.use - Includes all the user commands (/cview view,end,help)
    • containerview.reload - /cview reload
  • Added help page (/cview help):
    [​IMG]

Break Detection
  • The plugin will remove the glowing entity and automatically end the view session if all the containers are broken:
    [​IMG]
Click To End
  • Now you can end the view session with mouse:
    upload_2024-12-13_1-9-50.png
GUI Close Option
  • Now you can choose if the view GUI will automatically close when time is up or not.
----------, Dec 13, 2024

Bug fixes & Minor Tweak:
  • Fixed item duplication glitch.
  • Added container close sound, with config update:
Code (Text):
  # Play sound when view GUI opens.
  # You can find all the sounds here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  sound-effect:
    # Play or not, default enabled.
    enable: true
    open-sound: BLOCK_BARREL_OPEN
    close-sound: BLOCK_BARREL_CLOSE
----------, Sep 30, 2024

Bug fixes:
  • Now SafariNet's egg will not capture glowing shulkers.
----------, Aug 25, 2024

Bug fixes:
  • Removed a space after the prefix.
  • Fixed container glows in white sometimes.
  • Fixed error that occurs when color is set less than 16 in config.
  • Fixed plugin not working properly when flag nomobs & nmonsters is enabled in plugin Residence.
----------, May 15, 2024

Prefix message & 1.20.5 support:
  • Custom prefix option added. cview-1.0.7-beta.png
  • Added 1.20.5 support.
  • Updated portion of the config:
English:
Code (YAML):
lang :
  # Plugin prefix
  prefix
: "&e[CView]"
Chinese (Traditional):
Code (YAML):
lang :
  # 插件前綴
  prefix
: "&e[CView]"
----------, Apr 26, 2024

Config update & New command:
  • New command for disable view mode immediately:
    - /cview end
    permission: containerview.use.end
    update_1.0.6-Beta_10fps.gif

  • Custom Permission - You can now customize permission for this plugin! (settings.permissions)

  • Message Customization:
    1. Added no permission message. (lang.no-permission)
    2. Added unknown usage message. (lang.unknown-usage)
    3. Added /cview end related message. (lang.view-not-enabled)
  • Updated portion of the config:
English:
Code (YAML):

settings
:
  # Custom permission for the plugin.
  permissions
:
    use
: containerview.use
    end
: containerview.use.end
    admin
: containerview.admin

lang
:
  view-not-enabled
: "&cView mode is not enabled, use &e/cview&c to view."
  # Message when player got insufficient permission.
  no-permission
: "&cInsufficient permission."
  # Unknown command usage.
  unknown-usage
: "&cUnknown usage, type &c/help &cfor help."
 
Chinese (Traditional):
Code (YAML):

settings
:
  # 插件權限
  permissions
:
    use
: containerview.use
    end
: containerview.use.end
    admin
: containerview.admin

lang
:
  view-not-enabled
: "&7未進入預覽模式,使用 &e/cview &7預覽"
  # 沒有權限
  no-permission
: "&c沒有權限."
  # 錯誤指令用法
  unknown-usage
: "&c錯誤用法, 輸入 &e/help &c查詢。"
 
----------, Apr 13, 2024

Auto config update:
  • config.yml will now automatically updated when there's changes from the lastest version.
----------, Apr 12, 2024

Config & Sound update:
  • You can now choose to play sound when the container view GUI opens.
  • Updated portion of the config:
English:
Code (YAML):
settings :
  # Play sound when view GUI opens.
  # You can find all the sounds here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  sound-effect
:
    # Play or not, default enabled.
    enable
: true
    sound
: BLOCK_BARREL_OPEN
Chinese (Traditional):
Code (YAML):
settings :
  # 開啓預覽界面時播放聲音,聲音列表:https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  sound-effect
:
  # 是否播放
  enable
: true
  sound
: BLOCK_BARREL_OPEN
----------, Apr 11, 2024

Bug fix:
  • Fixed items can be taken out of the view GUI.
----------, Apr 10, 2024

Config & Icon update:
  • Added option to display icon in GUI title (with corresponding color) using new placeholder '{icon}' in config.
    cview_update_1.0.2.png
  • Updated portion of the config:
Code (YAML):
lang :
  # Title on container view GUI.
  # Placeholders available for 'lang.container-view-title': {x}, {y}, {z}, {icon}.
  # Return container's corresponding location x, y, z.
  container-view-title
: "{icon} Container View &l| &0{x}, {y}, {z}"
----------, Apr 10, 2024

Added support for more containers:
  • BARREL
  • SHULKER_BOX
  • <COLOR>_SHULKER_BOX
  • TRAPPED_CHEST
----------, Apr 9, 2024

Resource Information
Author:
----------
Total Downloads: 478
First Release: Apr 2, 2024
Last Update: Dec 20, 2024
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings