Search the Community
Showing results for tags 'alias'.
-
Version 1.0.3
846 downloads
RUST Plugin Test Server TEST MY PLUGINS THERE! connect play.thepitereq.ovh:28050 Carbon Aliases Oxide Extension is a tool designed to seamlessly integrate plugins originally developed for the Carbon Engine into Oxide server environments. This extension facilitates the cross-platform compatibility of plugins, allowing them to be used on both Carbon and Oxide servers with ease. Primarily designed for the high-performance Carbon Engine, the plugins experience significant performance enhancements within the Carbon environment. However, when deployed on Oxide servers, these plugins seamlessly adapt to function as regular Oxide plugins, without incorporating the specific performance optimizations of the Carbon engine. Moreover, the extension is an open-source project, encouraging collaboration and community involvement. If users find the need for additional functionality, such as the creation of more aliases for specific Carbon functions, they are welcome to contribute by committing updates to the project. INSTALL THIS EXTENSION ONLY IF YOUR SERVER IS RUNNING OXIDE! THIS EXTENSION IS NOT REQUIRED ON CARBON SERVERS! There are 2 ways of installing the extension: Put the extension (.dll file) in /RustDedicated_Data/Managed/ folder. Install CarbonAliasesDownloader plugin that's included in the package. Plugins that use CarbonAliases: Meteor Event 2.0 Extended Crafting Road Bradley Custom Mixing CUI Aliases ImageDatabase Aliases (Works on regular ImageLibrary plugin)Free- 2 comments
-
- 2
-
- #extension
- #free
-
(and 6 more)
Tagged with:
-
Version 1.0.0
16 downloads
Custom Command is a plugin that allows admins to create new commands aliases for players to use and assign permissions to them. There is no limit to what you can create, go crazy and innovate your server with this plugin today! Config: { "Gobal Settings": { "Global - On Status": true, "Global - Use global permissions": true, "Global - Notify after command execution": true, "Global - Chat notification avatar ID (0=Rust)": 0 }, "Project Configuration": { "Project - Project List": [ { "Project - Name (can be named arbitrarily)": "demo", "Project - Open Status": true, "Project - Command Content (without '/')": "demo", "Project - Command Type (chat/console)": "chat", "Project - Use separate permissions": true, "Project - Individual Permissions": "customcommand.use.demo", "Project - Feedback Message Type (chat/console)": "chat", "Project - Feedback message on successful operation": true, "Project - Run Success Feedback Message": "Project {0} ran successfully", "Project - Use Run Failure Feedback Message": true, "Project - Run Failure Feedback Message": "Project {0} failed to run. Reason: {1}", "Project - Event List": [ { "Event - On Status": true, "Event - Command execution end (player/server)": "player", "Event - Execution Count": 1, "Event - Command Type (chat/console)": "console", "Event - Command Content (without '/')": "chat.say \"demo\"" } ] } ] } }$3.00