This plugin provides all the UI requirements for Event Manager. It does nothing on its own
Configuration
The configuration contains options to stylize the UI as you see fit
{
"Death screen skull image": "https://www.rustedit.io/images/skullicon.png",
"Death screen background image": "",
"Menu Colors": {
"Background Color": {
"Hex": "#232323",
"Alpha": 1.0
},
"Foreground Color": {
"Hex": "#252526",
"Alpha": 1.0
},
"Panel Color": {
"Hex": "#2d2d30",
"Alpha": 1.0
},
"Button Color": {
"Hex": "#3e3e42",
"Alpha": 1.0
},
"Highlight Color": {
"Hex": "#007acc",
"Alpha": 1.0
}
},
"Scoreboard Colors": {
"Background Color": {
"Hex": "#232323",
"Alpha": 0.8
},
"Foreground Color": {
"Hex": "#252526",
"Alpha": 0.8
},
"Panel Color": {
"Hex": "#2d2d30",
"Alpha": 0.8
},
"Highlight Color": {
"Hex": "#007acc",
"Alpha": 0.8
},
"Screen Position": {
"Center Position X (0.0 - 1.0)": 0.9325,
"Center Position Y (0.0 - 1.0)": 0.98,
"Panel Width": 0.125,
"Panel Height": 0.02,
"UI4": {
"xMin": 0.87,
"yMin": 0.97,
"xMax": 0.995,
"yMax": 0.99
}
}
},
"Version": {
"Major": 2,
"Minor": 0,
"Patch": 1
}
}
MIT License
Copyright (c) 2019 k1lly0u
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.