Jump to content

Search the Community

Showing results for tags 'ux'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 8 results

  1. Yun

    Furnace Upgrades

    Version 2.0.2

    351 downloads

    FEATURES Upgrade each attribute of your furnace; Supports different oven types; It is possible to define default attributes for all ovens on the server; You can set a default value for all base ovens (replacing quicksmelt); You can enable/disable any features you want; Option to keep attributes when removing the furnace; Option to auto split ores; Automatic fuel calc based on the upraded oven attributes; Now BBQ and Campfire can also be improved; Option so that only the furnace owner can upgrade it; A new completely redesigned UI; PERMISSIONS furnaceupgrades.use - This is the unique permission. required for all players to upgrade furnaces CONFIGURATION FurnaceUpgrades.json
    $20.00
  2. Yun

    Toastify

    Version 2.0.2

    159 downloads

    WHAT IS IT FOR? This is a tool that creates temporary notifications on the user's screen, used to facilitate messages between plugins and server users. CONSOLE COMMANDS toastify [toast_id] [player] [message] - to send a toast notification for a specific player toastify.global [toast_id] [message] - to send a toast notification for everyone PERMISSION toastify.use- the permission to access the toastify commands API </> // Send a toast notification for the target player // Returns the ID of the toast to destroy it if necessary // @deprecated string SendToast(BasePlayer player, string toastId, string message, float? duration); // Use this new one instead of the above: string SendToast(BasePlayer player, string toastId, string title, string message, float? duration); // Destroy a toast notification void DestroyToast(BasePlayer player, string toastId); GOOD WAY TO IMPLEMENT If you want to integrate your plugin with Toastify, I recommend that you add an option in the configuration file of your plugin that the user can link their notification ID with the notifications you will use, you can see an example of how this was implemented in the FurnaceUpgrades or TCLevels configuration file. CONFIGURATION The default configuration file of the plugin: SCREENSHOT
    Free
  3. Yun

    TC Levels

    Version 1.3.1

    108 downloads

    TCLevels is a plugin that will make your server more fun and have more things to do! FEATURES ★ • Reduce the decay damage by tick; • Upgrade the authorizations limit; • Upgrade the building grade limit; • Upgrade the storage capacity of the cupboard; • Upgrade the stack size limit of the cupboard; • Unlock some deployable items; • Set a default building grade for the server; • Modify the default decay; • Keep the cupboard attributes when remove; Make your server fun ^u^ PERMISSIONS The plugin has a unique permission, which allows the player to use the cupboard upgrade: tclevels.use F.A.Q 1. How many items can be blocked? and which? You can block unlimited items and all items must be deployable or they will not be blocked. 2. Which area will be checked when i place my cupboard? The entire privilege area will be checked. But you can also disable checks in the configuration file. 3. Could it cause conflict with any plugin? Yes, but i am providing an API for the plugin so that other developers can integrate with it, so if there is a conflict, just go to the developer's plugin support and ask them to integrate it. Also if it is possible for me to integrate it from my plugin, i will do so without any problem. API </> // Gets the current cupboard allowed building grade limit // If the cupboard isn't provided, it will return the default building grade limit of the config; private BuildingGrade.Enum GetBuildingGradeLimit(BuildingPrivlidge? cupboard); // Gets the current cupboard decay multiplier // If the cupboard isn't provided, it will return the default decay multiplier of the config; private float GetDecayMultiplier(BuildingPrivlidge? cupboard); // Gets the current cupboard authorization limit // If the cupboard isn't provided, it will return the default auth limit of the config; private int GetAuthLimit(BuildingPrivlidge? cupboard); // Gets the current cupboard storage capacity // If the cupboard isn't provided it will throw an exception; private int GetCapacity(BuildingPrivlidge cupboard); // Gets a list of the cupboard blocked items // If the cupboard isn't provided it will return all locked items listed in the config; private List<string> GetLockedItems(BuildingPrivlidge? cupboard); CONFIGURATION TCLevels.json
    $20.00
  4. Yun

    Danger Zones

    Version 1.0.2

    25 downloads

    DangerZones is a plugin that creates a bombing zone event, just like in Battle Royale games! Demonstration video: Auto spawn Danger Zones; Custom map marker; Custom zone radius; Can modify rockets damage; Can modify rockets ground distance; Can modify rockets speed; Chat command to spawn danger zones; Multiple danger zones at the same time; Can modify the interval between rockets; You can modify the number of rockets that will be launched at the same time; Custom status label with the SimpleStatus plugin; Fully customizable UI toast notifications; Enable/disable damage to structures; Enable/disable damage to NPC's & Animals; The default configuration file:
    $15.00
  5. Version 0.1.2

    20 downloads

    Description As soon as the event starts, several troops (NPCs) are spawned to defend an hackable crate that will be delivered by the CH47. This crate may contain a lot of loot, so the troops have the duty to defend it. For this purpose, there is a variety of troops such as snipers, close-range shooters, and long-range shooters. If a player manages to initiate the hacking of the crate, all the airfield troops will be relocated to a combat position. In other words, all troops that you haven't seen yet or that are hidden will be moved to the center of the airfield to defend the crate. After a few minutes, a plane will be sent with supply drops containing weapons to assist the troops in defense. However, airborne troops will also be dispatched from the plane to parachute down and aid in defending the crate. If the crate is looted, all troops will be destroyed, leaving only the crates, supply drops, and bodies to be looted by intruders. Commands Note: The command can be changed in the config file. /ma start - to start the event /ma stop - to stop the event /ma position - to get the current position based in the airfield monument (used to config) Console commands ma start - to start the event ma stop - to stop the event Permission militaryairfield.admin - to access all commands Configuration MilitaryAirfield.json API for Developers // Called when the event starts private void OnMilitaryAirfieldEventStarted(); // Called when the event ends private void OnMilitaryAirfieldEventEnded(BasePlayer? lootedBy);
    $30.00
  6. Yun

    Events Voting

    Version 1.0.0

    15 downloads

    What differentiates our plugins from others is the ability to create votes for customized server events in addition to our exclusive and modern design, making it stand out among other servers! A modern and elegant interface inspired by the design of the game League of Legends; Fully customizable interface; Multiple chat commands; Different permission for each sub command; Different cooldown for each event; Plugin default events; Option to enable/disable events without deleting them; Customized icon for each event; Can I assign a price to run the command? Yes, you can set the option "Cost" in the config file to use the Economics plugin and add a cost to the command. Can I give specific event permissions only to VIPs? Yes, you can create specific permission for each sub command and only give it to the users or groups you prefer! You can see the default config of the plugin above:
    $13.00
  7. Yun

    Players UI

    Version 1.0.42

    126 downloads

    PlayersUI give to your server with a beautiful and iterative interface for searching users and viewing their profiles. Features - A beautiful player list with a search box and pagination; - A profile for each user; - Permission to customize profile banner; - Badges on user profile with tooltips; - Highlight groups in user list; - Customizable commands; - Custom buttons in the profile; Default Commands /profile [target] - Show user profile; /players - Show the player list; /banner [url or default] - Change your current banner Demonstraton: Default configuration file: { "Player list command name": "players", "Profile command name": "profile", "Banner command name": "banner", "Change banner permission name": "playersui.banners.use", "Server default banner url (Recommended size: 1200x272)": "https://i.imgur.com/VjbhyCO.png", "Badges (don't use spaces in the ID, only alphanumeric chars and _ to replace the spaces)": [ { "id": "admin", "name": "Admin", "iconUrl": "https://i.imgur.com/v3ncrRY.png" }, { "id": "mod", "name": "Moderator", "iconUrl": "https://i.imgur.com/UV6NOQV.png" }, { "id": "sponsor", "name": "Sponsor", "iconUrl": "https://i.imgur.com/7YpivBD.png" }, { "id": "vip", "name": "VIP", "iconUrl": "https://i.imgur.com/E700MO8.png" } ], "Status display settings": { "Show kills": true, "Show deaths": true, "Show KDR": true, "Show killed animals": true, "Show killed NPC's": true, "Count all deaths (suicide, fall, animals, helicopters, etc...)": false }, "Custom buttons on profile": [ { "Button label": "<color=#FFF700>SEND TP</color>", "Button icon url": "https://i.imgur.com/diqgMnn.png", "Button background color": "0.82 0.6 0 1", "Button command": "chat.say /tpr {target_id}", "Is a server command": false, "Only admins can use": false, "Show it to your own profile": false, "Button anchor min": "1 1", "Button anchor max": "1 1", "Button offset min": "-74 -160", "Button offset max": "0 -136" }, { "Button label": "<color=#59ff00>CLAN INVITE</color>", "Button icon url": "https://i.imgur.com/EZWrsAo.png", "Button background color": "0.31 0.56 0.34 1", "Button command": "chat.say /clan invite {target_id}", "Is a server command": false, "Only admins can use": false, "Show it to your own profile": false, "Button anchor min": "1 1", "Button anchor max": "1 1", "Button offset min": "-174 -160", "Button offset max": "-80 -136" }, { "Button label": "KICK", "Button icon url": "https://i.imgur.com/zRr73cJ.png", "Button background color": "0.76 0.19 0.19 1", "Button command": "kick {target_id}", "Is a server command": true, "Only admins can use": true, "Show it to your own profile": false, "Button anchor min": "1 1", "Button anchor max": "1 1", "Button offset min": "-236 -160", "Button offset max": "-180 -136" } ], "Groups highlight": [ { "Group name (use oxide.groups on console to show all available groups)": "default", "Priority": 99, "Background color": "1 1 1 0.1", "Text color": "1 1 1 1", "Icon background color": "0 0 0 0", "Icon URL (empty = disabled)": "" }, { "Group name (use oxide.groups on console to show all available groups)": "admin", "Priority": 1, "Background color": "1 0 0 0.1", "Text color": "1 1 1 1", "Icon background color": "1 0 0 0.4", "Icon URL (empty = disabled)": "https://i.imgur.com/v3ncrRY.png" }, { "Group name (use oxide.groups on console to show all available groups)": "mod", "Priority": 2, "Background color": "0 1 0 .3", "Text color": "1 1 1 1", "Icon background color": "0 1 0 .5", "Icon URL (empty = disabled)": "https://i.imgur.com/UV6NOQV.png" }, { "Group name (use oxide.groups on console to show all available groups)": "sponsor", "Priority": 3, "Background color": "0.2 0.63 0.17 .3", "Text color": "1 1 1 1", "Icon background color": "0.2 0.63 0.17 .5", "Icon URL (empty = disabled)": "https://i.imgur.com/7YpivBD.png" }, { "Group name (use oxide.groups on console to show all available groups)": "vip", "Priority": 4, "Background color": "0 1 1 .3", "Text color": "1 1 1 1", "Icon background color": "0 1 1 .5", "Icon URL (empty = disabled)": "https://i.imgur.com/E700MO8.png" } ] } Preview images:
    $15.00
  8. XAVIER

    RPGSystem

    Version 1.0.1

    24 downloads

    The classic "RPG" plugin. A beautiful, minimalist plugin that diversifies the farm on your server. Full customization of each skill from the name to each picture Features Nice user interface Plugin Optimization Full customization of each element Autowipe with wipe ( optionally ) Selective configuration language ( RU, EN ) Permission rpgsystem.loggermax - Privilege for issuing the maximum rate for the "LOGGER" skill rpgsystem.minermax - Privilege for issuing the maximum rate for the "MINER" skill rpgsystem.huntermax - Privilege for issuing the maximum rate for the "HUNTER" skill rpgsystem.allmax - Privilege for issuing the maximum rate for all types of skills Config EN { "RPG Main Settngs": [ { "The name of the RPG": "LOGGER", "Type RPG": 1, "Max Rate ( Example: 4.5 )": 2.0, "Max Hits ( Example: 65000 )": 1500, "Permission to issue the maximum rate": "rpgsystem.loggermax", "Settings Image": { "Image": "https://i.imgur.com/L2FajS5.png", "Color ( HEX )": "#FFFFFF", "Opacity ( 0 - 100 )": 40, "Background picture": "https://i.imgur.com/W51xSJw.png" } }, { "The name of the RPG": "MINER", "Type RPG": 2, "Max Rate ( Example: 4.5 )": 1.5, "Max Hits ( Example: 65000 )": 3500, "Permission to issue the maximum rate": "rpgsystem.minermax", "Settings Image": { "Image": "https://i.imgur.com/GkG4ZFy.png", "Color ( HEX )": "#FFFFFF", "Opacity ( 0 - 100 )": 40, "Background picture": "https://i.imgur.com/JtsMBFX.png" } }, { "The name of the RPG": "HUNTER", "Type RPG": 3, "Max Rate ( Example: 4.5 )": 3.0, "Max Hits ( Example: 65000 )": 500, "Permission to issue the maximum rate": "rpgsystem.huntermax", "Settings Image": { "Image": "https://i.imgur.com/QGYVHFC.png", "Color ( HEX )": "#FFFFFF", "Opacity ( 0 - 100 )": 40, "Background picture": "https://i.imgur.com/jvrCv4g.png" } } ], "Permission to issue the maximum rate of all types of RPG": "rpgsystem.allmax", "Wipe data ?": true, "Verison Configuration": { "Major": 1, "Minor": 0, "Patch": 0 } } RU { "Основная настройка РПГ": [ { "Название РПГ": "LOGGER", "Тип РПГ": 1, "Максимальный рейт ( Пример: 4.5 )": 2.0, "Максимальное количество хитов ( Пример: 65000 ) ": 1500, "Пермишенс для выдачи максимального рейта данного типа РПГ": "rpgsystem.loggermax", "Настройка картинки": { "Картинка": "https://i.imgur.com/L2FajS5.png", "Цвет картинки ( HEX )": "#FFFFFF", "Прозрачность ( 0 - 100 )": 40, "Картинка заднего фона": "https://i.imgur.com/W51xSJw.png" } }, { "Название РПГ": "MINER", "Тип РПГ": 2, "Максимальный рейт ( Пример: 4.5 )": 1.5, "Максимальное количество хитов ( Пример: 65000 ) ": 3500, "Пермишенс для выдачи максимального рейта данного типа РПГ": "rpgsystem.minermax", "Настройка картинки": { "Картинка": "https://i.imgur.com/GkG4ZFy.png", "Цвет картинки ( HEX )": "#FFFFFF", "Прозрачность ( 0 - 100 )": 40, "Картинка заднего фона": "https://i.imgur.com/JtsMBFX.png" } }, { "Название РПГ": "HUNTER", "Тип РПГ": 3, "Максимальный рейт ( Пример: 4.5 )": 3.0, "Максимальное количество хитов ( Пример: 65000 ) ": 500, "Пермишенс для выдачи максимального рейта данного типа РПГ": "rpgsystem.huntermax", "Настройка картинки": { "Картинка": "https://i.imgur.com/QGYVHFC.png", "Цвет картинки ( HEX )": "#FFFFFF", "Прозрачность ( 0 - 100 )": 40, "Картинка заднего фона": "https://i.imgur.com/jvrCv4g.png" } } ], "Пермишенс для выдачи максимального рейта всех типов RPG": "rpgsystem.allmax", "Удалять дату при вайпе?": true, "Версия конфигурации": { "Major": 1, "Minor": 0, "Patch": 0 } } FAQ Question: How do I set up the plugin correctly? Answer: The plugin works from the number of hits it has made on stone or wood, from and collecting items. For example: You have set the following parameters in the MINER skill: Max Rate: 2,0f Max Hits: 35000 This means that when he makes 35,000 hits on the stone, he will receive the maximum rate of this skill Question: How can I translate the configuration into Russian, or back into English? Answer: In the plugin code on the 19th line of the plugin, you need to change the - TranslationRU parameter If you set: Translation RU = true; Then the configuration language you will have is Russian If you set: TranslationRU = false; Then the configuration language you will have is English
    $9.99
1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.6k

Files Sold

Total number of files sold.

1.5m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.