Jump to content

XeusDev

Creator
  • Posts

    16
  • Joined

  • Last visited

Everything posted by XeusDev

  1. XeusDev

    CheckPlayers

    U have it in the main page there is a text: Commands section
  2. No problem
  3. Hello! Its compatible with carbon! i have uploaded the plugin to Carbon and its working well. Also if you buy plugin and its not working you can always get you money back contacting with codefling team. Or ask the developer to fix it!
  4. XeusDev

    CheckPlayers

    Version 1.1.0

    12 downloads

    CheckPlayers allows admins to send on-screen player notifications to join the discord and get verified. Commands section Console and chat: check name/steamid -> calls player to check. Console and chat: checkok name/steamid -> Ends player check. Console and chat: cancelcheck name/steamid -> Cancell check for a player. Chat: /contact MyDiscord#5125 -> Suspect suspect Contact to administradores/mods to discord weebhook to result in a message. Permissions oxide: oxide.grant group admin checkplayers.use - oxide.grant group CustomGroup checkplayers.use Permissions cabron: c.grant group admin checkplayers.use - c.grant group CustomGroup checkplayers.use Default config Section: { "Send logs if one pc check starts? (Requieres DiscordApi plugin!)": true, "Discord WeebHook to log: Calls player to check": "", "Discord WeebHook to recive the player discord contact": "", "Send logs if ends pc check?": true, "Discord WeebHook to log: end checks": "", "Ban the player if he disconnects from the server during a pc check? ": true, "Ban reason if player leave during PC Check": "Disconnected during PC Check", "Send Mesages if player disconnect from the server during the PC Check?": true, "Discord WeebHook to log: leaves from the server when called the player to check": "" } kicked: You are banned from this server (Disconnected during PC Check) -> You can change it in config file!
    $12.00
  5. XeusDev

    how to use

    Changed Status from Pending to Not a Bug Changed Fixed In to 1.0.2
  6. XeusDev

    how to use

    iTS API to use it for developers there is an small explain in the page.
  7. Good plugin
  8. XeusDev

    Building Skins

    Good plugin GJ!
  9. Just for groups
  10. XeusDev

    DiscordApi

    Version 1.0.2

    94 downloads

    This plugin allows to send to discord weebhook messages to discord weebhooks works like API. Messages can be sent normal or embed Add reference to the plugin: [PluginReference] Plugin DiscordApi; How to send: private string DiscordWeebHookUrl = "URL HERE" string message = $"YOU MESSAGE`"; send messages: DiscordApi?.Call("API_SendMessage", DiscordWeebHookUrl , Message, this); Embed: string EmbedTitle = "Title"; int EmbedColor = 16711680; -> Color string Empty = ""; string json = $"[{{\"name\":\"Message One\",\"value\":\"Example: {something} \",\"inline\":true}},\n{{\"name\":\"2n Message\",\"value\":\"3rd message: {Something}\",\"inline\":true}}]"; call to send: DiscordApi?.Call("API_SendEmbeddedMessage", DiscordWeebHookUrl, EmbedTitle, EmbedColor , json, Empty, this);
    Free
  11. Version 1.0.5

    15 downloads

    This plugin allows you to give permissions to any grops for time! Also this plugin can give, revoke and extend the permissions time for groups You can log you grants revokes and extends in discord channel just put you webhook url to config file and put the command: oxide.reload TimedGroupPermissions and thats it! If you want to see wich groups have timed permission check the oxide\data\TimedGroupPermissions.json Commands section: ChatCommands && ConsoleCommands 1: givegroupperm <group> <permission> <time ex: 1d> 2: extendgrouptimeperm <group> <permission> <time ex: 1d> 3: revokegroupperm <group> <permission> Examples: givegroupperm admin minicopter.infinitefuel 10d -> That will give permission: minicopter.infinitefuel to group admin for 10 days extendgrouptimeperm admin minicopter.infinitefuel 10d > That will extend permission time for: minicopter.infinitefuel to group admin to extra 10 days revokegroupperm admin minicopter.infinitefuel > That will remove the permission minicopter.infinitefuel from the group admin Default Configuration section: { "Send Mesages to DiscordWeebhook? Requieres DiscordApi plugin!": true, "Configuration for Discord Weebhook Url!": "https://discord.com/api/webhooks/..." }
    $9.99
  12. XeusDev

    yoooo

    Changed Status from Work in Progress to Closed
  13. XeusDev

    yoooo

    FIXED!
  14. XeusDev

    yoooo

    Changed Status from Pending to Work in Progress Changed Fixed In to 1.1.0
  15. Version 1.0.0

    8 downloads

    About Cargo Ship Fly Hack Disabler This plugin disable flyhack detection if some one enter to cargo, in some devblogs the cargo kicks the players for flyhack in cargo. How it works? When you put this plugin in you server is gonna check the players if they are in the cargo, if they are in it it will disable flyack detection for them When some one enter in cargo example: [CargoShip Flyhack Disabler] Flyhack detection paused for [TT] Xeus97 When some one leave from cargo example: [CargoShip Flyhack Disabler] Flyhack detection resumed for [TT] Xeus97 No config files easy setup!
    $2.00
  16. Version 1.1.2

    25 downloads

    Ultra ban system plugin info This plugin allows you to ban players temporary or permanently by IP and steamid! If the player got banned from you server his ip will get automnaticly banned! Also if the player join in the server with banned IP he will get banned automaticly, this plugin ban multiple IPs matches If in the BanSystemUltraData contains 2, 3, or more sames IPs as banned its also gonna set to banned! This is for multiple accounts, Example: Player 76561198200022991 get banned in the server with IP 127.0.0.0 his ip gonna be banned and the plugin will search same ip adress in the data if some one have same ip he will get banned aswell. And another option to ban the player's team if the player get permanent ban. Warns Section You can aswell warn players and configure the config to ban players permanently or temporary full configurable in config section! Commands Section banplayer steamid time(Format: 1d, 1h, 1m, 1d1h1m) reason -> Ban player temporary banplayer steamid reason -> Ban player permanently Example 1: banplayer 76561198200022991 30d24h60m "Bug abusing" Example 2: banplayer 76561198200022991 "Cheating" warnplayer steamid reason Example 1: warnplayer 76561198200022991 racism -> adds 1 warn to this player with reasion racism if player 76561198200022991 have for example 3 warns - he will get banned with last warn reason example: If the player 76561198200022991 warned already 2 times - and the last warn is: toxic and we want to warn him again = warnplayer 76561198200022991 racism = player will be banned for X days for racism -> the number of warnings can be configured in the config section and ban duration aswell. Default Configuration section REMEMBER TO REMOVE YOUR PLUGIN CONFIGURATION BEFORE UPDATING, TO AVOID ERRORS IT IS ALWAYS BETTER TO RECONFIGURE THE PLUGIN [JSON] { "Send Mesages to DiscordWeebhook? Requieres DiscordApi plugin!": false, "Configuration for Discord Weebhook Url!": "", "Ban the player during the connection if his banned IP is detected in the data? (It will search all the data if there is any banned IP like the player's)": true, "Use messages in Embed? (false = normal / true = Embed)": true, "Ban player team if the player gets permanent ban? (Bans full team permanently aswell)": true, "Use permanent bans via warnings?": true, "Number of maximum warns after permanent ban": 10, "Use temporary bans via warnings?": true, "Ban duration after X warnings (Warnings - ban days (in days))": { "3": 1, "6": 7, "8": 14 } } { "76561198200022991": { "WarningCount": 6, "WarningReasons": [ "test", "Test2", "Test3", "Test4", "Test5", "Racism" ] } } Rejecting connection - You are banned from this server for 7 days (Racism) REQUIEREMENTS: DISCORD API PLUGIN!
    $9.99
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

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.