SickGaming Rust Server Plugins
This commit is contained in:
27
lang/en/CraftingController.json
Normal file
27
lang/en/CraftingController.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"NoInvSpace": "You don't have enough room to craft this item!",
|
||||
"NoPerms": "You don't have permission to use this command.",
|
||||
"CannotFindItem": "Cannot find item {0}.",
|
||||
"ItemBlocked": "{0} has been blocked from crafting.",
|
||||
"ItemUnblocked": "{0} has been unblocked from crafting.",
|
||||
"NeedsAdvancedOptions": "You need to enable advanced crafting options in your config to use this.",
|
||||
"WrongNumberInput": "Your input needs to be a number.",
|
||||
"ItemCraftTimeSet": "{0} craft time set to {1} seconds",
|
||||
"WorkbenchLevelSet": "{0} workbench level set to {1}",
|
||||
"CurrentCraftinRate": "The current crafting rate is {0 }%",
|
||||
"CraftingRateUpdated": "The crafting rate was updated to {0} %",
|
||||
"CraftTime2Args": "This command needs two arguments in the format /crafttime item.shortname timetocraft",
|
||||
"BlockItem1Args": "This command needs one argument in the format /blockitem item.shortname",
|
||||
"UnblockItem1Args": "This command needs one argument in the format /unblockitem item.shortname",
|
||||
"WorckBenchLvl2Args": "This command needs two arguments in the format /benchlvl item.shortname workbenchlvl",
|
||||
"BenchLevelInput": "The work bench level must be between 0 and 3",
|
||||
"SetSkin2Args": "This command needs one argument in the format /setcraftskin item.shortname skinworkshopid",
|
||||
"SkinSet": "The default skin for {0} was set to {1}",
|
||||
"CraftTimeCheck": "The craft time of this item is {0}",
|
||||
"CommandCraftingRate": "craftrate",
|
||||
"CommandCraftTime": "crafttime",
|
||||
"CommandBlockItem": "blockitem",
|
||||
"CommandUnblockItem": "unblockitem",
|
||||
"CommandWorkbenchLVL": "benchlvl",
|
||||
"CommandSetDefaultSkin": "setcraftskin"
|
||||
}
|
||||
33
lang/en/Kits.json
Normal file
33
lang/en/Kits.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"title": "Kits: ",
|
||||
"Name": "Name",
|
||||
"Description": "Description",
|
||||
"Redeem": "Redeem",
|
||||
"AddKit": "Add Kit",
|
||||
"Close": "Close",
|
||||
"NoKitsFound": "All Available Kits are already in this Menu!",
|
||||
"AddKitToMenu": "Select a Kit to Add to this Menu",
|
||||
"KitCooldown": "Cooldown: {0}",
|
||||
"Unavailable": "Unavailable",
|
||||
"Last": "Last",
|
||||
"Next": "Next",
|
||||
"Back": "Back",
|
||||
"First": "First",
|
||||
"RemoveKit": "Remove Kit?",
|
||||
"KitUses": "Uses: {0}",
|
||||
"NoInventorySpace": "You do not have enough inventory space for this Kit!",
|
||||
"Unlimited": "Unlimited",
|
||||
"None": "None",
|
||||
"KitRedeemed": "Kit Redeemed",
|
||||
"Emptykitname": "Empty Kit Name",
|
||||
"KitExistError": "This kit doesn't exist",
|
||||
"CantRedeemNow": "You are not allowed to redeem a kit at the moment",
|
||||
"NoAuthToRedeem": "You don't have the Auth Level to use this kit",
|
||||
"NoPermKit": "You don't have the permissions to use this kit",
|
||||
"NoRemainingUses": "You already redeemed all of these kits",
|
||||
"CooldownMessage": "You need to wait {0} seconds to use this kit",
|
||||
"WipeCooldownMessage": "You need to wait {0} seconds to use this kit since it recently wiped",
|
||||
"NPCError": "You must find the NPC that gives this kit to redeem it.",
|
||||
"PastingError": "Something went wrong while pasting, is CopyPaste installed?",
|
||||
"NoKitFound": "This kit doesn't exist"
|
||||
}
|
||||
24
lang/en/PermissionsManager.json
Normal file
24
lang/en/PermissionsManager.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"title": "Permissions Manager: ",
|
||||
"NoGroup": "Group {0} was not found.",
|
||||
"NoPlayer": "Player {0} was not found.",
|
||||
"GUIAll": "Grant All",
|
||||
"GUINone": "Revoke All",
|
||||
"GUIBack": "Back",
|
||||
"GUIGroups": "Groups",
|
||||
"GUIPlayers": "Players",
|
||||
"GUIInherited": "Inherited",
|
||||
"GUIInheritedFrom": "Inherited from",
|
||||
"GUIGranted": "Granted",
|
||||
"GUIRevoked": "Revoked",
|
||||
"GUIName": "Permissions for {0}",
|
||||
"GUIGroupsFor": "Groups for {0}",
|
||||
"GUIPlayersIn": "Players in {0}",
|
||||
"removePlayers": "Remove All Players",
|
||||
"confirm": "Confirm",
|
||||
"cancel": "Cancel",
|
||||
"NotAdmin": "You need Auth Level 2, or permission, to use this command.",
|
||||
"Back": "Back",
|
||||
"All": "All",
|
||||
"Syntax": "Use /perms, /perms player *name*, or /perms group *name*"
|
||||
}
|
||||
67
lang/en/RustCore.json
Normal file
67
lang/en/RustCore.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"CommandUsageExtLoad": "Usage: oxide.ext.load <extname>+",
|
||||
"CommandUsageExtUnload": "Usage: oxide.ext.unload <extname>+",
|
||||
"CommandUsageExtReload": "Usage: oxide.ext.reload <extname>+",
|
||||
"CommandUsageGrant": "Usage: oxide.grant <group|user> <name|id> <permission>",
|
||||
"CommandUsageGroup": "Usage: oxide.group <add|set> <name> [title] [rank]",
|
||||
"CommandUsageGroupParent": "Usage: oxide.group <parent> <name> <parentName>",
|
||||
"CommandUsageGroupRemove": "Usage: oxide.group <remove> <name>",
|
||||
"CommandUsageLang": "Usage: oxide.lang <two-digit language code>",
|
||||
"CommandUsageLoad": "Usage: oxide.load *|<pluginname>+",
|
||||
"CommandUsageReload": "Usage: oxide.reload *|<pluginname>+",
|
||||
"CommandUsageRevoke": "Usage: oxide.revoke <group|user> <name|id> <permission>",
|
||||
"CommandUsageShow": "Usage: oxide.show <groups|perms>",
|
||||
"CommandUsageShowName": "Usage: oxide.show <group|user> <name>",
|
||||
"CommandUsageUnload": "Usage: oxide.unload *|<pluginname>+",
|
||||
"CommandUsageUserGroup": "Usage: oxide.usergroup <add|remove> <username> <groupname>",
|
||||
"ConnectionRejected": "Connection was rejected",
|
||||
"DataSaved": "Saving Oxide data...",
|
||||
"GroupAlreadyExists": "Group '{0}' already exists",
|
||||
"GroupAlreadyHasPermission": "Group '{0}' already has permission '{1}'",
|
||||
"GroupDoesNotHavePermission": "Group '{0}' does not have permission '{1}'",
|
||||
"GroupChanged": "Group '{0}' changed",
|
||||
"GroupCreated": "Group '{0}' created",
|
||||
"GroupDeleted": "Group '{0}' deleted",
|
||||
"GroupNotFound": "Group '{0}' doesn't exist",
|
||||
"GroupParentChanged": "Group '{0}' parent changed to '{1}'",
|
||||
"GroupParentNotChanged": "Group '{0}' parent was not changed",
|
||||
"GroupParentNotFound": "Group parent '{0}' doesn't exist",
|
||||
"GroupPermissionGranted": "Group '{0}' granted permission '{1}'",
|
||||
"GroupPermissionRevoked": "Group '{0}' revoked permission '{1}'",
|
||||
"GroupPermissions": "Group '{0}' permissions",
|
||||
"GroupPlayers": "Group '{0}' players",
|
||||
"Groups": "Groups",
|
||||
"NoGroupPermissions": "No permissions currently granted",
|
||||
"NoPermissionGroups": "No groups with this permission",
|
||||
"NoPermissionPlayers": "No players with this permission",
|
||||
"NoPluginsFound": "No plugins are currently available",
|
||||
"NoPlayerGroups": "Player is not assigned to any groups",
|
||||
"NoPlayerPermissions": "No permissions currently granted",
|
||||
"NoPlayersInGroup": "No players currently in group",
|
||||
"NotAllowed": "You are not allowed to use the '{0}' command",
|
||||
"ParentGroupPermissions": "Parent group '{0}' permissions",
|
||||
"PermissionGroups": "Permission '{0}' Groups",
|
||||
"PermissionPlayers": "Permission '{0}' Players",
|
||||
"PermissionNotFound": "Permission '{0}' doesn't exist",
|
||||
"Permissions": "Permissions",
|
||||
"PermissionsNotLoaded": "Unable to load permission files! Permissions will not work until resolved.\n => {0}",
|
||||
"PlayerLanguage": "Player language set to {0}",
|
||||
"PluginNotLoaded": "Plugin '{0}' not loaded.",
|
||||
"PluginReloaded": "Reloaded plugin {0} v{1} by {2}",
|
||||
"PluginUnloaded": "Unloaded plugin {0} v{1} by {2}",
|
||||
"ServerLanguage": "Server language set to {0}",
|
||||
"Unknown": "Unknown",
|
||||
"UnknownCommand": "Unknown command: {0}",
|
||||
"PlayerAddedToGroup": "Player '{0}' added to group: {1}",
|
||||
"PlayerAlreadyHasPermission": "Player '{0}' already has permission '{1}'",
|
||||
"PlayerDoesNotHavePermission": "Player '{0}' does not have permission '{1}'",
|
||||
"PlayerNotFound": "Player '{0}' not found",
|
||||
"PlayerGroups": "Player '{0}' groups",
|
||||
"PlayerPermissions": "Player '{0}' permissions",
|
||||
"PlayerPermissionGranted": "Player '{0}' granted permission '{1}'",
|
||||
"PlayerPermissionRevoked": "Player '{0}' revoked permission '{1}'",
|
||||
"PlayerRemovedFromGroup": "Player '{0}' removed from group '{1}'",
|
||||
"PlayersFound": "Multiple players were found, please specify: {0}",
|
||||
"Version": "Server is running [#ffb658]Oxide {0}[/#] and [#ee715c]{1} {2} ({3})[/#]",
|
||||
"YouAreNotAdmin": "You are not an admin"
|
||||
}
|
||||
10
lang/en/WipeKits.json
Normal file
10
lang/en/WipeKits.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"DayFormat": "<color=orange>{0}</color> day and <color=orange>{1}</color> hours",
|
||||
"DaysFormat": "<color=orange>{0}</color> days and <color=orange>{1}</color> hours",
|
||||
"HourFormat": "<color=orange>{0}</color> hour and <color=orange>{1}</color> minutes",
|
||||
"HoursFormat": "<color=orange>{0}</color> hours and <color=orange>{1}</color> minutes",
|
||||
"MinFormat": "<color=orange>{0}</color> minute and <color=orange>{1}</color> seconds",
|
||||
"MinsFormat": "<color=orange>{0}</color> minutes and <color=orange>{1}</color> seconds",
|
||||
"SecsFormat": "<color=orange>{0}</color> seconds",
|
||||
"CantUse": "The server's just wiped! Try again in {0}"
|
||||
}
|
||||
Reference in New Issue
Block a user