SimpleVanish
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: paper purpur
标签: management social utility
This plugin allows you to make yourself invisible to other players.
Features
- Make youreself completly inviseble to others.
- Players with 'simplevanish.see' can see vanished players.
- Reload the plugin in-game.
- Configurable settings for vanished players (e.g., fly, item pickup ...). (+ Personal settings)
- PlaceholderAPI Support
- Customizable messages in english.yml & german.yml. (You can also create own lang-files)
Commands
/vanish– Toggle vanish mode for yourself/vanish <player>– Toggle vanish mode for another player/vanish settings– Open your vanish settings menu/vanish toggle <setting>– Toggle a specific setting directly/simplevanish reload– Reload the plugin configuration/simplevanish about– Show plugin information
Permissions
simplevanish.use.self– Use/vanishfor yourselfsimplevanish.use.other– Use/vanish <player>simplevanish.see– See vanished playerssimplevanish.reload– Use/simplevanish reloadsimplevanish.admin– Access reload and about commandssimplevanish.admin.update– Receive update notificationssimplevanish.settings– Access settings menusimplevanish.setting.auto-vanish– Enable auto-vanish on joinsimplevanish.setting.invulnerable– Become invulnerable while vanishedsimplevanish.setting.nightvision-effect– Get night vision while vanishedsimplevanish.setting.clear-weather– Force clear weather while vanishedsimplevanish.setting.item-pickup– Pick up items while vanishedsimplevanish.setting.allow-flight– Fly while vanishedsimplevanish.setting.silent-containers– Open containers silently while vanished
Placeholders
- %simplevanish_vanished%: Is the player Vanished?
- %simplevanish_vanished_players%: Returns the number of all vanished players
- %simplevanish_fake_playercount%: Return the playercount but without vanished players
Configs
View config.yml ``` # This plugin utilizes MiniMessage for messages. # For more information, visit https://docs.adventure.kyori.net/minimessage.html file-version: 1 # The prefix before every message prefix: "SimpleVanish ⚡ " # The messages file to use langFile: 'english' # Settings for the update checker updateChecker: # Send a message to the console when a new version is available consoleMessage: true # Send a message to the player when a new version is available # This requires the permission 'simplevanish.admin.update' or to be an OP playerMessage: true # Settings for the action bar actionbar: # Should the action bar be enabled? enabled: true # Message when the player is vanished on: "Vanish - ON" # Message when the player is visible off: "Vanish - OFF" # Should players be able to define their own vanish settings? personalSettings: true # Default settings for players who do not have personal settings enabled defaultSettings: # Should the player automatically vanish when they join the server? auto-vanish: true # Should the player be invulnerable while vanished? invulnerable: true # Should the player get the night vision effect while vanished? nightvision-effect: false # Should the weather be cleared when the player enters vanish? # This affects only the weather for the vanished player clear-weather: false # Should vanished players be able to pick up items? item-pickup: true # Should vanished players be allowed to fly? allow-flight: true # Should the player be able to see a preview of containers while vanished without opening them? silent-containers: true # Should the player be able to see a preview of inventories from other players while vanished? player-inv-inspector: true # Extra hiding settings (Where should vanished players be hidden?) extraHidingSettings: # Should vanished players be hidden from the player-count on the server list? serverList: true # Should vanished players be ignored for sleeping checks? sleeping: true # Should the joinMessages for vanished players be hidden? joinMessage: true # Should the quitMessages for vanished players be hidden? quitMessage: true # Should the deathMessages for vanished players be hidden? deathMessage: true # Should the advancement messages for vanished players be hidden? advancementMessage: true # Filter tab-completions for vanished players? tabCompletions: true # Placeholder settings placeholders: # Placeholder for the vanished state of the player vanished: # The placeholder to use when the player is vanished true: "[V]" # The placeholder to use when the player is visible false: "" # Placeholder to show the vanished player count vanished_players: # The placeholder to use when there are no vanished players none: "None" # The placeholder to use when there are vanished players count: "%count%" # Placeholder to show all non-vanished players fake_playercount: # The placeholder to use when there are no non-vanished players none: "None" # The placeholder to use when there are non-vanished players count: "%count%" ``` View english.yml ``` # This plugin utilizes MiniMessage for messages. # For more information, visit https://docs.adventure.kyori.net/minimessage.html file-version: 1 # General messages general: noPlayer: "You must be a player to execute this command!" noPerms: "You do not have permission to execute this command!" # Other messages other: updateChecker: "An update is available! You are using version v%current-version%, the latest version is v%latest-version%!" symbol: true: "✔" false: "✘" hoverMessage: "Click to toggle" setting-names: auto-vanish: "Auto Vanish" invulnerable: "Invulnerable" nightvision-effect: "Nightvision" clear-weather: "Clear Weather" item-pickup: "Item Pickup" allow-flight: "Allow Flight" silent-containers: "Silent Containers" player-inv-inspector: "Player Inv Inspector" silent-containers-title: "%container% (Vanish)" player-inv-inspector-title: "%player%'s Inventory (Vanish)" # Command messages commands: # Messages for the /simplevanish command (main plugin command) simplevanish: usage: "Please use /simplevanish !" about: "SimpleVanish v%version% - %author%" reload: reloading: "Reloading SimpleVanish..." reloaded: "Successfully reloaded SimpleVanish! (%time%ms)" error: "An error occurred while reloading SimpleVanish! Check the console for details." vanish: usage: "Please use /vanish请登录后举报
暂无评论,抢个沙发吧~