Provides an interactive user interface (UI) to warn players of potential consequences when they attempt to use the suicide command in the game.
The plugin is primarily designed for PvE servers but is fully customizable to fit different server types
When a player types the F1 kill command or clicks suicide, instead of instantly dying, they will see a UI with two choices:
“Coward” (proceed with suicide, causing RP/XP loss, inventory loss, or other server-configured penalties).
“Survivor” (decline suicide and continue playing without penalty).
This plugin serves to warn players that choosing suicide might have repercussions, which could include the loss of RP, Skill Tree progression, inventory, and other resources depending on the server’s specific settings.
suicidenotice.see – required to see the ui if the config option to use permissions is true
| 1 | { |
| 2 | "UI Permission Settings": { |
| 3 | "Use Permission To See UI": false |
| 4 | }, |
| 5 | "UI Title Text Settings": { |
| 6 | "UI Title Text Size": 30, |
| 7 | "UI Title Text Color": "0.9686275 0.9215686 0.8823529 0.7", |
| 8 | "UI Title Text Font": "robotocondensed-bold.ttf" |
| 9 | }, |
| 10 | "UI Description Text Settings": { |
| 11 | "UI Description Text Size": 20, |
| 12 | "UI Description Text Color": "0.9686275 0.9215686 0.8823529 0.7", |
| 13 | "UI Description Text Font": "robotocondensed-regular.ttf" |
| 14 | }, |
| 15 | "UI Bottom Text Settings": { |
| 16 | "UI Bottom Text Size": 18, |
| 17 | "UI Bottom Text Color": "0.9686275 0.9215686 0.8823529 0.7", |
| 18 | "UI Bottom Text Font": "robotocondensed-bold.ttf" |
| 19 | }, |
| 20 | "UI Accept Button Settings": { |
| 21 | "Button Color": "0.8 0.28 0.2 1", |
| 22 | "Button Text Size": 20, |
| 23 | "Button Text Color": "0.9686275 0.9215686 0.8823529 0.7", |
| 24 | "Button Text Font": "robotocondensed-bold.ttf" |
| 25 | }, |
| 26 | "UI Decline Button Settings": { |
| 27 | "Button Color": "0.439 0.537 0.262 1", |
| 28 | "Button Text Size": 20, |
| 29 | "Button Text Color": "0.9686275 0.9215686 0.8823529 0.7", |
| 30 | "Button Text Font": "robotocondensed-bold.ttf" |
| 31 | }, |
| 32 | "UI Scroll Settings": { |
| 33 | "Scroll Bar Color": "0.439 0.537 0.262 1", |
| 34 | "Scroll Panel Height": 550 |
| 35 | }, |
| 36 | "Version": { |
| 37 | "Major": 1, |
| 38 | "Minor": 0, |
| 39 | "Patch": 2 |
| 40 | } |
| 41 | } |
| 1 | { |
| 2 | "UI_TITLE": "Suicide Notice", |
| 3 | "UI_DESCRIPTION": "In the desolate lands, two paths diverge before you.\n\nOne leads to the end of suffering, but at the cost of your legacy, forever branded a coward who could not endure.\n\nThe other path is fraught with pain and struggle, yet it is the path of the survivor, who faces the challenges ahead with grit and determination. Choose wisely, for your choice echoes in eternity.", |
| 4 | "UI_KILL_ACCEPT_BUTTON": "Coward", |
| 5 | "UI_KILL_DECLINE_BUTTON": "Survivor", |
| 6 | "UI_WARNING": "Inventory is not restored to cowards!" |
| 7 | } |