zDevelopers / UHPlugin

Plugin UltraHardcore (“Kill the Patrick”), augmenté. | UHC (“KTP”) plugin, improved.
Other
32 stars 24 forks source link

Various Ideas #106

Open Amauryroco opened 9 years ago

Amauryroco commented 9 years ago

Hello ! I have some ideas for the plugin that might be interesting: -Ops can join the game after dying even if the "cannot reconnect" option is on -The message kicking you when you die can be changed -The WorldBorder 1.8 command can be manipulated by the plugin and its coordinates from the spawn shown in the scoreboard (Example: 1000/-1000 (then when you make it go back to 0 0, in the scoreboard:) 999/-999 ; 998/-998 ; etc...) -Team colors can be in normal, bold or italic -PvP can be deactivated for a certain amount of time after the start -Change de amount of time before players can take damage after the start -Configure the world border 1.8 (vanilla one) to start going to 0 0 after a certain amount of episodes and how long it takes to go to 100/-100 (the position where it stops can be configurable too) -When you are in a team, to speak out loud to everyone you have to put a "!" or "*" before talking or else it will send the message only to your team. (When you send a message to your team it says "(Team)Amauryroco: Hello"; and when it's on the main tchat: "Amauryroco: Hello". -Configure a number amount of episodes before the day is eternal (Example: 1 normal day (with the night) then Eternal Day when the sun comes up to 6000).

I hope these ideas are good, because I don't see any updates on this plugin anymore :c

Thank you for reading ! <3

AmauryCarrade commented 9 years ago

Ops can join the game after dying even if the "cannot reconnect" option is on

I'll add a permission granted to operators for that.

The message kicking you when you die can be changed

Already possible, change the language files in plugins/UHPlugin/i18n.

The WorldBorder 1.8 command can be manipulated by the plugin and its coordinates from the spawn shown in the scoreboard (Example: 1000/-1000 (then when you make it go back to 0 0, in the scoreboard:) 999/-999 ; 998/-998 ; etc...)

Configure the world border 1.8 (vanilla one) to start going to 0 0 after a certain amount of episodes and how long it takes to go to 100/-100 (the position where it stops can be configurable too)

Planned, see #26.

Team colors can be in normal, bold or italic

Why not.

PvP can be deactivated for a certain amount of time after the start Change de amount of time before players can take damage after the start

This will probably be implemented.

When you are in a team, to speak out loud to everyone you have to put a "!" or "*" before talking or else it will send the message only to your team. (When you send a message to your team it says "(Team)Amauryroco: Hello"; and when it's on the main tchat: "Amauryroco: Hello".

/g (global chat), /t (team chat) and /togglechat (to switch between default chats) are already available. So Ithink this would be useless.

Configure a number amount of episodes before the day is eternal (Example: 1 normal day (with the night) then Eternal Day when the sun comes up to 6000).

Already possible, use the commands executor to execute /gamerule doDaylightCycle false (and maybe /time set 6000) after the amount of time you want ;) .

I hope these ideas are good, because I don't see any updates on this plugin anymore :c

I worked a lot on this plugin, and I was more interested by some other projects these times. But I'll come back on that, don't worry :) .

Amauryroco commented 9 years ago

Okay, thank you <3 I have a last suggestion, make players drop a golden apple on death. I know it's already possible with other plugins but it will be better if it's added on this one :c

AmauryCarrade commented 8 years ago

The WorldBorder 1.8 command can be manipulated by the plugin and its coordinates from the spawn shown in the scoreboard (Example: 1000/-1000 (then when you make it go back to 0 0, in the scoreboard:) 999/-999 ; 998/-998 ; etc...)

Configure the world border 1.8 (vanilla one) to start going to 0 0 after a certain amount of episodes and how long it takes to go to 100/-100 (the position where it stops can be configurable too)

Implemented (even in the sidebar scoreboard) c: .

AmauryCarrade commented 8 years ago

Change de amount of time before players can take damage after the start

Done.

AmauryCarrade commented 8 years ago

PvP can be deactivated for a certain amount of time after the start

Done.