Jump to content

Search the Community

Showing results for tags 'languages'.

  • 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
  • Graphics

Forums

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

Product Groups

  • Creator Services
  • Host Services
  • Memberships

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 3 results

  1. Version 1.0.2

    70 downloads

    AI Translation plugin is the best powered-AI translation solution for Rust Servers. Enjoy the power of AI by automatically translating all your language files, or the messages exchanged by players in the chat! ALL languages, without exception, are accepted. !! Important: The plugin requires the use of OpenAI's API, which includes fees for each request (see the dedicated section for more details) !! Free Version : A free version (but limited) is available. Easy to Use with Minimal Configuration There is almost no setup required; everything is straightforward to handle. Open AI & Request Costs You need to register for the OpenAI API to retrieve a token. Signing up and getting the token is very simple and takes just a few seconds. Translating language files will only cost a few cents for about a hundred files. It's difficult to quantify the cost of translating chat; expect around $1 for thousands of translated messages (this is a purely theoretical value). Something to consider if your language files are long: It is possible that some files may arrive incomplete. To solve this issue, you need to increase the token limit of your model (in the configuration). The limit depends on the OpenAI model used, but generally, you can go up to 4096. More information on tokens can be found here. Support Available I am available for all your questions, whether it's support here or on Discord (d.0ne_) More information at the bottom of the page. Commands ait.translateplugin <plugin> <lang1> <lang2>: Requires the plugin to have a default language file (in English). Specify all desired languages in ISO639-1 format. Example: "ait.translateplugin MyPlugin fr ru" ait.translateallplugins <lang1> <lang2>: Operates the same way but will do so for all plugins. Permission aitranslationpro.chat.use: permission that allows users to see the translation in the chat OPEN AI API Registration (2mn): 1 - Visit the OpenAI Website: Go to OpenAI's official website. Click on the "API" section in the navigation menu. 2 - Create an Account: If you don’t already have an OpenAI account, you will need to create one. Click on the "Sign Up" button. Fill in your details such as email, name, and password. Follow any additional prompts to complete the registration process. 3 - Verify Your Email: Check your email for a verification link from OpenAI. Click on the link to verify your email address. 4 - Log in to Your OpenAI Account: Once your email is verified, log in to your OpenAI account. Navigate back to the API section. 5 - Apply for API Access: Depending on OpenAI's current policies, you might need to apply for API access. Fill out any required forms or surveys. Submit your application. 6 - Access the API Dashboard: Once approved, you can access the API dashboard. This dashboard is where you can manage your API usage. 7 - Generate an API Token: In the API dashboard, look for an option to create a new API token. Click on "Create Token" or a similar button. Follow the prompts to generate a new token. 8 - Secure Your Token: Once your token is generated, make sure to copy it and store it securely. Never share your API token publicly as it gives access to your OpenAI account.
    $9.98
  2. Version 2.0.0

    34 downloads

    RUST Plugin Test Server TEST MY PLUGINS THERE! connect play.thepitereq.ovh:28050 Chat Nations creates new connection between players on chat by splitting chat into more channels that can be assigned for languages, teams and more. It contains detailed RUST-like UI, private messages, huge chat customization tool, private channels and many other useful features. Split your chat into smaller language channels Add private chats for your teams, friends, admins and more Customize which channels you want to see Select which channels you want to follow and see messages Global chat for server-wide messages Local chat for players near you RUST-like UI design Channel selection based on your localization Customizable primary rank display on chat Toggleable clan tag visibility option (Clans plugin) Nickname and message color customization with gradient support Titles support (PlayerChallenges plugin) Customizable prefix option for each individual player, also with full color support Voice and chat mute with full UI support Different chat message sizes based on permission Highly customizable chat display Full language support Private messages to other players Secured chat formatting Nickname re-format with ads in nickname removal API for developers /ch - Main chat customization menu (Configurable) /pm <nick> <message> - Private message command (Configurable) /r - Respond to last private message (Configurable) /mute /unmute - Opens mute UI mute <c/v/b> <userId> <duration> <reason> - Console mute command (c - chat, v - voice, b - both) (duration in format: d h m s) Example: mute b 76561198083939668 3d Test Mute unmute <c/v/b> <userId> - Console unmute command (c - chat, v - voice, b - both) Example: mute b 76561198083939668 3d Test Mute Switchable (Requirement of them can be disabled/enabled in config file) chatnations.option.prefix - Allows user to change prefix chatnations.option.clantag - Allows user to change clan tag visibility chatnations.option.colorclantag.static - Allows user to change clan tag color to static color chatnations.option.colorclantag.custom - Allows user to change clan tag color to static custom color chatnations.option.colorclantag.gradient - Allows user to change clan tag color to gradient color chatnations.option.colornick.static - Allows user to change nickname color to static color chatnations.option.colornick.custom - Allows user to change nickname color to static custom color chatnations.option.colornick.gradient - Allows user to change nickname color to gradient color chatnations.option.colormessage.static - Allows user to change message color to static color chatnations.option.colormessage.custom - Allows user to change message color to static custom color chatnations.option.colormessage.gradient - Allows user to change message color to gradient color chatnations.option.titles - Allows user to change and select title (Requires PlayerLeaderboards or PlayerChallenges) chatnations.option.customprefix - Allows user to set custom chat prefix chatnations.option.customprefix.custom - Allows user to set custom chat prefix color Other permissions chatnations.mute - Allows to use the mute and unmute command Plugin fully support plugins like Clans and PlayerChallenges. If you need some plugin implementation, feel free to ask! WARNING! This plugin doesn't work with BetterChat! PlayerChallenges Set "Maximum tags to display (Requires BetterChat)" to high value like 30 so all player tags will be available in configuration section. Dictionary<string, int> API_GetPlayersInChannels() - Returns Dictionary<string, int> with channel code as Key and online player count as Value. List<ulong> API_GetChannelPlayers(string channel) - Returns list of playerIds from channel. List<BasePlayer> API_GetChannelPlayersFull(string channel) - Returns players that belong to channel. bool IsMuted(ulong userId, bool chat = true) - Returns if player is muted. object OnNationsChat(BasePlayer player, string modifiedMessage, int channel, string channelKey, bool global, bool isOfficial) - Ran on each chat message sent. If non null returned, cancels sending message. If you need anything more, message me! { "Commands": [ "chat", "ch" ], "Private Message Commands": [ "pm", "msg" ], "Private Message Respond Commands": [ "r", "respond" ], "PopUpAPI Profile Name": "ChatNations", "Message Start Symbol": "»", "Clan Tag Default Color": "#aaee32", "Clan Tag Format": "[{0}]", "Different Tags For Clan Stages": true, "Enable Local Chat": true, "Leader Clan Tag Format": "[**{0}]", "Council Clan Tag Format": "[**{0}]", "Mod Clan Tag Format": "[*{0}]", "Leader Title Default Color": "#f2db74", "Leader Title Format": "[{0}]", "Channel Format": "<color=#aaee32>[{0}]</color>", "Global Format": "<color=#aaee32>[Global]</color>", "Team Format": "<color=#aaee32>[Team]</color>", "Local Format": "<color=#aaee32>[Local]</color>", "Private Channel Format": "<color=#aaee32>[{0}]</color>", "Custom Prefix Format": "[{0}]", "Custom Prefix Default Color": "#55aaff", "Default Custom Prefix": "CUSTOM", "Check Custom Prefix For Formatting Abuse": true, "Require Permission For": { "Switch Prefix": false, "Switch Clan Tag Visibility": false, "Nickname Color - Gradient": true, "Nickname Color - Static": true, "Nickname Color - Static Custom": true, "Message Color - Gradient": true, "Message Color - Static": true, "Message Color - Static Custom": true, "Clan Tag Color - Gradient": true, "Clan Tag Color - Static": true, "Clan Tag Color - Static Custom": true, "Switch Title": false, "Custom Prefix - Text": true, "Custom Prefix - Color Input": true, "Custom Prefix - Color": true }, "Max Custom Channels Created Per Player": 1, "Max Custom Channel Name Length": 24, "Max Custom Prefix Length": 24, "Permission Chat Message Sizes": { "chatnations.fontsize.15": 15, "chatnations.fontsize.16": 16, "chatnations.fontsize.17": 17 }, "Max Private Channel Ownership Permissions": { "chatnations.privchannels.2": 2, "chatnations.privchannels.3": 3, "chatnations.privchannels.4": 4 }, "Remove Ads In Nicknames": true, "Nick Ads List": [ "hellcase.com", "rustypot.com", "Rustchance.com" ], "Options Display Order": [ "displayed_rank", "clan_tag_visibility", "clan_tag_color", "nickname_color", "message_color", "displayed_title", "custom_prefix" ], "Static Colors - Clan Tag": [ "#eb4d4d", "#ebae4d", "#bceb4d", "#72eb4d", "#4deb5f", "#4debc1", "#4dceeb", "#4d72eb", "#6d4deb", "#bc4deb", "#eb4de0", "#eb4d94", "#eb4d50", "#e8e8e8", "#a6a6a6", "#737373" ], "Static Colors - Nickname": [ "#eb4d4d", "#ebae4d", "#bceb4d", "#72eb4d", "#4deb5f", "#4debc1", "#4dceeb", "#4d72eb", "#6d4deb", "#bc4deb", "#eb4de0", "#eb4d94", "#eb4d50", "#e8e8e8", "#a6a6a6", "#737373" ], "Static Colors - Message": [ "#ffbaba", "#ffdaba", "#f2ffba", "#d1ffba", "#baffc8", "#baffed", "#bae7ff", "#bac4ff", "#c6baff", "#debaff", "#ffbafe", "#ffbae0", "#ffbacf" ], "Static Colors - Custom Prefix": [ "#eb4d4d", "#ebae4d", "#bceb4d", "#72eb4d", "#4deb5f", "#4debc1", "#4dceeb", "#4d72eb", "#6d4deb", "#bc4deb", "#eb4de0", "#eb4d94", "#eb4d50", "#e8e8e8", "#a6a6a6", "#737373" ], "Valid Title Keys": [ "treesCut", "rocksDestroyed", "barrelsDestroyed", "botsKilled", "animalKills", "boxesLooted", "plantsGathered", "fishesCaught", "levelUps", "headshots", "helicopterKills", "bradleyKills", "dungeonsRan", "giftsOpened", "airDropsThrown", "collectiblesGathered", "rocketsFired", "explosivesThrown", "longestKill", "ammoUsed", "customCrafts", "craftedItems", "structuresBuilt", "structuresRepaired" ], "Default Channels": { "en": { "Default Follow": true, "Default Quick Code": "en", "Channel Format": "<color=#aaee32>[EN]</color>" }, "de": { "Default Follow": false, "Default Quick Code": "de", "Channel Format": "<color=#aaee32>[DE]</color>" }, "es": { "Default Follow": false, "Default Quick Code": "es", "Channel Format": "<color=#aaee32>[ES]</color>" }, "ru": { "Default Follow": false, "Default Quick Code": "ru", "Channel Format": "<color=#aaee32>[RU]</color>" }, "pl": { "Default Follow": false, "Default Quick Code": "pl", "Channel Format": "<color=#aaee32>[PL]</color>" } }, "Group Chat Formatting": { "admin": { "Is Enabled": true, "Prefix": "<color=#00e0e8>[ADMIN]</color>", "Nickname Color": "#55aaff", "Message Color": "white" }, "mod": { "Is Enabled": true, "Prefix": "<color=#00e0e8>[MOD]</color>", "Nickname Color": "#55aaff", "Message Color": "white" }, "helper": { "Is Enabled": true, "Prefix": "<color=#00e0e8>[HELPER]</color>", "Nickname Color": "#55aaff", "Message Color": "white" }, "vip": { "Is Enabled": true, "Prefix": "<color=#00e0e8>[VIP]</color>", "Nickname Color": "#55aaff", "Message Color": "white" }, "default": { "Is Enabled": true, "Prefix": "", "Nickname Color": "#55aaff", "Message Color": "white" } }, "Channel Country Assign": { "en": [ "United Kingdom", "Australia", "New Zealand", "United States", "India", "Pakistan", "Nigeria", "Philippines", "South Africa", "Tanzania", "Kenya", "Sudan", "Canada", "Ghana", "Cameroon", "Malawi", "Zambia", "Zimbabwe", "South Sudan", "Burundi", "Papua New Guinea", "Sierra Leone", "Singapore", "Ireland", "Liberia", "Jamaica", "Cyprus" ], "ru": [ "Russian Federation", "Russia", "Belarus", "Kazakhstan", "Kyrgyzstan", "Tajikistan", "Ukraine", "Moldova", "Uzbekistan" ], "de": [ "Germany", "Belgium", "Austria", "Switzerland", "Luxemburg", "Liechtenstein" ], "es": [ "Spain", "Mexico", "Colombia", "Argentina", "Peru", "Venezuela", "Chile", "Guatemala", "Ecuador", "Bolivia", "Cuba", "Dominican Republic", "Honduras", "Paraguay", "El Salvador", "Nicaragua", "Costa Rica", "Panama", "Uruguay", "Puerto Rico" ], "pl": [ "Poland" ] } }
    $25.00
  3. Version 1.0.0

    6 downloads

    TR= Öncelikle Herkese Merhaba Bu bir Plugin değildir sadece dil paketidir bunu yüklemeniz için yapmanız gereken tek şey bu plugini satın alıp sunucunuzda 1 kez çalıştırın daha sonrasında /server/oxide/lang/en/SkillTree.json dosyasının yerine benim size verdiğim dosyayı koyun bu yeterli olacaktır değiştirin bu kadar basit plugin sahibi her güncelleme yüklediğinde bende dil paketini güncelleyeceğim. plugin sahbinden izin aldım ilerde daha farklı dillere de çevirmeyi planlıyorum yapamadığınız çalışmayan ve ya herhangi bir sorunuz olduğunda bana yazabilirsiniz her zaman yardımcı olurum EU= "First of all, hello everyone. This is not a plugin; it is just a language pack. To install it, all you need to do is purchase the plugin and run it once on your server. After that: Replace the /server/oxide/lang/en/SkillTree.json file with this one. It’s that simple. Whenever the plugin owner releases an update, I will also update the language pack. I have obtained permission from the plugin owner, and I plan to translate it into other languages in the future. If you encounter any issues, such as something not working, or if you have any questions, feel free to contact me. I am always here to help."
    $3.00
1.6m

Downloads

Total number of downloads.

7.5k

Customers

Total customers served.

112.7k

Files Sold

Total number of files sold.

2.3m

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.