-
Posts
40 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Reheight
-
Changed Status from Pending to Can't Reproduce Changed Fixed In to 1.0.1
-
The plugin is not designed to disable specific tags, furthermore, the Admin tag not being hidden may be due to the tag being under the blacklisted tab in the configuration. Ensure you are not blacklisting any staff tags to ensure their visibility is togglable.
-
-
- 59 comments
-
- 3
-
-
-
Changed Status from Pending to Can't Reproduce Changed Fixed In to 1.2.5
-
I have been using Linux and even tested on other servers and nobody is able to replicate this error. I don't believe the error is from the plugin, you may have other plugins interfering or may have misconfigured the plugin.
-
I looked into this and tested extensively. I can't replicate the error you're experiencing. If you can explain how to reproduce this issue, I will look further into it.
-
Hey there @mrdecoder, I am not quite understanding the issue you're explaining. Can you tell me in more detail the issue you're experiencing?
-
Hey @Corpski I appreciate the interest in the plugin. I unfortunately have not had the time to maintain it. I believe alternatives exist but as far as I am aware, this will not work.
-
Version 1.2.5
872 downloads
SimpleKillMessages displays death and kill information in the chat upon death, with some additional features. The plugin has a config file where the prefix, chat icon, and other settings can be modified. It also includes the option to prevent NPC interactions from being processed/counted and to keep a player's held item in their hotbar upon death. Additionally, the plugin has the option to reward kills with points from the "Economics" plugin, with the number of points per kill being adjustable in the config file. The plugin also includes default messages for various death scenarios, such as death by wounds, suicide, burning, melee, and more. Configuration The SimpleKillMessages plugin has a config file where the following options can be modified: Prefix: This is a string that will be displayed before each death/kill message in chat. By default, it is set to "<color=#42f566>SERVER:</color> ". Chat Icon: This is an ID that corresponds to a Steam account. By default this option is set to 0. Prevent NPC: This is a boolean value (true or false) that determines whether NPC interactions should be processed/counted. If set to false, NPCs kills will show in chat and give economy points. By default, this option is set to true. Prevent Drop On Death: This is a boolean value (true or false) that determines whether a player's held item should be kept in their hotbar upon death. If set to true, the player's held item will not be dropped upon death. By default, this option is set to true. Economics Rewards Enabled: This is a boolean value (true or false) that determines whether kills should be rewarded with points from the "Economics" plugin. If set to true, kills will be rewarded with points. By default, this option is set to false. Economics Points Reward: This is a double (decimal) value that determines the number of points to be rewarded for each kill when Economics Rewards Enabled is set to true. By default, this option is set to 2. Show Messages Global?: This is a boolean value (true or false) that determines whether kills should be announced globally to other players aside from those involved. By default, this option is set to false. Global Radius/Distance?: This is a float value (number) that determines how the radius/distance you have to be within of the player who died to receive their death message. By default this is 0 so everyone on the server will see it. Use Radius?: This is a boolean (true or false) that determines if you use a radius to determine who gets the messages. If false you will use the distance between a player rather than a radius of the player who died to calculate who we should send the message to. The only difference here can be performance Features Display death/kill information in chat upon death: Upon death, a message will be displayed in chat with information about the player's death or the player they killed. The message will include the prefix and chat icon set in the config file. Keeping held item in hotbar upon death: When the Prevent Drop On Death option is set to true, a player's held item will not be dropped upon death. This can be useful for servers where the admins want to prevent players from losing valuable items upon death. Reward kills with points: When the Economics Rewards Enabled option is set to true, players will be rewarded with points for each kill they make. The number of points rewarded can be set with the Economics Points Reward option. This feature requires the "Economics" plugin to be installed on the server. Default messages for various death scenarios: The SimpleKillMessages plugin includes default messages for various death scenarios, such as death by wounds, suicide, burning, melee, and more. These messages can be customized in the plugin's code if desired. Display death messages globally or within a radius of the player who died.Free -
Version 1.1.0
231 downloads
This plugin will allow you to monitor your bags on the server to prevent renaming of specific terms or naming schemes. The configuration is quite self explanatory. Configuration: { "Chat": { "Prefix": "<color=red>BagMonitor:</color>" }, "Logging": { // Logs all name changes excluding names flagged by blacklisting filter, you can log those separately "Enabled": false, "Discord": { "Enabled": false, "Webhook URL": "URL HERE", "Embed Color": "#FFCC00" }, "Console": { "Enabled": false } }, "Blacklisting": { // Prevent names from being used in bags "Enabled": false, "Blacklist Terms (Simple)": { // This is on a word by word basis, this cannot be a sentence only a word "Enabled": false, "Blacklisted Terms": [ "term1", "term2", "term3" ] }, "Blacklist REGEX (Advanced)": { // This is an advanced checker and checks the entire string "Enabled": false, "Blacklisted REGEXs": [ "REGEX1", "REGEX2", "REGEX3" ] }, "Leet Conversion (Advanced)": { // Converts known "Leet" code (special characters that look like letters) to the letters they intend to represent, Do not play with this unless you know what you are doing as it can cause conflicts between replaces "Enabled": true, "Leet Table": { "}{": "h", "|-|": "h", "]-[": "h", "/-/": "h", "|{": "k", "/\\/\\": "m", "|\\|": "n", "/\\/": "n", "()": "o", "[]": "o", "vv": "w", "\\/\\/": "w", "><": "x", "2": "z", "4": "a", "@": "a", "8": "b", "ß": "b", "(": "c", "<": "c", "{": "c", "3": "e", "€": "e", "6": "g", "9": "g", "&": "g", "#": "h", "$": "s", "7": "t", "|": "l", "1": "i", "!": "i", "0": "o" } }, "Logging": { // This will log only the flagged bag changes and prevent the name change of the bag "Enabled": false, "Discord": { "Enabled": false, "Webhook URL": "URL HERE", "Embed Color": "#FFCC00" }, "Console": { "Enabled": false } } } }Free -
Version 1.0.0
225 downloads
This plugin will allow you to view the list of active staff members on your server. Configuration: { "Commands": [ "staff", "stafflist", "staffonline", "activestaff", "as", "sl" ], "Permission Required": true, "Permission": "stafflist.use", "Staff Ranks": [ "owner", "administrator", "moderator" ], "Prefix": "<color=#42f566>StaffList:</color>" } Commands - The commands that can be used to view the list of active staff members Permission Required - Determines if you need a permission to use the commands Permission - The permission required to use the commands (If required) Staff Ranks - The oxide groups that are provided to staff members (Will only show a user once, don't worry about duplicates due to being in more than one group) Prefix - The prefix shown in chat for the plugins chat messagesFree -
Version 1.0.1
277 downloads
This plugin will allow you to hide/show your prefix in global chat. This plugin only works with BetterChat and will not work without it. Configuration { "Prefix": "<color=#42f566>Prefix Visibility:</color>", "Commands": [ "tag", "prefix", "toggleprefix", "toggletag", "hideprefix", "hidetag" ], "Permission Required": false, "Permission": "prefixvisibility.use", "Remove Only Listed": true, "Remove Titles": [ "[Owner]", "[Moderator]", "[Administrator]" ] } Prefix - This will be the prefix for the messages provided in chat Commands - This is an array off commands that can be used to toggle your prefix visibility Permission Required - Determines if a permission is required to use the commands/plugin Permission - The command used to provide access (if you require it) Remove Only Listed - Removes only the provided titles (WARNING: This can and will break things like Name Color, Clans, etc. if you have this disabled) Remove Titles - This is the list of tags that will be removed (Including brackets if you use them)Free- 2 comments
-
- 1
-
-
- #chat prefix
- #prefix
-
(and 2 more)
Tagged with:
-
-
If you are in the shop, click on the search bar, then exit the search bar; it will go to the first tab rather than the one you were browsing but it will say you're still browsing the tab you were in, so this results in you having to click off the tab and back into it.