Changelog

SpecialEffects v0.9.beta

  • Added special effects for players.
  • Added special effect player.balrog Can be accessable through /se player.balrog
  • Added special effect player.smoke. Command: /se player.smoke
  • Added special effect player.fly.sound. Command: /se player.fly.sound
  • Added special effect player.invisible. Command: /se player.invisible Special flying effect (With Sound)
  • imported the old explosions to Special Effects.
  • Added 14 new commands
  • Added method for saving Redstone Blocks ( both c4 and nuke )
  • Added memory to explosions classes (When using for example c4mode and then reload the server it will remember that you where at that mode.
  • Added memory for mines
  • Changed mine block to Sponge and so the mine only can be used if u are using mine placement through the command /Se explosions.mines
  • Changed "Redstone Block create at world (infinit numbers)" to a readable number like World Y=230 X=200 Z=100.
  • Added creation message for mines.
  • Added 12 new permissions
  • Added turrets. Command for turret part /se turret.turret
  • Added Exploding turret. When toy stand on it it's activate and then just click the mouse with either right or left click. Command for placing: /se turret.exploding
  • Added effect blocks
  • Added effect block: smoke Comand: /Se block.smoke
  • Added memory for effect blocks turrets and players.
  • Added a cost of one sulphur when shooting in turret.Exploding also made it so you only can shoot using left click.
  • Added several new commands
  • Added a new methos of storing files
  • Fixed some bugs (Still some left to solve but note. this is a beta version so don't expect it to be bug free.)

New commands

  • /Se Turret.turret: Starts the turret part of SpecialEffect
  • /Se turret.exploding: Starts the placemode for turret: Exploding. When placed step on it to activate it and then left click. !Make sure to have sulphur in your inventory. This turret ejects projectiles that explode upon contact.
  • /Se player.smoke: For smoke mode
  • /Se player.balrog: For balrog mode
  • /Se player.invisible: For invisible mode
  • /Se player.fly.sound: This mode will only have an effect when you go inte fly mode like with essentials /fly when you are at the ground this do not giva an effect.
  • /Se block.block: Starts block part of SpecialEffects
  • /Se block.smoke: Use this if you wanna place an effect block that gives smoke when you step on it.
  • /Se explosions.explosions: Just like the old explosions. Enables explosions part of the plugin. (or disables it wheter you are already using it or not)
  • /Se explosions.mine: Starts the mine placement mode. When you stepon a mine it explodes. If you have _Mine_Redstone: true in your config just place a redstone torch below the mine and it will work.
  • /Se explosions.t.redstone: Effects the modes so when you place a sponge a redstone torch has to be placed below the redstone block and then put a redstone current to the block that the redstone torch is bounded with and the redstone torch should go to an off state wich will trigger the explosion.
  • /Se explosions.t.place: Effects the modes so when you place a sponge it will explode with the certain mode u currently are using.
  • /Se explosions.t.click: Effects th modes so when you click a sponge from distance it will explode with the certain mode you have.
  • /Se explosions.m.spike: For spike mode only works with click and place triggers. This mode ejects arrows from the blast zone.
  • /Se explosions.m.nuke: For nuke mode works with all triggers. this mode has a much greater explosion then everybody else by default (Can be configured in config file)
  • /Se explsions.m.c4: For c4 mode. A explosions much like the regular minecraft explosion.

Reason I made dots is because of the much more kind code ive got from it the arguments are imports from other packages within the plugin this gives a more smoother code that are more kind to the server. It's as simple as that

Configuration file for SpecialEffects

# Configuration file for Explosions. -CevinWa-
# Explosion size.-
# _Nobreak is basically for jumping on mines. this is default false. true Means it's in use. When you jump on mines the _Mine explosion size should be 1 and nobreak put to true. 
# If _Mines is put to false they will not work ingame.#
 _Arrow: 3 
 _Suicide: 10   
 _Nuke: 25   
 _C4: 3
 _Mine: 3 
 _Mines: true
 _Nobreak: false
 _Mine_Redstone: true
 _Mine_Explode_on_Damage: true
 _Player_Balrog: true
 _Player_Smoke: true
 _Block_Smoke: true
 _Player_Invisibe: true
 _Player_Sound_Fly: true
 _Turret_Explo: true
 _Turret_Explsions: 3

Permissions

    Se.player.smoke:
        description: Gives the ability to use smoke mode
    Se.player.balrog:
        description: Gives the ability to use Balrog mode
    Se.block.invisible:
        description: Gives the ability to use Invisible mode 
    Se.explosions.ex:
        description: Gives u the ability to use Explosions
    Se.explosions.suicide:
        description: Has permission to take explosing suicide.   
    Se.explosions.nuke:
        description: Has permission to use nuke.   
    Se.explosions.C4:
        description: Has permission to use C4. 
    Se.explosions.click:
        description: Has permission to use /eclick.
    Se.explosions.place:
        description: Has permission to use /eplace.
    Se.explosions.redstone:
        description: Has permission to use /eredstone.
    Se.explosions.spike:
        description: Has permission to use spike.    
    Se.explosions.mine:
        description: Has permission to use spike. 
    Se.block.smoke:
        description: Has permission to use spike.  
    Se.block.turret:
        description: Gives the ability to use Turret mode
    Se.turret.exploding:   
        description: Gives the ability to use ExplodingTurret place mode

SpecialEffects by CevinWa

________________________
Version 2.2
  • Made the config file look better.
  • Some minor bugfix.
  • Added _Explode_on_destruct in config file
  • Added Mine_redstone in configuration file.
  • Added mines. (Mine blocks are End Stone. Video here)
  • Added mines in config.
________________________

Theese are the default values in explosions configuration file

# Configuration file for Explosions. -CevinWa-
# Explosion size.-
# _Nobreak is basically for jumping on mines. this is default false. true Means it's in use. When you jump on mines the _Mine explosion size should be 1 and nobreak put to true. 
# If _Mines is put to false they will not work ingame.#
 _Arrow: 3 
 _Suicide: 10   
 _Nuke: 25   
 _C4: 3
 _Mine: 3 
 _Mines: true
 _Nobreak: false
 _Mine_Redstone: true
 _Mine_Explode_on_Damage: true
________________________
  • Change in messages.
  • Redstone bug debugged.
________________________
Version 2.2-Beta
  • Update for the new CB 1.3.2-R1.0
  • Added mines. (Mine blocks are End Stone. Video here)
  • Added mines in config.
  • Change in messages.
  • Redstone bug debugged.
________________________
2.1
  • Update for the new CB 1.3.2 beta.
  • Even further code cleanup.
  • Some changes to the redstone listener.
________________________
2.0
  • Added redstone trigger.
  • Added redstone for modes, C4 and nuke
  • Redstone nukemode now works properly.
  • Redstone bindings now works with the modes.
  • Spike mode now works for click trigger and place trigger
  • New permissions explosions.redstone and explosions.spike
  • More indept console messages.
  • Completly rewritten code for trigger listener.
  • A new code for registering event's for smoother running.
  • Added spike mode.
  • Added click and place trigger for spike mode.
  • Code Cleanup.
  • CB 1.2.5-R4.0 Support.
  • New listener for place mode!.
  • Changed arrows explosion size.
  • Added circle listener for support of redstone trigger.
  • (Hopefully)Smoother explosions from nuke.
  • Better console messages.
  • Support for later updates that will involve more security and posibly mines.
New commands.
  • /mspike for spike mode.
  • /eredstone for redstone trigger.
________________________
1.9_02-B
  • Added redstone trigger.
  • Added redstone for modes, C4 and nuke
  • Added spike mode.
  • Added click and place trigger for spike mode.
  • Code Cleanup.
  • CB 1.2.5-R4.0 Support.
  • New listener for place mode!.
  • Changed arrows explosion size.
  • Added circle listener for support of redstone trigger.
  • (Hopefully)Smoother explosions from nuke.
  • Better console messages.
  • Support for later updates that will involve more security and posibly mines.
________________________
1.4
  • Added trigger system
  • Added Click trigger so you could stand in an safe distance
  • Added Place trigger that is exactly as the original
  • Added two new commands /eclick: Go into click trigger and /eplace: Go into place trigger.
  • Added Two new permissions explosions.click and explosions.place
  • Added so the modes works with both triggers!
________________________
1.3.1
  • Fixed permission explosions.suicide bug
  • Fixed c4mode still on bug
  • Added Help Messages
________________________
1.3
  • Added Mode system.
  • Added C4.
  • Added More console info.
  • Added 1 new permission
  • Added 2 new Commands
  • Updated to CB 1.2.5-R3.0
________________________
1.2
  • Added Nuke.
  • Added Config file.
  • Added Suicide.
  • Added two permissions, explsoions.nuke and explosions.suicide
  • Updated to CB 1.2.5-R2.0
________________________
1.1
  • Added permissions
  • Minor bugfix
________________________
1.0
  • Initial release
________________________

Back to main


Comments

Posts Quoted:
Reply
Clear All Quotes