Jump to content

Ryuk_

Creator
  • Posts

    380
  • Joined

  • Last visited

Everything posted by Ryuk_

  1. Ryuk_

    imgur not working

    Changed Status from Work in Progress to Fixed Changed Fixed In from 2.0.52 to Next Version
  2. Ryuk_

    Cant build

    Changed Status from Work in Progress to Fixed Changed Fixed In from 2.0.75 to Next Version
  3. Ryuk_

    cant build

    Changed Status from Pending to Work in Progress Changed Fixed In to 2.0.76
  4. Ryuk_

    you are in cool down

    - Imgur/Imgbb not working: You are correct, the images are not being uploaded, in the next update they will be uploaded automatically when the player connects to the server. - The weather is for each player, if you prefer to customize your weather (It does not change the weather for other players). In the next version there will be an option in the settings to disable it if you don't want to use it. - Kits are working, please see your config file. "KitData": [ { "Item ID": 200773292, "Item Skin ID": 3326537103, "Player Container Type (Main, Belt, Wear)": 1 }, { "Item ID": 237239288, "Item Skin ID": 2483395996, "Player Container Type (Main, Belt, Wear)": 2 }, { "Item ID": 1751045826, "Item Skin ID": 2483392049, "Player Container Type (Main, Belt, Wear)": 2 } ], - Always day function works (Make sure there is no incompatibility with another plugin) Config; "svar: Always Day": true, this will set > env.progresstime false env.time 12 Sorry if you find the info panel ugly. I'm not good with UI. Also, it will be possible to disable it in the next update to use other plugins. The plugin will be updated soon, at the latest on Thursday since I will be traveling all day on Wednesday.
  5. As reboot said, you can use the "Removal Tool", use hammer + "R key" to remove an entity you are looking at
  6. Ryuk_

    MINIGAME CORE

    It's easy, tomorrow I will make the video and update the description with it.
  7. Ryuk_

    you are in cool down

    You can get imgbb api key here https://api.imgbb.com/
  8. Ryuk_

    you are in cool down

    I'm going to leave this support ticket open in case you have another problem.
  9. Ryuk_

    you are in cool down

    Changed Fixed In from 2.0.75 to 2.0.76
  10. Ryuk_

    you are in cool down

    Plugin updated, all should be fixed now. Command Cooldown: - Menu cooldown reduced to 0.5 seconds. - Upgrade all the base to another material cooldown reduced to 2 seconds. - Saving / Loading base reduced to 1 second. This is used to prevent users from spamming those features.
  11. Ryuk_

    you are in cool down

    Changed Status from Pending to Work in Progress Changed Fixed In to 2.0.75
  12. Ryuk_

    Attack helicopter

    Changed Status from Work in Progress to Closed
  13. Ryuk_

    Bug with kits

    Changed Status from Work in Progress to Closed
  14. Ryuk_

    imgur not working

    If there is any stored image it will be uploaded to imgur, there is also sometimes there is a rate limit in Imgur, so it is recommended to have an IMGBB API Key too.
  15. Ryuk_

    imgur not working

    Will work on it for the next update
  16. Ryuk_

    imgur not working

    The new version include that file, you can replace or add that part in the config (not auto update :c )
  17. Ryuk_

    Some issues with the new version

    Changed Status from Work in Progress to Fixed Changed Fixed In from 2.0.41 to 2.0.75
  18. Ryuk_

    Feature Request

    Changed Status from Work in Progress to Fixed Changed Fixed In from 2.0.31 to 2.0.75
  19. Ryuk_

    imgur not working

    Use MYSQL only if you need it for some external function of yours, SQLite is used to store everything locally. How to setup Imgur? https://dubble.so/guides/how-to-get-imgur-client-id-purlxhv84a0m3mlsiak7 Then go to /carbon/configs/Creative.json "IMGUR CLIENT ID": "PUT YOUR CLIENT ID HERE!", I'm finishing fixing the current plugin issues, in the next update you will be able to fly inside plots as an admin. The "reviewer" is the person in charge of verifying the bases published by the community, and if there is one that breaks any TOS, they can delete that base from the community. This should only be done by people you trust. To set default menu options go to /carbon/configs/Creative.json "Menu Autodoors (true = on | false = off)": false, "Menu Autowindows (true = on | false = off)": false, "Menu Autoelectricity (true = on | false = off)": false, "Menu Buildingrade (true = on | false = off)": false, Modify "menu building grade" from false to true. (Next update will be true by default)
  20. Ryuk_

    imgur not working

    Changed Status from Pending to Work in Progress Changed Fixed In to 2.0.52
  21. Ryuk_

    Cant build

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  22. Version 1.0.0

    3 downloads

    This is a Rust server plugin designed for creating and managing a "One in the Chamber" minigame, the plugin includes features like arena setup, player management, matchmaking. This plugin requires the MinigameCore plugin for its operation, emphasizing its use in community servers that host competitive and recreational minigames. GAMEPLAY Players lose a life when killed and can spectate after losing all lives. Game ends when one player remains or the time limit is reached. Spectators can switch views between players. FEATURES Arena Management: Create, manage, and refresh arenas. Player Management: Handle player stats, respawning, and spectating. Matchmaking: Supports joining arenas mid-game, player limits, and automated game starts. UI Components: Dynamic UI elements to show game stats, results, and lobby information. Admin Commands: Commands for admins to manage arenas and game settings. Configurable Settings: Time limits, max lives, and game mechanics like melee return timings can be configured. CONFIGURABLE SETTINGS TimeLimit: Duration of the game in seconds. MaxLives: Number of lives each player has. ReturnMelee: Time in seconds before a thrown melee weapon returns. RestartOnEndGame: Whether the arena restarts automatically after a game ends. ADMIN COMMANDS /add_oitc_arena <name> <radius>: Starts the creation of a new arena. /add_oitc_spawnpoint: Adds a spawn point at the admin's location. /add_oitc_lobby: Sets the lobby location for the arena. /add_oitc_max_players <number>: Sets the maximum number of players for the arena. /add_oitc_create <name>: Finalizes the creation of the arena. - * Arena Cache: Temporary storage for arena settings during creation before they are committed to the permanent configuration. * - FILES PATH OITC Config: /carbon/data/Minigames/OneInTheChamber/Config.json OITC DB: /carbon/data/Minigames/OITC.db SPECTATING IN OITC MATCH The spectating feature in the OITC plugin allows players who have lost all their lives to observe the ongoing match from the perspective of other players. This functionality enhances the gameplay experience by keeping eliminated players engaged until the match concludes. Key Features of Spectating: - Automatic Entry into Spectator Mode: When a player's lives reach zero, they are automatically placed in spectator mode. The plugin sends a message to the player informing them of their elimination and explaining the spectating mechanics. Player Switching: - Spectators can switch between players using the Reload (R) key. This allows spectators to dynamically view different players still active in the match. Player Management: - The plugin tracks which player each spectator is currently observing using a spectators dictionary. When switching, the next alive player in the arena's player list is selected as the new spectating target. Exiting Spectator Mode: - Spectators can leave the game entirely using the /leave command. Once the match ends, all spectators are automatically removed from spectating mode and returned to the lobby. F
    $39.99
  23. Version 1.0.0

    3 downloads

    The GunGame plugin provides comprehensive functionality for arena creation, leveling, respawning, and matchmaking. It integrates with a broader "MinigameCore" plugin to facilitate these features. [THIS IS A MINIGAME] THIS PLUGIN REQUIRES MINIGAMECORE IN ORDEN TO WORK! Features Arena Management: Supports creating and managing multiple arenas with specified properties such as lobby positions, spawn points, and player capacities. Dynamic Leveling and Kits: Players can progress through levels within each match, with each level granting access to predefined kits consisting of clothing, weapons, and ammunition. Matchmaking and Arena Status: Allows players to join or leave games, manages player counts per arena, and handles arena states (waiting, playing, stopped). Admin Commands: Provides administrators with commands to configure and manage arenas and gameplay settings directly through in-game chat. Gameplay Mechanics: Manages player health, inventory, respawn logistics, and teleportation to ensure fluid game progression and fair play. UI Integration: Includes in-game user interfaces for scoreboards and winner announcements, enhancing the gameplay experience. Event Handling: Robust event handling for player deaths, respawns, and match conclusions, including automatic arena resets and kit reassignments. Chat: Private chat in arenas, Players can only read the chat of players in the same arena. Configurations FinalLevel: Defines the final level to end the match. TimeLimit: Defines the time limit to end the match. Kits: Define kits for each level. Admin Commands /add_gg_arena <name> <radius>: Starts the creation of a new arena /add_gg_spawnpoint: Adds a spawn point to the currently edited arena. /add_gg_lobby: Sets the lobby position for the current arena. /add_gg_max_players <number>: Sets the maximum player limit for the arena. /add_gg_create <name>: Finalizes the creation of the arena and saves it. - * Arena Cache: Temporary storage for arena settings during creation before they are committed to the permanent configuration. * - Files Path GunGame Config: /carbon/data/Minigames/GunGame/Config.json GunGame DB: /carbon/data/Minigames/GunGame.db Config file { "FinalLevel": 20, "TimeLimit": 300, "Kits": { "0": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "pistol.revolver" ], "Ammo": { "ammo.pistol": 128 } }, "1": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "pistol.semiauto" ], "Ammo": { "ammo.pistol": 128 } }, "2": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "t1_smg" ], "Ammo": { "ammo.pistol": 128 } }, "3": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "smg.2" ], "Ammo": { "ammo.pistol": 128 } }, "4": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "shotgun.double" ], "Ammo": { "ammo.shotgun": 32 } }, "5": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "shotgun.pump" ], "Ammo": { "ammo.shotgun": 32 } }, "6": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "shotgun.spas12" ], "Ammo": { "ammo.shotgun": 32 } }, "7": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "pistol.python" ], "Ammo": { "ammo.pistol": 128 } }, "8": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "pistol.m92" ], "Ammo": { "ammo.pistol": 128 } }, "9": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "revolver.hc" ], "Ammo": { "ammo.rifle": 128 } }, "10": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "rifle.semiauto" ], "Ammo": { "ammo.rifle": 64 } }, "11": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "rifle.sks" ], "Ammo": { "ammo.rifle": 64 } }, "12": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "smg.thompson" ], "Ammo": { "ammo.pistol": 128 } }, "13": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "smg.mp5" ], "Ammo": { "ammo.pistol": 128 } }, "14": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "rifle.lr300" ], "Ammo": { "ammo.rifle": 64 } }, "15": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "rifle.m39" ], "Ammo": { "ammo.rifle": 64 } }, "16": { "Clothes": [ "hazmatsuit" ], "Weapons": [ "rifle.ak" ], "Ammo": { "ammo.rifle": 64 } }, "17": { "Clothes": [ "scientistsuit_heavy" ], "Weapons": [ "lmg.m249" ], "Ammo": { "ammo.rifle": 128 } }, "18": { "Clothes": [ "gingerbreadsuit" ], "Weapons": [ "rifle.bolt" ], "Ammo": { "ammo.rifle": 64 } }, "19": { "Clothes": [ "hazmatsuit.frontier" ], "Weapons": [ "rifle.l96" ], "Ammo": { "ammo.rifle": 64 } }, "20": { "Clothes": [ "attire.egg.suit" ], "Weapons": [ "pistol.eoka" ], "Ammo": { "ammo.handmade.shell": 16 } } } }
    $41.99
  24. Ryuk_

    MINIGAME CORE

    Version 1.0.0

    5 downloads

    The MinigameCore plugin is a modular and robust solution for creating and managing minigames in Rust. It provides a core framework for handling player data, arenas, and game modes like BedWars, GunGame, FFA and OITC (One in the Chamber). * - THIS PLUGIN IS REQUIRED FOR THE CORRECT FUNCTIONING OF THE MINIGAMES. IF YOU DO NOT HAVE ANY MINIGAME PURCHASED, THE PURCHASE OF THIS PLUGIN IS NOT RECOMMENDED, SINCE IT IS A CORE. It can be used to create other minigames only if you are a developer. * - The main image shows the arenas and minigames in the menu. If there are no minigames or no arenas, the menu will be empty. * - THIS PLUGIN IS JUST A CONNECTION AND HUB BETWEEN DIFFERENT MINIGAMES. READ EVERYTHING BEFORE PURCHASING. - * [RENEWAL TERM] The renewal term is only effective when the upgrade has been too much work; otherwise, each upgrade will be given for free (you will get access to the plugin again if your month has passed).So, if you want to download the update and you have to pay for the renewal, please ask for DM first! (It can become free!) Minigames: GUNGAME ONE IN THE CHAMBER BEDWARS | NOT UPDATED YET. FFA [Free4All] | Waiting for Approval. RAID SIMULATOR | TBA. TDM [Team Deathmatch] | TBA. MATCHMAKING | TBA. (Team/rounds/economy based.) Features: Database Management: Automatically creates and manages SQLite databases for players and arenas. Minigame Integration: Supports popular minigames like GunGame, FFA, BedWars, and OITC with customizable arenas. Player Tracking: Tracks players' participation in arenas and updates their status in real-time. Configurable Lobby: Admins can set a main lobby position for players. CUI Interface: Includes a custom graphical user interface (GUI) to display minigames and their arenas. Commands: Provides several chat and console commands for admins and players to manage and interact with minigames. Admin Commands: /mg_setlobby: Sets the main lobby position to the admin's current location. Player Commands: /leave: Allows players to leave their current arena and return to the main lobby. Console Commands: show_arenas: Display a list of available arenas for a specific minigame. join_arena <minigame> <arenaID>: Joins a speccific arena by its ID. Configuration: MainLobbyPosition: Configurable lobby position stored in the configuration file. (/configs/Minigameore.json) Kits: Configurable lobby kits system. (ITEM SHORTNAME / SKIN ID / SLOT TYPE) Hooks: Get_Arena_Name: Retrieves the name of an arena by its ID. Create_Bedwars_Arena: Creates a new BedWars arena. Create_GunGame_Arena: Creates a new GunGame arena. Create_OITC_Arena: reates a new One in the Chamber arena. Update_Player_Data: Updates player data when joining/leaving arenas. Force_Tp: Teleports the player to the configured lobby position. GetArenas: Retrieves a list of arenas for a specific minigame type from the database. Get_Player_Arena_ID: Fetches the current arena ID associated with a player. update_arena: Updates arena data with specified changes and reflects the updates in the UI. Notes: This plugin requires SQLite for database functionality. The "MainLobbyPosition" defaults to (0,0,0) and should be set before use. Ensure that all players are registered in the PlayerData database on first connect. What is a renewal? - From the day you bought the plugin, you have 1 month to download any updates that may be available. After that month, you will have to renew the plugin in order to keep updating it (12.99 U$D / Month). - Renewal helps me to keep updating this plugin and the other minigames without any problem. - Only "MinigameCore" will have renewal terms. TODO - UPDATE 1.0.1 (ALL NEXT UPDATE: Invisible players / Hearing shots only in the same arena / Players can be in the same position, different arena and will not see each other)
    $36.99
  25. Ryuk_

    Performance Checks too strict

    Changed Status from Pending to Fixed Changed Fixed In to 2.0.52
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.3k

Files Sold

Total number of files sold.

2.5m

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.