Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. aimacak

    Convoy

    Check UpdaterNpcSpawn.cs and UpdaterBetterNpc.cs in plugin folder, if there are, then delete them, they should not be there.
  3. ArgumentException: An item with the same key has already been added. Key: 319486 ArgumentException: An item with the same key has already been added. Key: 605386 ArgumentException: An item with the same key has already been added. Key: 2417949 ArgumentException: An item with the same key has already been added. Key: 2408439 ArgumentException: An item with the same key has already been added. Key: 2418201 ArgumentException: An item with the same key has already been added. Key: 2419675 ArgumentException: An item with the same key has already been added. Key: 7546206 ArgumentException: An item with the same key has already been added. Key: 14806786 ArgumentException: An item with the same key has already been added. Key: 14081427 ArgumentException: An item with the same key has already been added. Key: 365666490 ArgumentException: An item with the same key has already been added. Key: 60010868 ArgumentException: An item with the same key has already been added. Key: 30304847 ArgumentException: An item with the same key has already been added. Key: 179883301 ArgumentException: An item with the same key has already been added. Key: 59440499 ArgumentException: An item with the same key has already been added. Key: 59589339 ArgumentException: An item with the same key has already been added. Key: 60836751 ArgumentException: An item with the same key has already been added. Key: 60839744 ArgumentException: An item with the same key has already been added. Key: 60843993 ArgumentException: An item with the same key has already been added. Key: 60862220 ArgumentException: An item with the same key has already been added. Key: 60869328 ArgumentException: An item with the same key has already been added. Key: 86248539 ArgumentException: An item with the same key has already been added. Key: 86251344 ArgumentException: An item with the same key has already been added. Key: 86253753 ArgumentException: An item with the same key has already been added. Key: 86258309 ArgumentException: An item with the same key has already been added. Key: 173109247 ArgumentException: An item with the same key has already been added. Key: 115223436 ArgumentException: An item with the same key has already been added. Key: 115225471 ArgumentException: An item with the same key has already been added. Key: 471749242 ArgumentException: An item with the same key has already been added. Key: 868699438 ArgumentException: An item with the same key has already been added. Key: 869319087 ArgumentException: An item with the same key has already been added. Key: 869328112 ArgumentException: An item with the same key has already been added. Key: 869334466 ArgumentException: An item with the same key has already been added. Key: 869339912 ArgumentException: An item with the same key has already been added. Key: 869348918 ArgumentException: An item with the same key has already been added. Key: 869908784
  4. Thank you kindly! Your events plugins are some of my players favorites! So they would really enjoy tracking them in their leaderboard stats if possible in the future
  5. Today
  6. Thank you for the quick response! You are exactly right—I was testing the plugin while vanished/invisible as an admin, which is why the UI wasn't appearing for me. I am relieved to hear that this is a known issue and will be addressed in the upcoming patch 1.2.1 with the new toggle option. I’ll look forward to the update! Best regards,
  7. SAED

    Hello

    مرحباً، لماذا لم تذكر في وصف المنتج أنه يجب تثبيته يدوياً على برنامج Rust Edit؟
  8. Hello. Sorry for delay Please contact me on Discord http://discordapp.com/users/721754788387094599
  9. Fruster

    Dungeon Bases

    The event cannot be purchased by players, it is started by a timer or by command
  10. Fruster

    Dungeon Bases

    The dungeon entrance spawns in a random location on the map, with no nearby buildings or monuments. The dungeon itself currently spawns high in the sky
  11. Fruster

    Helipad Event

    Hi, I added this to my list, I'll try to figure it out later when I have some time
  12. Modis85

    Basements

    it sounds like he's wanting to add a second basement, so that there's two basement levels
  13. imthenewguy

    prestige help

    Nah. Its only if you want to run commands when they gain the level.
  14. Hello is it possible to add compatibility with the "Ultimate Leaderboard" Plugin for completion of your event to be a statistic in Ultimate Leaderboard? API for Developers UltimateLeaderboard provides a comprehensive API for developers to integrate with other plugins and extend functionality: Methods JArray API_GetUltimateLeaderboardUsers(int offset, int limit, int? columnIndex = null) - Get leaderboard users with pagination float API_GetPlayerStat(ulong playerId, string lootType, string shortname) - Get specific player statistic bool API_IsHiddenFromLeaderboard(ulong playerId) - Check if player is hidden from leaderboard void API_OnItemGather(ulong player, string shortname, int amount) - Add gather statistics for a player void API_OnEventWin(ulong userID, string eventName, int amount = 1) - Record event wins for a player Hooks void OnUltimateLeaderboardContent(BasePlayer player, string categoryType, CuiElementContainer container) - Called when displaying custom category content void OnUltimateLeaderboardCached() - Called when leaderboard data is cached and ready
  15. Hello is it possible to add compatibility with the "Ultimate Leaderboard" Plugin for completion of your event to be a statistic in Ultimate Leaderboard? API for Developers UltimateLeaderboard provides a comprehensive API for developers to integrate with other plugins and extend functionality: Methods JArray API_GetUltimateLeaderboardUsers(int offset, int limit, int? columnIndex = null) - Get leaderboard users with pagination float API_GetPlayerStat(ulong playerId, string lootType, string shortname) - Get specific player statistic bool API_IsHiddenFromLeaderboard(ulong playerId) - Check if player is hidden from leaderboard void API_OnItemGather(ulong player, string shortname, int amount) - Add gather statistics for a player void API_OnEventWin(ulong userID, string eventName, int amount = 1) - Record event wins for a player Hooks void OnUltimateLeaderboardContent(BasePlayer player, string categoryType, CuiElementContainer container) - Called when displaying custom category content void OnUltimateLeaderboardCached() - Called when leaderboard data is cached and ready
  16. Hello is it possible to add compatibility with the "Ultimate Leaderboard" Plugin for completion of your event to be a statistic in Ultimate Leaderboard? API for Developers UltimateLeaderboard provides a comprehensive API for developers to integrate with other plugins and extend functionality: Methods JArray API_GetUltimateLeaderboardUsers(int offset, int limit, int? columnIndex = null) - Get leaderboard users with pagination float API_GetPlayerStat(ulong playerId, string lootType, string shortname) - Get specific player statistic bool API_IsHiddenFromLeaderboard(ulong playerId) - Check if player is hidden from leaderboard void API_OnItemGather(ulong player, string shortname, int amount) - Add gather statistics for a player void API_OnEventWin(ulong userID, string eventName, int amount = 1) - Record event wins for a player Hooks void OnUltimateLeaderboardContent(BasePlayer player, string categoryType, CuiElementContainer container) - Called when displaying custom category content void OnUltimateLeaderboardCached() - Called when leaderboard data is cached and ready
  17. Hello is it possible to add compatibility with the "Ultimate Leaderboard" Plugin for completion of your event to be a statistic in Ultimate Leaderboard? API for Developers UltimateLeaderboard provides a comprehensive API for developers to integrate with other plugins and extend functionality: Methods JArray API_GetUltimateLeaderboardUsers(int offset, int limit, int? columnIndex = null) - Get leaderboard users with pagination float API_GetPlayerStat(ulong playerId, string lootType, string shortname) - Get specific player statistic bool API_IsHiddenFromLeaderboard(ulong playerId) - Check if player is hidden from leaderboard void API_OnItemGather(ulong player, string shortname, int amount) - Add gather statistics for a player void API_OnEventWin(ulong userID, string eventName, int amount = 1) - Record event wins for a player Hooks void OnUltimateLeaderboardContent(BasePlayer player, string categoryType, CuiElementContainer container) - Called when displaying custom category content void OnUltimateLeaderboardCached() - Called when leaderboard data is cached and ready
  18. Hello is it possible to add compatibility with the "Ultimate Leaderboard" Plugin for completion of your event to be a statistic in Ultimate Leaderboard? API for Developers UltimateLeaderboard provides a comprehensive API for developers to integrate with other plugins and extend functionality: Methods JArray API_GetUltimateLeaderboardUsers(int offset, int limit, int? columnIndex = null) - Get leaderboard users with pagination float API_GetPlayerStat(ulong playerId, string lootType, string shortname) - Get specific player statistic bool API_IsHiddenFromLeaderboard(ulong playerId) - Check if player is hidden from leaderboard void API_OnItemGather(ulong player, string shortname, int amount) - Add gather statistics for a player void API_OnEventWin(ulong userID, string eventName, int amount = 1) - Record event wins for a player Hooks void OnUltimateLeaderboardContent(BasePlayer player, string categoryType, CuiElementContainer container) - Called when displaying custom category content void OnUltimateLeaderboardCached() - Called when leaderboard data is cached and ready
  19. Teastick

    prestige help

    no i just wasnt sure if i needed a command in their for them to actually gain the prestige level
  20. imthenewguy

    prestige help

    Are there commands that you would like to run when a player levels their prestige?
  21. It does support teaming from memory. Won't work with clans though
  22. Srtzero

    Console error

    Hi. I receive this error in console. Not quite sure what its supposed to do. [Skills] Failed to find PlayerModifiers.Add in ItemModConsume.DoAction! [Skills] Failed to find PlayerModifiers.Add in ItemModConsume.DoAction!
  23. Devi8d0ne

    Anchor stuck.

    I tried wiping my server and deleting and reloading the program still having the issue. Added a picture for context. That is will all the engines on a sails deployed. The anchor is up.
  24. Teastick

    prestige help

    i have everything figured out in the setting up of prestige apart from this line: "Commands to run when the player prestiges ({id} = userid. {name} = player name) [description : command]": null, do i need to change something here? their was no mention of this line in your youtube videos can you show me an example of what it should look like please? the group named for prestige level1 is prestige_1 if that is any help
  25. Devi8d0ne

    Anchor stuck.

    Boat will not move when engines are on and sails deployed. I have had no issues with this plugin till today after patch. Think It's perfect! Any one else having issues though? It's almost like the anchors are stuck deployed and nobody's boat can move on my server. Anyone have advice?
  26. aimacak

    Better Npc

    BetterNpc version 2.0.0 and higher uses presets from the NpcSpawn plugin 3.0.0 and higher. To edit them, use the command in the chat /preset
  27. Yesterday
  28. are the dungeons all underground or can they also be above ground, underwater, etc? also, can a dungeon be purchased by a player using economics or a custom server currency?
  1. Load more activity

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.9k
Customers served
Files Sold
156.4k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.