https://github.com/ad5001/effectscommands
A PocketMine plugin that add very short commands for effects
https://github.com/ad5001/effectscommands
Last synced: 2 months ago
JSON representation
A PocketMine plugin that add very short commands for effects
- Host: GitHub
- URL: https://github.com/ad5001/effectscommands
- Owner: Ad5001
- License: gpl-3.0
- Created: 2016-02-29T17:25:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T19:06:28.000Z (about 9 years ago)
- Last Synced: 2025-01-16T12:56:03.547Z (4 months ago)
- Language: PHP
- Homepage: http://forums.imagicalmine.net/plugins/effects-commands.56/
- Size: 37.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EffectsCommands
Adding yourself effects with VERY shorts commands
##- Description:
###What is this plugin about?
This plugin add short commands for adding yourself effects (e.g. /speed , see more in "Commands" section) and combinations of effects (e.g. /allspeed ).
###Which effects are on this plugins?
All positive one that are currently available on Imagicalmine.
###What can we modify on effect using those commands?
You can actualy modify the amplifier on some effects (Effects as Invisibility or Night Vision has no differences between amplifiers, that's why you cannot modify it!).
###Are particules on?
No, of curse not! Because for effects as invisibility won't be able to be fully as natural as possible. A bug (I think it's a bug) make the effect icon invisible too!
###How long does we keep effects?
Forever until you do "/eclear [EffectYouWantToClear]" (e.g. /eclear speed) , "/eclear" to clear all your effects or "/(effectcommand) 0" (e.g. /speed 0).#- Commands:
##Normal effects:
###- /speed
Adding yourself speed effect.
permission: effect.command.speed
###- /jumpboost
Adding yourself jump boost effect.
permission: effect.command.jumpboost
Aliases: /jb
###- /nightvision
Adding yourself night vision effect.
permission: effect.command.nightvision
Aliases: /nv
###- /regeneration
Adding yourself jump boost effect.
permission: effect.command.regeneration
Aliases: /regen
###- /resistance
Adding yourself resistance effect.
permission: effect.command.resistance
Aliases: /res
###- /fireresistance
Adding yourself fire resistance effect.
permission: effect.command.fireresistance
Aliases: /fres
###- /haste
Adding yourself haste effect.
permission: effect.command.haste
Aliases: /ha
###- /invisible
Making yourself invisible
permission: effect.command.invisible
Aliases: /in
###- /saturation
Adding yourself saturation effect.
permission: effect.command.saturation
Aliases: /sa
###- /waterbreath
Adding yourself waterbreathing effect.
permission: effect.command.waterbreath
Aliases: /wb
###- /absorbtion
Adding yourself absorbtion effect.
permission: effect.command.absorbtion
Aliases: /ab
###- /healthboost
Adding yourself health boost effect.
permission: effect.command.healthboost
Aliases: /hb
###- /strength
Adding yourself strength effect.
permission: effect.command.strength##Combined commands:
###- /allspeed
Make all of your body more speedy (Speed & haste)
permission: effect.command.allspeed
Aliases: /as
###- /nightpowers
Give yourself the powers of the night (NightVision & Invisibility)
permission: effect.command.nightpowers
Aliases: /np
###- /liquidslife
Give yourself a life underliquids (Fire resistance & Water Breathing)
permission: effect.command.liquidslife
Aliases: /ll
###- /superstrong
Make yourself super strong (Strength & Resistance)
permission: effect.command.superstrong
Aliases: /ss
Basic idea : ziken##Other commands:
###- /eclear [effect]
Clear one or all your effects
permission: effect.command.eclear#- To- Do:
- Fix bugs (if found)
- When new effects come, adding them
- More combined effects (suggest me (if you want) ! I have no more idea for now!)
- Other (you're ideas that you want to see on this plugin, you would be credited)