BurningSun
BurningSun
Overview
This plugin makes it so that all people without a bypass permission burn during the day. Also, when a player is below any amount of blocks (underground) they will not burn.
Commands
None needed for this plugin.
Permissions
burningsun.exempt - Permission that allows users to be exempt from burning during the day
Configuration
There is no configuration for this plugin.
Video
This plugin was made per someone's plugin request, and is to be used in there youtube series coming soon. When it comes out it will be linked here.
ToDo
- World Whitelist
can you update this?
Bug: The player doesn't get hurt if they are in midair (e.g jumping or climbing). Can be used to cheat to not get hurt by moving and jumping. I've tested this and it works - I took no damage.
I'd like to see the option to choose which biomes a person burns in. I'm planning to use Terrain Control to create new biomes for an apocalyptic world, and this burning sun effect would be awesome to add.
@RasCas
I may be able to do this privately for you, but I won't realize that version. PM me if you still want this.
I like the idea, is it possible to limit it to desert biome?
v2.0 released!
Now we wait for it to be approved :)
@DekuHero
This is the same as what DamocleanKing requested. Please look at the to do list :)
Can you make this plugin a per world thing? have it work with multiverse?
@Skepter
I am currently working on a version where if there are any blocks above the user at all, they don't burn even during the day. I am doing this by getting the highest y block and comparing it to the player's Y, but it isn't working right now.
@DamocleanKing
I can put a world whitelist on the todo list. :)
@Tigrys36
For what?
@jacklin213
Done.
@C0nsoleMC
is this multiverse whitelist enabled, I have a world with solar apoc. and this would greatly help but i do not wish for it to be on other worlds.
This is a nice idea - I myself tried to create a plugin similar to this, but if the player catches fire when it is daytime, wouldn't that make daytime very hard to survive in?
What I tried to add to my version, was to see if they were underneath the sun (ie. they have no blocks above them), then if they were and it was daytime - they would catch fire. (Although, I never got it to work...)
Please add command for that.
@C0nsoleMC
You should link the request page :D
Developers note: I used PlayerMoveEvent for the check to see what time it is, for this reason the stopping/starting of your burning does not start until you move after the time change. If any developers have a suggestion for a better event to use. I'd be glad to hear it.