Jump to content

Search the Community

Showing results for tags 'claim'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 2 results

  1. IIIaKa

    Real PvE

    Version 0.1.0

    20 downloads

    Plugin for Real PvE servers, featuring damage prevention, anti-griefing measures, claiming vehicles, an automatic loot queue in radtowns and raid zones and much more. The ability to set "server.pve" to "true", which allows the server to have a "PvE" flag; The ability to inflict damage to one's own structures with "server.pve true"; The ability to destroy or rotate one's structures without any time constraints; The ability to force the decay of building blocks with Twigs grade, even if there is wood in the Tool Cupboard; No one, except the owner or their friends, will be able to open their loot containers (chests, storages, bodies, etc.); Players can't gather resources within the Building Privilege of someone else; The ability to schedule the killing of players if they disconnect within someone else's Building Privilege; Disabling backpack drop upon death(outside of the safe zone), even if it is full; The ability to disable 'Give' messages; The ability to modify the items given at spawn on the beach; The ability to create an unlimited number of custom permissions; The ability to allow players to bypass the queue; The ability to set limits on sleeping bags and shelters for each permission; The ability to set a multiplier for the prices of monuments and events for each permission; The ability to customize the price and amount of vehicles for each of your custom permissions; The ability to assign vehicles to each player; The ability to customize the assigned price and available amount of vehicles for each of your custom permissions; An assigned vehicle can't be damaged, looted or pushed by other players, but it can be pushed if it is within someone else's Building Privilege; The ability to loot monuments through a queue system; The ability to configure monuments, setting their looting price and time, and adjusting status bars for each monument; The ability to acquire the privilege to loot events (helicopters, tanks, and raidable bases) through a purchase; The ability to customize the price of each event types and loot attempts (lives); NPCs only aggress against players who are looting monuments or events; Only players who are looting monuments or events can inflict damage to NPCs. All permissions are created and configured in the config file under the "List of permissions" section. You can create as many permissions as needed and customize them flexibly. It is recommended to use the prefix "realpve" in the permission's name, for example: "realpve.vip". NOTE: The first permission will serve as the default permission for those who do not have any permissions. "List of permissions. NOTE: The first permission will be used by default for those who do not have any permissions.": [ { "Permission Name": "realpve.default", "Bypass Queue": false, "Limit of beds": 15, "Limit of shelters": 1, "Monuments price multiplier": 1.0, "Events price multiplier": 1.0, "Vehicles settings": { "Horse": { "Limit": 1, "Price": 200.0 }, "Bike": { "Limit": 1, "Price": 200.0 }, "Car": { "Limit": 1, "Price": 200.0 }, ... } }, { "Permission Name": "realpve.vip", "Bypass Queue": true, "Limit of beds": 20, "Limit of shelters": 2, "Monuments price multiplier": 0.9, "Events price multiplier": 0.9, "Vehicles settings": { "Horse": { "Limit": 5, "Price": 100.0 }, ... } } ] An example of a monument or event multiplier using default permissions. For example, if you set the price for the Harbor at $1000, a player with the default permission(1.0) will pay $1000 * 1 = $1000. Meanwhile, a player with a VIP permission(0.9) will pay $1000 * 0.9 = $900. However, if a player possesses a misbehaving permission with a value of 1.1, they will need to pay $1000 * 1.1 = $1100. { "ImageLibrary Counter Check": 5, "RealPVE command": "realpve", "Is it worth forcibly implementing PvE for a server? Note: When the 'server.pve' is true, there may be bugs or issues with damage to objects.": true, "Use GameTip for messages?": true, "Is it worth preventing the sending of 'Give' messages?": true, "Which currency symbol will be used?": "$", "Anti-Sleeper - Time in seconds after which a player will be killed if they disconnect while inside someone else's Building Privilege. Set to 0 to disable": 1200.0, "List of permissions. NOTE: The first permission will be used by default for those who do not have any permissions.": [], "Settings for the events": { "PatrolHelicopter": { "Price": 100.0, "DeathLimit": 5 }, "BradleyAPC": { "Price": 100.0, "DeathLimit": 5 }, "RaidableBases": { "Price": 100.0, "DeathLimit": 5 } }, "List of tracked types of monuments": [ "RadTown", "RadTownWater", "RadTownSmall", "TunnelStation" ], "Is it worth changing the list of items given at spawn on the beach?": true, "List of items for the main inventory": [], "List of items for the belt": [], "List of items for clothing": [], "Settings for the monuments": {}, "Wipe ID": "dd93ad18f97c4a51a2d9054980ba74bd", "Version": { "Major": 0, "Minor": 1, "Patch": 0 } } An example of an item list given for the main inventory: "List of items for the main inventory": [ { "ShortName": "note", "Slot": 0, "Amount": 1, "SkinID": 0, "Text": "MsgNoteText" } ] P.S. In the Text field, you need to specify the language key. Or, you can just write any text, but there won't be a translation of the text. EN: { "MsgNoteText": "Welcome to our PvE server!\nThis server utilizes the RealPVE plugin.\nYou can find more details about the plugin at the following link: https://codefling.com/plugins/real-pve", "MsgMonumentOccupied": "{1} occupied {0} in {2} minutes.", "MsgMonumentFree": "{0} is available for looting!", "MsgMonumentOfferTitle": "Unlock Treasures of {0}!", "MsgMonumentOfferDescription": "Tap the notification to pay {0}.\nAnd unlock access to undiscovered riches!", "MsgMonumentLooterDeath": "You died while looting {0}. You have {1} seconds.", "MsgMonumentLooterExit": "You have left the monument. You have {0} seconds to return!", "MsgMonumentLooterRemoved": "Time's up! You have been removed from the monument!", "MsgMonumentLootingNotFree": "You have been added to the loot queue. Loot cost: {0}", "MsgMonumentNotInQueue": "You are not in the queue! You need to re-enter the monument!", "MsgMonumentNoAccess": "no access", "MsgEventOccupied": "{0} is already occupied by {1}!", "MsgEventOfferTitle": "Claim {0}!", "MsgEventOfferDescription": "Tap the notification to pay {0}.\nAnd unlock access to undiscovered riches!", "MsgEventNewLooter": "You have claimed {0}. You have {1} death for your team.", "MsgEventDeathLimit": "{0} is no longer yours! You have exceeded your death limit!", "MsgEventComplete": "{0} destroyed at coordinates: {1}!", "MsgEventPatrolHelicopter": "Patrol Helicopter", "MsgEventBradleyAPC": "Bradley", "MsgEventRaidableBases": "Raidable Bases", "MsgPrivlidgeClear": "{0} players have been removed from the Building Privilege.", "MsgPrivlidgeClearEmpty": "Only you are authorized in the Building Privilege.", "MsgVehicleDialogTitle": "Department of Motor Vehicles", "MsgVehicleDialogDescription": "ID: \nCategory: \nRegistration fee: ", "MsgVehicleDialogDescriptionValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleDialogDescriptionRegistered": "ID: \nCategory: \nRegistration date: ", "MsgVehicleDialogDescriptionValueRegistered": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleDialogDescriptionNotOwner": "ID: \nOwner: \nCategory: \nRegistration date: ", "MsgVehicleDialogDescriptionNotOwnerValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>\n<b>{3}</b>", "MsgVehicleCarDialogDescription": "ID: \nCategory: \nRegistration fee: ", "MsgVehicleCarDialogDescriptionValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleCarDialogDescriptionRegistered": "ID: \nCategory: \nReg date: ", "MsgVehicleCarDialogDescriptionValueRegistered": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleCarDialogDescriptionNotOwner": "ID: \nOwner: \nCategory: \nReg date: ", "MsgVehicleCarDialogDescriptionNotOwnerValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>\n<b>{3}</b>", "MsgVehicleCarGarageEmpty": "The car lift is empty!", "MsgVehicleDialogLink": "Register Vehicle", "MsgVehicleDialogUnLink": "Cancel registration", "MsgVehicleDialogIncorrectPassword": "The password must consist of 4 digits!", "MsgVehicleNotOwner": "You are not the owner!", "MsgVehicleCanNotInteract": "You are not the owner or their friend!", "MsgVehicleNoPermissions": "You do not have permissions for this action!", "MsgVehicleLinked": "The {0} has been successfully linked! You have {1} out of {2} available.", "MsgVehicleUnLinked": "The {0} has been successfully unlinked!", "MsgVehicleFailedDeauthorize": "You can only deauthorize by unlinking the vehicle from you.", "MsgVehicleLimit": "Limit exceeded! You have {1} out of {2} available.", "MsgVehicleDestroyed": "Your vehicle {0}({1}) has been destroyed!", "MsgVehicleFind": "Your vehicle {0} is located in grid {1}!", "MsgVehicleClear": "Removed {0} vehicles!", "MsgVehicleClearEmpty": "No vehicles found for removal!", "MsgVehicleNotFound": "Vehicle not found!", "MsgVehicleTugboatAuthorization": "To authorize in the tugboat, it must be claim!", "MsgVehicleLandVehicle": "Land", "MsgVehicleAirVehicle": "Air", "MsgVehicleWaterVehicle": "Water", "MsgVehicleWinterVehicle": "Winter", "MsgVehicleTrainVehicle": "Train", "MsgVehicleHorse": "horse", "MsgVehicleBike": "bike", "MsgVehicleCar": "car", "MsgVehicleBalloon": "air balloon", "MsgVehicleMinicopter": "minicopter", "MsgVehicleTransportHeli": "transportHeli", "MsgVehicleAttackHeli": "attack heli", "MsgVehicleRowBoat": "row boat", "MsgVehicleRHIB": "RHIB", "MsgVehicleTugBoat": "tugboat", "MsgVehicleSubmarineOne": "small submarine", "MsgVehicleSubmarineTwo": "submarine", "MsgVehicleSnowmobile": "snowmobile", "MsgVehicleTrain": "train", "MsgFree": "Free", "MsgNoDate": "null", "MsgEconomicsNotEnough": "Not enough funds!" } RU: { "MsgNoteText": "Добро пожаловать на наш PvE сервер!\nДанный сервер использует RealPVE плагин.\nПодробней о плагине можно узнать по ссылке: https://codefling.com/plugins/real-pve", "MsgMonumentOccupied": "{1} занял {0} на {2} минут.", "MsgMonumentFree": "{0} можно лутать!", "MsgMonumentOfferTitle": "Откройте сокровища {0}!", "MsgMonumentOfferDescription": "Нажми на уведомление для оплаты {0}.\nИ разблокируй доступ к неизведанным богатствам!", "MsgMonumentLooterDeath": "Вы умерли во время лутания {0}. У вас есть {1} секунд.", "MsgMonumentLooterExit": "Вы покинули монумент. У вас есть {0} секунд на возвращение!", "MsgMonumentLooterRemoved": "Время вышло! Вы были удалены из монумента!", "MsgMonumentLootingNotFree": "Вас добавили в очередь на лутание. Стоимость лутания: {0}", "MsgMonumentNotInQueue": "Вас нет в очереди! Вам необходимо перезайти в монумент!", "MsgMonumentNoAccess": "нет доступа", "MsgEventOccupied": "{0} уже занят игроком {1}!", "MsgEventOfferTitle": "Займите {0}!", "MsgEventOfferDescription": "Нажми на уведомление для оплаты {0}.\nИ разблокируй доступ к неизведанным богатствам!", "MsgEventNewLooter": "Вы заняли {0}. У вас на команду есть {1} жизней.", "MsgEventDeathLimit": "{0} больше не ваше! Вы исчерпали свой лимит жизней!", "MsgEventComplete": "{0} уничтожен в координатах: {1}!", "MsgEventPatrolHelicopter": "Патрульный вертолет", "MsgEventBradleyAPC": "Танк", "MsgEventRaidableBases": "Raidable Bases", "MsgPrivlidgeClear": "Из шкафа выписано {0} ироков.", "MsgPrivlidgeClearEmpty": "Кроме вас в шкафу ни кто не авторизован.", "MsgVehicleDialogTitle": "ГИБДД", "MsgVehicleDialogDescription": "ID: \nКатегория: \nСтоимость регистрации: ", "MsgVehicleDialogDescriptionValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleDialogDescriptionRegistered": "ID: \nКатегория: \nДата регистрации: ", "MsgVehicleDialogDescriptionValueRegistered": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleDialogDescriptionNotOwner": "ID: \nВладелец: \nКатегория: \nДата регистрации: ", "MsgVehicleDialogDescriptionNotOwnerValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>\n<b>{3}</b>", "MsgVehicleCarDialogDescription": "ID: \nКатегория: \nСтоимость: ", "MsgVehicleCarDialogDescriptionValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleCarDialogDescriptionRegistered": "ID: \nКатегория: \nДата: ", "MsgVehicleCarDialogDescriptionValueRegistered": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleCarDialogDescriptionNotOwner": "ID: \nВладелец: \nКатегория: \nДата: ", "MsgVehicleCarDialogDescriptionNotOwnerValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>\n<b>{3}</b>", "MsgVehicleCarGarageEmpty": "Подъемник пустой!", "MsgVehicleDialogLink": "Поставить на учет", "MsgVehicleDialogUnLink": "Снять с учета", "MsgVehicleDialogIncorrectPassword": "Пароль должен состоять из 4-х цифр!", "MsgVehicleNotOwner": "Вы не являетесь владельцем!", "MsgVehicleCanNotInteract": "Вы не являетесь владелецем или его другом!", "MsgVehicleNoPermissions": "У вас нет прав для этого действия!", "MsgVehicleLinked": "{0} успешно привязан(а)! У вас {1} из {2} доступных.", "MsgVehicleUnLinked": "{0} успешно отвязан(а)!", "MsgVehicleFailedDeauthorize": "Вы можете выписаться только при отвязки транспорта от вас.", "MsgVehicleHorseLimit": "Лимит превышен! У вас {1} из {2} доступных.", "MsgVehicleDestroyed": "Ваше транспортное средство {0}({1}) было уничтожено!", "MsgVehicleFind": "Ваше транспортное средство {0} находится в квадрате {1}!", "MsgVehicleClear": "Удалено {0} транспортных средств!", "MsgVehicleClearEmpty": "Транспортные средства для удаления не найдены!", "MsgVehicleNotFound": "Транспортное средство не найдено!", "MsgVehicleTugboatAuthorization": "Для авторизации в буксире, его необходимо поставить на учет!", "MsgVehicleLandVehicle": "Наземный", "MsgVehicleAirVehicle": "Воздушный", "MsgVehicleWaterVehicle": "Водный", "MsgVehicleWinterVehicle": "Зимний", "MsgVehicleTrainVehicle": "ЖД", "MsgVehicleHorse": "Лошадь", "MsgVehicleBike": "Мотоцикл", "MsgVehicleCar": "Машина", "MsgVehicleBalloon": "Воздушный шар", "MsgVehicleMinicopter": "Мини коптер", "MsgVehicleTransportHeli": "Корова", "MsgVehicleAttackHeli": "Боевой вертолет", "MsgVehicleRowBoat": "Лодка", "MsgVehicleRHIB": "Патрульная лодка", "MsgVehicleTugBoat": "Буксир", "MsgVehicleSubmarineOne": "Маленькая подлодка", "MsgVehicleSubmarineTwo": "Подлодка", "MsgVehicleSnowmobile": "Снегоход", "MsgVehicleTrain": "Поезд", "MsgFree": "Бесплатно", "MsgNoDate": "пусто", "MsgEconomicsNotEnough": "Не достаточно средств!" } vehicle: find - helps to find a player's vehicle; unlink - unlinks the vehicle without the need to approach it; clear - unlinks all vehicles. Example: /realpve vehicle find *netID* This plugin provides the ability to claim vehicles, thereby preventing theft and griefing from other players. In permissions, you can set the price and quantity restrictions for each type of vehicle, ensuring flexible customization according to your preferences. An assigned vehicle can't be damaged, looted or pushed by other players, but it can be pushed if it is within someone else's Building Privilege. This plugin introduces queue system and loot purchases for monuments. All monuments are configured in the config file under the "Settings for the monuments" section. You can customize the price and time for looting each monument. Within monuments, only the "Looter" and his friends have the ability to loot, pick up items or damage entities. Additionally, NPCs within monuments do not aggress against other players and do not receive damage from them. If a player dies within the monument, they will have a grace period to return. This allows players to safely loot monuments without fear of griefing. Example of monument configuration: "ferry_terminal_1": { "Type": "RadTown", "ShowSuffix": true, "Broadcast": true, "LootingTime": 900, "Price": 0.0, "BarSettings": { "Order": 10, "Height": 26, "Main_Color": "#A064A0", "Main_Transparency": 0.8, "Main_Material": "", "Image_URL": "https://i.imgur.com/mn8reWg.png", "Image_Sprite": "", "Image_IsRawImage": false, "Image_Color": "#A064A0", "Text_Size": 12, "Text_Color": "#FFFFFF", "Text_Font": "RobotoCondensed-Bold.ttf", "SubText_Size": 12, "SubText_Color": "#FFFFFF", "SubText_Font": "RobotoCondensed-Bold.ttf" } } Type - This field serves only as an indicator for you. The changes won't have any impact; ShowSuffix - Suffix display. Some monuments (for example Warehouses) have suffixes in the name, like "Warehouse #12"; Broadcast - Enabling or disabling broadcasts when a monument is occupied or vacated; LootingTime - Time allocated for looting the monument; Price - The price for which you can start looting the monument. 0 means looting is free; BarSettings - Settings for the Advanced Status Bar. You can also choose the types of monuments by specifying them in the config file under the "List of tracked types of monuments" section. A list of all available types can be viewed on the MonumentsWatcher's page in the "Developer API" section. "List of tracked types of monuments": [ "RadTown", "RadTownWater", "RadTownSmall", "TunnelStation" ] Events, similar to monuments, offer the opportunity to claim events. All events are configured in the config file under the "Settings for the events" section. You can customize the price of looting and looting attempts(deaths, including friends). Just like in monuments, only the "Looter" and his friends have the ability to loot and damage entities. Additionally, in events, NPCs do not aggress against other players. If a player(including friends) exceeds the death limit, the event became free, thereby providing other players with the opportunity to claim the event. Example of event configuration: "Settings for the events": { "PatrolHelicopter": { "Price": 100.0, "DeathLimit": 5 }, "BradleyAPC": { "Price": 100.0, "DeathLimit": 5 }, "RaidableBases": { "Price": 100.0, "DeathLimit": 5 } } Price - The price to claim the event. 0 means looting is free; DeathLimit - Limit of deaths after which the event becomes free.
    $29.99
  2. Version 1.6.5

    774 downloads

    A standard or custom monument locks to the first player (and team) who loots, shoots, hacks a crate or swipes a card, granting them total access while locking others out. Submit bugs or make features requests over at our discord - invite (July 31, 2023) https://discord.gg/GTCapPsz Use Cases PVE Servers: Many PVE players share monuments and take turns completing puzzles (coop or solo), and the coordination is usually done through chat. Most of the time this works, but once in a while there are some bad apples who ignore basic sportsmanship. PVP Servers: Most PVP servers wouldn't use the locking feature, but some might want the broadcasting feature to encourage more PVP. Features A monument locks to the first player (and team) who loots, shoots, hacks or swipes, granting them total access. A locked monument may prevent other players from looting and/or card reader access (configurable). Unauthorized players cannot do damage to players or NPCs, nor can they loot their bodies (configurable). Unauthorized players cannot hack locked crates within a monument's bounds. (configurable) A [locked monument] message is broadcast stating player name, monument display name, and grid location. The lock timer expires after 10 min (configurable) without lock triggers (looting, etc). Default true for all triggers: attacking, looting, picking up items, moving your inventory items, card swipe. Places a red dot marker on the map at each locked monument. Future admin commands (force unlock, global unlock/lock, etc) display hud advanced stats tracking Permissions monumentlock.use: allows players to lock/unlock monuments, and be impacted by those states monumentlock.commands: allows players to use /mlock in chat to lock via command, and admin to use mlock in console monumentlock.admin: allows admins to perform admin functions via console. Commands (chat) /mlock <shortName>: Locks a monument to a player using this command /mlock <shortName> <playerName>:Locks a monument to a player with the name of <playerName>. /mlock list: List of available monument shortNames. /mlock clear: Removes all markers from map. /mlock unlock (or /mu): Unlocks any monument that was previously locked to you and your team. Commands (console) Please use mlock.fresh after each map wipe, and for the first time. This ensures that all your map's monuments (custom monuments too) are included in the config file mlock.import -- Adds all monuments from Monument Finder into configuration, except the Exceptions array. mlock.default -- Resets monuments to default values. mlock.remove -- Removes all monuments in configuration. mlock.fresh -- Performs mlock.remove then mlock.import. Configuration Super important: please do not edit the Short Name, only edit the Display Name. The Short Name is used for identification purposes and editing that name will likely result in errors. { "Monuments": [ { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Large Harbor", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/harbor/harbor_1.prefab", "Monument Short Name": "harbor_1", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Small Harbor", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/harbor/harbor_2.prefab", "Monument Short Name": "harbor_2", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Arctic Research Base", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/arctic_bases/arctic_research_base_a.prefab", "Monument Short Name": "arctic_research_base_a", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Military Tunnel", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/large/military_tunnel_1.prefab", "Monument Short Name": "military_tunnel_1", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Power Plant", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/large/powerplant_1.prefab", "Monument Short Name": "powerplant_1", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Dome", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/small/sphere_tank.prefab", "Monument Short Name": "sphere_tank", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Large Oil", "Monument Prefab Name": "OilrigAI2", "Monument Short Name": "OilrigAI2", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Small Oil", "Monument Prefab Name": "OilrigAI", "Monument Short Name": "OilrigAI", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Launch", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/large/launch_site_1.prefab", "Monument Short Name": "launch_site_1", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Milly Base", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/military_bases/desert_military_base_a.prefab", "Monument Short Name": "desert_military_base_a", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Water Treatment Plant", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/large/water_treatment_plant_1.prefab", "Monument Short Name": "water_treatment_plant_1", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Satellite Dish", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/small/satellite_dish.prefab", "Monument Short Name": "satellite_dish", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Underwater Lab A", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/underwater_lab/underwater_lab_a.prefab", "Monument Short Name": "underwater_lab_a", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Underwater Lab B", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/underwater_lab/underwater_lab_b.prefab", "Monument Short Name": "underwater_lab_b", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Underwater Lab C", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/underwater_lab/underwater_lab_c.prefab", "Monument Short Name": "underwater_lab_c", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false }, { "Enabled: Is Monument enabled?": true, "Lock Looting: When a player enters this monument while locked, do we lock their looting abilities?": true, "Cancel Cards: When a player enters this monument while locked, do we lock their card swiping abilities?": true, "Lock Crate: When a player enters this monument while locked, do we lock their hacking on locked crates?": true, "Broadcasting: Do we want this plugin to broadcast to the server when this monument is locked?": true, "Monument Display Name": "Underwater Lab D", "Monument Prefab Name": "assets/bundled/prefabs/autospawn/monument/underwater_lab/underwater_lab_d.prefab", "Monument Short Name": "underwater_lab_d", "Monument Grid Position": null, "Lock Attack: When a player enters a locked monument, do we lock their attacking abilities?": true, "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false } ], "Monument Exceptions": [ "bandit_town", "cave_large_hard", "cave_large_medium", "cave_large_sewers_hard", "cave_medium_easy", "cave_medium_hard", "cave_medium_medium", "cave_small_easy", "cave_small_hard", "cave_small_medium", "compound", "entrance_bunker_b", "fishing_village_a", "fishing_village_b", "fishing_village_c", "gas_station_1", "ice_lake_1", "ice_lake_2", "ice_lake_3", "ice_lake_4", "mining_quarry_a", "mining_quarry_b", "mining_quarry_c", "stables_a", "stables_b", "swamp_a", "swamp_b", "swamp_c", "water_well_a", "water_well_b", "water_well_c", "water_well_d", "water_well_e", "power_sub_big_1", "power_sub_big_2", "power_sub_small_1", "power_sub_small_2", "lighthouse", "warehouse" ], "Lock timer (600 = 10 min)?": 600, "Only timer expiration will unlock a monument ": false, "Enable max timer (regardless of how active player is)?": false, "Max timer (1200 = 20 min)?": 1200, "When a player enters a locked monument, do we lock their looting abilities?": true, "When a player enters a locked monument, do we lock their card swiping abilities?": true, "When a player enters a locked monument, do we lock their locked crate hacking abilities?": true, "When a player enters a locked monument, do we lock their attacking abilities?": true, "When a player dies, do we unlock the monument?": true, "Can player lock monument from looting?": true, "Can player lock monument from moving inventory items?": true, "Can player lock monument from Puzzle Points card swipe?": true, "Can player lock monument from picking up an item?": true, "Can player lock monument from attacking?": true, "Do we want this plugin to broadcast to the server when a monument is locked?": true } Localization { "MonumentLocked": "{0} locked {1} at ({2})", "MonumentUnlocked": "{0} at ({1}) is now unlocked.", "MonumentIsLocked": "This monument is already locked by {0} {1} seconds ago", "CardSwipedAt": "{0} swiped a {1} card at {2} ({3})!", "CardSwipedCancel": "You don't have card reader access right now.", "ZeroArgs": "Syntax: mlock <command> (eg. mlock import)", "MonumentsImported": "Monuments imported.", "MonumentsRemoved": "Monuments removed.", "MonumentsDefaulted": "Monuments reset to default.", "MonumentAlreadyLocked": "This monument is locked to another player.", "MonumentNotValid": "This is not a valid monument name..", "NoPerms": "You don't have permissions to use this command", "TeamAlreadyLocked": "You or your team already has a locked monument." } For Developers //called just before a monument is about to be locked private object CanMonumentLock(BasePlayer player, string monumentShortName, string gridPosition) { //return anything other than null to prevent default behavior return null; } //called just after a monument was locked private object OnMonumentLocked(BasePlayer player, string monumentShortName, string gridPosition) { //return anything other than null to prevent default behavior return null; } //called just after a monument was unlocked private object OnMonumentUnocked(BasePlayer player, string shortName, string gridPosition) { //return anything other than null to prevent default behavior return null; } //called after a player was denied access to the attempted behaviour while in a locked monument private object OnAccessDenied(BasePlayer player, string seconds) { //return anything other than null to prevent default behavior return null; } //called after a player was granted access to the attempted behaviour while in a locked monument private object OnAccessGranted(BasePlayer player, string shortName, string gridPosition) { //return anything other than null to prevent default behavior return null; }
    Free
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.7k

Files Sold

Total number of files sold.

1.6m

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.