• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

PlayerParticles

来自Minecraft插件百科
Qsefthuopq讨论 | 贡献2018年4月7日 (六) 00:41的版本 (创建页面,内容为“{{Bukkit Plugin Infobox |插件名=PlayerParticles |图标= |版本= 5.1 |前置插件= |兼容服务端版本=1.8-1.12 |作者= Esophose |網址= [https://www.spig...”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索
PlayerParticles
外文名PlayerParticles
作者Esophose
插件类型Spigot / CraftBukkit
最新版本5.1
兼容服务端1.8-1.12
源地址http://dev.bukkit.org/bukkit-plugins/PlayerParticles

Pp1.gif

介绍

This plugin was designed with one thing in mind, customization. You have the ability to set your particles effects to multiple different default styles, and any color you can dream of. All (useful) particles in the game are available for you to use at your leisure. If you are using the plugin on a BungeeCord setup, there is a database option available for you. All data can be easily synced between all your servers. This is currently the most customizable and up-to-date particle effects plugin on Bukkit/Spigot. Updates are released frequently with new features and bug fixes. Look no further!

兼容性

  • 插件兼容1.8到1.12的版本
  • 但是本插件将不会更新1.8版本的特效
  • 未知服务器版本的情况下粒子特效不会显示

指令

  • /pp gui - 打开GUI来编辑你的粒子特效/粒子风格/数据
  • /pp effects - Displays a list of all effects you have permission for
  • /pp effect <args> - Sets which effect to display around the player
  • /pp styles - Displays a list of all styles you have permission for
  • /pp style <args> - Sets which style to show particles around the player
  • /pp data <args> - Sets the data to use with the current effect. Use with no args to see what args are required.
  • /pp reset - Resets your effect, style, and all data to default settings
  • /pp reset <playerName> - Resets another player's effect, style, and all data to default settings
  • /pp fixed - Displays information about fixed particle effects and subcommands
    • /pp fixed create <x> <y> <z> <effect> <style> [data] - Creates a new fixed effect at the given location with the given effect, style, and optional data (relative coordinates can be used with '~'). Players can create fixed effects with any effects and styles they have permission for.
    • /pp fixed remove <id> - Removes a fixed effect by its id
    • /pp fixed list - Lists all ids of your fixed effects
    • /pp fixed info <id> - Gets info on one of your fixed effects
    • /pp fixed clear <radius> - Clears all fixed effects of ALL players within the given radius
  • /pp version - Displays the version of the plugin
  • /pp worlds - Displays all worlds that particles are disabled in
  • /pp help - Shows all commands in the plugin

权限

  • playerparticles.* - Allows full access to effects, styles, and fixed effects
  • playerparticles.forcereset - Allows a player to force clear another player's effect, style, and data

注意: playerparticles.* 不包括以下权限:

  • playerparticles.forcereset
  • playerparticles.fixed.unlimited
  • playerparticles.fixed.clear

粒子特效权限

playerparticles.effect.* - 可使用所有粒子特效 playerparticles.effect.<effectName> - Effect names are listed in /pp list Ex. playerparticles.effect.driplava Will give the player permission to use /pp effect driplava

风格权限

playerparticles.style.* - 可使用所有风格 playerparticles.style.<styleName> - 在 /pp styles 内显示的一种风格 例如 playerparticles.style.orbit 可以给玩家使用 /pp style orbit 的权限

特效修复权限

  • playerparticles.fixed - Gives access to all regular fixed effect commands, except the following:
    • playerparticles.fixed.unlimited - Allows a player to exceed the maximum set fixed effect limit
    • playerparticles.fixed.clear - Allows a player to remove fixed effects of any player within a given radius.

GUI

文件:Pp1.jpg
The GUI provides ease-of-access for your users. Simply typing /pp will open the GUI and bring them to a menu where they can select an effect, style, or data. Clicking one of these icons will open up another menu that will allow them to customize their appearance. If you are using the plugin for a server lobby, you can bind the /pp gui command to an item using a different plugin.

配置