Jump to content

Kalvi

Creator
  • Posts

    66
  • Joined

  • Last visited

Everything posted by Kalvi

  1. Kalvi

    Hooks

    The plugin has webhooks for discord. Is there any other plugin required to make this work?
  2. Kalvi

    Hooks

    Okey and a plugin is required for webhooks?
  3. Kalvi

    VendingPromo

    I propose adding permission to the /promo command
  4. Kalvi

    Hooks

    I use the plugin https://codefling.com/plugins/server-hud What are the Hooks because the ones given do not work I would add that Hook must be a single line
  5. Kalvi

    CmdKitsConsole

    Failed to call hook 'CmdKitsConsole' on plugin 'Kits v2.0.7' (KeyNotFoundException: The given key '76561198272553228' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <f98723dd4586469db5213ec59da723ca>:0 at Oxide.Plugins.Kits.CmdKitsConsole (ConsoleSystem+Arg arg) [0x0110f] in <571e2418467248aa89d4d871b11d67cb>:0 at Oxide.Plugins.Kits.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x013f3] in <571e2418467248aa89d4d871b11d67cb>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 This happens when I paste a link to an image
  6. Kalvi

    Hook

  7. Kalvi

    Hook

    What is the EventStart Hook and EventEnd Hook? I would like to make a custom icon from the plugin https://codefling.com/plugins/server-hud
  8. Kalvi

    SetHome

    Version 1.0.0

    337 downloads

    SetHome is a plugin for the game Rust that allows players to set, teleport to and delete homes with permission controls and configurable limits. The plugin allows players to easily manage their teleportation points, and also introduces protection mechanisms against abuse. Commands /sethome <name> - Sets up a new house with the given name. Uses permission “sethome.use / sethome.default / sethome.vip” /home <name> - Teleports the player to the house with the given name. Uses permission “sethome.use” /delhome <name> - Deletes the house with the specified name. Uses permission “sethome.use” /listhome - Displays a list of all the player's houses with their positions. Uses permission “sethome.use” /sethome-reload - Reloads the plugin configuration. Uses permission “sethome.admin” Permission sethome.default sethome.vip sethome.use sethome.admin Configuration file { "DefaultMaxHomes": 2, "VipMaxHomes": 5, "TeleportDelay": 5, "CombatCooldown": 10.0 } Lang ["InvalidHomeName"] = "<color=#FF0000>Invalid home name! Use /sethome <name></color>", ["HomeSet"] = "<color=#00FF00>Home '{0}' has been set!</color>", ["HomeNotFound"] = "<color=#FF0000>Home '{0}' not found!</color>", ["HomeDeleted"] = "<color=#00FF00>Home '{0}' has been deleted!</color>", ["MaxHomesReached"] = "<color=#FF0000>You have reached the maximum number of homes ({0})!</color>", ["NoPermission"] = "<color=#FF0000>You do not have permission to use this command!</color>", ["NoBuildingPrivilege"] = "<color=#FF0000>You do not have building privilege here!</color>", ["TeleportDelay"] = "<color=#FFFF00>Teleporting in {0} seconds...</color>", ["TeleportCancelled"] = "<color=#FF0000>Teleportation cancelled! To teleport you can't move!</color>", ["YouCannotTeleport"] = "<color=#FF0000>You cannot teleport to this location!</color>", ["BuildingBlocked"] = "<color=#FF0000>You are building blocked!</color>", ["TeleportedHome"] = "<color=#00FF00>You have been teleported to home '{0}'!</color>" Data { "76561198000000001": { "homes": { "home1": {"x": 1, "y": 1, "z": 1}, "home2": {"x": 2, "y": 2, "z": 2} } } }
    Free
  9. Kalvi

    Applications do not work

    When a user submits an application, it does not appear in the admin panel.
  10. Kalvi

    Server Hud

    What are the Hooks for the AnyMapVendor plugin? Be for Traveling Vendor?
  11. Kalvi

    Player Database

    Time under the /stats command is not counted. I have used all plugins and none of them count the time. I am currently using Player Database. EDIT Problem solved
  12. Kalvi

    Statistics

    What plugin to use to count time because it doesn't show me in the required EDIT: The required plug-ins have already appeared
  13. Kalvi

    SetSpawn

    Version 1.0.0

    102 downloads

    The SetSpawn plugin for the game Rust allows you to set a spawn point, teleport to that point with a delay, and the ability to adjust the time of that delay. It works both with commands and when a player first enters the server. The plugin also supports the ability to reload settings and adjust the teleportation delay. Commands /setspawn: Sets the revival point to the player's current position. Uses permission “setspawn.admin” /spawn: Teleports the player to the revival point with a delay. Uses permission “setspawn.use” /setspawn-reload: Reloads the plugin, reloading the configuration. Uses permission “setspawn.admin” /setspawn-delay <Value>: Sets the teleportation delay time. Uses permission “setspawn.admin” Permission setspawn.admin setspawn.use Configuration file { "TeleportDelaySeconds": 10.0 } Lang { "NoPermission": "<color=#FF0000>You don't have permission to use this command.</color>", "SpawnSet": "<color=#00FF00>Spawn point set to {0}.</color>", "Teleporting": "<color=#00FFFF>Teleporting to spawn point in {0} seconds...</color>", "Teleported": "<color=#00FF00>You have been teleported to the spawn point.</color>", "NoSpawnSet": "<color=#FF0000>Spawn point has not been set.</color>", "TeleportCancelled": "<color=#FF0000>Teleport cancelled due to movement.</color>", "PluginReloaded": "<color=#00FF00>Plugin has been reloaded successfully.</color>", "ReloadFailed": "<color=#FF0000>Failed to reload the plugin.</color>", "DelaySet": "<color=#00FF00>Teleport delay has been set to {0} seconds.</color>", "InvalidDelay": "<color=#FF0000>Invalid delay value. Please enter a positive number.</color>" } The lang file supports Hex colors Data { "SpawnPoint": null }
    Free
  14. Kalvi

    ChangeIcon

    Plugin only includes control over server message avatars
  15. Version 1.0.0

    2 downloads

    The plugin adds messages in the main chat when a Chinook, CargoShip, CargoPlane, Attack Helicopter, Tank event occurs. The plugin additionally allows you to enable or disable messages on AirDrop. Markers can also be enabled, when CargoPlane dumps AirDrop will appear from on the player's map. Configuration file { "Notify AirDrop in chat": true, "Create MapMarker on map": true, "Marker type (shopmarker | cratemarker)": "shopmarker", "Notify Cargo Plane in chat": true, "Notify Tank in chat": true, "Notify Cargo Ship in chat": true, "Notify Chinook in chat": true, "Notify Attack Helicopter in chat": true, "Show direction from where events are coming": true } Allows you to enable or disable the notification of an event and also allows you to enable or disable the notification of directions. Lang { "CargoPlaneNotification": "<color=#00DDFF>Cargo Plane has spawned{0}!</color>", "TankNotification": "<color=#A60000>Tank has spawned!</color>", "CargoShipNotification": "<color=#0008FF>Cargo Ship has spawned{0}!</color>", "ChinookNotification": "<color=#FFA200>Chinook has spawned{0}!</color>", "AttackHelicopterNotification": "<color=#FF0000>Attack Helicopter has spawned{0}!</color>", "AirDropSpawned": "<color=#D0FF00>AirDrop has been dropped in square {0}!</color>" } Ability to change the color of the message
    $2.99
  16. Failed to call hook 'SplitterCommand' on plugin 'OGSplitter v1.1.2' (InvalidOperationException: Collection was modified; enumeration operation may not execute.) at System.Collections.Generic.List`1+Enumerator[T].MoveNextRare () [0x00013] in <e3aa8db986d7457ca73f10110f1283f5>:0 at System.Collections.Generic.List`1+Enumerator[T].MoveNext () [0x0004a] in <e3aa8db986d7457ca73f10110f1283f5>:0 at Oxide.Plugins.OGSplitter.OvenSplitter (BaseOven oven, BasePlayer player) [0x00157] in <f9d9d7bd0eab40a6a3dd36237799ed3a>:0 at Oxide.Plugins.OGSplitter.SplitterCommand (Oxide.Core.Libraries.Covalence.IPlayer iplayer, System.String command, System.String[] args) [0x00053] in <f9d9d7bd0eab40a6a3dd36237799ed3a>:0 at Oxide.Plugins.OGSplitter.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00249] in <f9d9d7bd0eab40a6a3dd36237799ed3a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
  17. Version 1.5.0

    3 downloads

    The plugin accelerates CargoPlan and AirDrop and allows you to change the smoke duration from Supply Drop We can edit the speed of CargoPlane and AirDrop through the command: /cargo set speedairdrop <value>: Sets the airdrop speed multiplier. The value must be between 1 and 10. /cargo set speedcargoplane <value>: Sets the cargo plane's speed multiplier. The value must be between 1 and 100. /cargo set supplyduration <value>: Sets the duration of smoke from Supply Signal. The value must be between 1 and 600 seconds. Permission to use the command /cargo cargoplaneevent.admin Configuration file { "AirdropSpeedMultiplier": 1.0, "CargoPlaneSpeedMultiplier": 1.0, "SupplySignalSmokeDuration": 300.0 } Lang { "NoPermission": "<color=#FF0000>You don't have permission to use this command.</color>", "InvalidUsage": "<color=#FFA500>Usage: /cargo set <speedairdrop | speedcargoplane | supplyduration> <value></color>", "InvalidValue": "<color=#FFFF00>Value must be a number between {0} and {1}.</color>", "SpeedSetSuccess": "<color=#00FF00>{0} speed multiplier set to {1}.</color>", "SmokeDurationSetSuccess": "<color=#00FF00>Supply Signal smoke duration set to {0} seconds.</color>" } The lang file supports Hex colors
    $2.99
  18. Kalvi

    EventNotifier

    Version 1.0.0

    88 downloads

    The plugin adds messages in the main chat when a Chinook, CargoShip, CargoPlane, Attack Helicopter, Tank event occurs. Configuration file { "NotifyAttackHelicopter": true, "NotifyCargoPlane": true, "NotifyCargoShip": true, "NotifyChinook": true, "NotifyTank": true, "ShowDirection": true } Allows you to enable or disable the notification of an event and also allows you to enable or disable the notification of directions. Lang { "CargoPlaneNotification": "<color=#00DDFF>Cargo Plane has spawned{0}!</color>", "TankNotification": "<color=#A60000>Tank has spawned!</color>", "CargoShipNotification": "<color=#0008FF>Cargo Ship has spawned{0}!</color>", "ChinookNotification": "<color=#FFA200>Chinook has spawned{0}!</color>", "AttackHelicopterNotification": "<color=#FF0000>Attack Helicopter has spawned{0}!</color>" } Ability to change the color of the message
    Free
  19. Kalvi

    ChangeIcon

    Version 1.2.0

    100 downloads

    Plugin that changes the icon in all messages from other plugins. Does not change players' avatars Command /changeicon <SteamID>: Sets the new SteamID as the icon for system messages. Uses permission “changeicon.admin” /changeicon reload: Reloads the configuration file. Uses permission “changeicon.admin” Permission changeicon.admin Configuration file { "User SteamID": 76561198272553228 } Lang { "NoPermission": "<color=#FF0000>You do not have permission to use this command.</color>", "IconChanged": "<color=#00FF00>Steam ID has been changed to: {0}</color>", "InvalidSteamID": "<color=#FF0000>Invalid Steam ID.</color>", "ConfigReloaded": "<color=#00FF00>Configuration reloaded.</color>", "Usage": "<color=#FFFF00>Usage: /changeicon <SteamID> or /changeicon reload</color>" }
    Free
  20. Kalvi

    VoteDay

    Version 1.2.0

    352 downloads

    The plugin adds the ability to skip nights by voting with the /voteday command. Additionally, the command can be used by people who have permission. Every day at 19:00 in-game time the voting is turned on, if the voting is successful the time is switched to 8:00 am. Command /voteday: Starts voting for skipping the night if voting is not already in progress. Requires the “voteday.use” permission. /voteday reload: Reloads the plugin configuration. Requires “voteday.admin” permission. /voteday set timevote <seconds>: Sets the voting time in seconds and saves it to the configuration file. Requires the “voteday.admin” permission. /voteday set requiredpercentage <percentage>: Sets the required percentage of votes (ranging from 1 to 100) and writes it to the configuration file. Requires the “voteday.admin” permission. Permission voteday.use: Allows the player to participate in voting. voteday.admin: Allows the player to reload the plugin configuration and change the voting settings. Configuration file { "VoteDuration": 180.0, "RequiredPercentage": 50 } Lang { "VoteStarted": "<color=#FFFF00>Vote to skip the night has started! You have {0} seconds to vote. Type /voteday to vote. {1} votes are needed to pass.</color>", "VoteCount": "<color=#00FF00>{0} players voted yes out of {1}.</color>", "VotePassed": "<color=#00FF00>The vote passed! {0} players voted yes out of {1}. Skipping to day.</color>", "VoteFailed": "<color=#FF0000>The vote failed. {0} players voted yes out of {1}. The night will continue.</color>", "NoPermission": "<color=#FF0000>You do not have permission to use this command.</color>", "AlreadyVoting": "<color=#FF0000>A vote is already in progress.</color>", "AlreadyVoted": "<color=#FF0000>You have already voted.</color>", "ConfigReloaded": "<color=#00FF00>Configuration reloaded successfully.</color>", "InvalidCommand": "<color=#FF0000>Invalid command usage. Use /voteday set timevote <seconds> or /voteday set requiredpercentage <percentage>.</color>", "VoteDurationSet": "<color=#00FF00>Vote duration set to {0} seconds.</color>", "RequiredPercentageSet": "<color=#00FF00>Required vote percentage set to {0}%.</color>", "InvalidPercentage": "<color=#FF0000>Invalid percentage. Please enter a value between 1 and 100.</color>" }
    Free
    Very cool plugin for a low price, I recommend for the fast support
  21. Kalvi

    Ticketsystem

    Look your discord, i send message
  22. Kalvi

    Error

    How to solve this problem? I want to host the bot on pterodactyl.io panel
  23. Kalvi

    Ticketsystem

    How to solve this problem? I want to host the bot on pterodactyl.io panel
  24. Kalvi

    Ultimate RCON+

    Very cool plug-in however, communication with the author is non-existent. I asked several questions, asked for a rank on discord for having bought the plugin and got no answer and I've been waiting for 7 days.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

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.