Jump to content

Robis

Member
  • Posts

    741
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Robis

  1. Robis

    Server FPS Plus

    thank you! Probably website going crazy, cant buy anything
  2. Robis

    Server FPS Plus

    thank you!
  3. Robis

    Server FPS Plus

    Hi, do i have to remove from cfg file this line ? fps.limit "60" in order to make this plugin work correct ?
  4. Robis

    RolePlaySalary

    for some reason it wont work
  5. can you add a permission to multiply reward amount ? for example i got default permission with reward amount 1.... if i have permission multiply 1 then i get default permission with reward amount 2
  6. Robis

    Encryption Bug Fix

    never ever got any problems with it and never even noticed anything suspy. in a 3+ years run server never got problem that admin commands not working Here my cfg settings related with it: server.secure "1" server.encryption "2" antihack.enabled true These settings loading every time my server start or reboot. So i dont get it, where is a problem ? Please explain more detailed, How server get buged, how to check if its bugged ? And any examples what cheaters can do with it ?
  7. Would be cool if you able add option to set their custom loot table, custom weapon and dress, type of npc, chase range, deagro range...
  8. Not anymore sure if you understand me what im trying to do... I dont want use one permission to set limits for everything at once, i want make specific permissions for specific things and want to add those permissions in to a skills plugin to run a command to issue those permissions for a players. Now im use cupboard limiter plugin! Players learn skill and get permission to increase their tc limits Now im using foundation limiter plugin! Players learn skill and get permission to increase their foundation limits limits they working well because their permissions separated. I imagined your plugin must be the best because here is option to make many permissions as you want, can select many items as you want, but thats impossible to do because permissions must act same way as act separated plugins, their permissions are separated and not override each other. need to override only if permission have same item and amount of set limit higher. My english not native language, can be to hard to explain, but if you look at data file example i write, must be very clear what i mean by it.
  9. @MuB-Studios check plugin with config: { "Auto-fill missing entities?": false, "Chat prefix": "", "A message when the player reaches the maximum limit of objects": "You have <color=red>reached</color> the limit of this object ({0})", "Use teams for sum them constructions": false, "Use clans?": false, "Clans plugin for sum player constructions (Mevent, k1lly0u)": "Mevent" } data file: { "advancedentitylimit.tc0": { "Order": 0, "Entities": { "assets/prefabs/deployable/tool cupboard/cupboard.tool.deployed.prefab": { "Image": "-97956382", "Limit": 1, "IsLimited": true } } }, "advancedentitylimit.tc1": { "Order": 0, "Entities": { "assets/prefabs/deployable/tool cupboard/cupboard.tool.deployed.prefab": { "Image": "-97956382", "Limit": 2, "IsLimited": true } } }, "advancedentitylimit.tc2": { "Order": 0, "Entities": { "assets/prefabs/deployable/tool cupboard/cupboard.tool.deployed.prefab": { "Image": "-97956382", "Limit": 3, "IsLimited": true } } }, "advancedentitylimit.fs0": { "Order": 0, "Entities": { "assets/prefabs/building core/foundation/foundation.prefab": { "Image": "assets/prefabs/building core/foundation/foundation.png", "Limit": 1, "IsLimited": true } } }, "advancedentitylimit.fs1": { "Order": 0, "Entities": { "assets/prefabs/building core/foundation/foundation.prefab": { "Image": "assets/prefabs/building core/foundation/foundation.png", "Limit": 2, "IsLimited": true } } }, "advancedentitylimit.fs2": { "Order": 0, "Entities": { "assets/prefabs/building core/foundation/foundation.prefab": { "Image": "assets/prefabs/building core/foundation/foundation.png", "Limit": 3, "IsLimited": true } } }, "advancedentitylimit.ft0": { "Order": 0, "Entities": { "assets/prefabs/building core/foundation.triangle/foundation.triangle.prefab": { "Image": "assets/prefabs/building core/foundation.triangle/foundation.triangle.png", "Limit": 1, "IsLimited": true } } }, "advancedentitylimit.ft1": { "Order": 0, "Entities": { "assets/prefabs/building core/foundation.triangle/foundation.triangle.prefab": { "Image": "assets/prefabs/building core/foundation.triangle/foundation.triangle.png", "Limit": 2, "IsLimited": true } } }, "advancedentitylimit.ft2": { "Order": 0, "Entities": { "assets/prefabs/building core/foundation.triangle/foundation.triangle.prefab": { "Image": "assets/prefabs/building core/foundation.triangle/foundation.triangle.png", "Limit": 3, "IsLimited": true } } } } For me its has no limits to anything i set, probably plugin cant understand that every single permission is separated 100%.
  10. yeah now i see you just force to use clans plugin to make work your plugin.... thats very bad, people need to have option to disable it if they dont want use clans
  11. { "Auto-fill missing entities?": true, "Chat prefix": "<color=red>[Limits]</color>: ", "A message when the player reaches the maximum limit of objects": "You have <color=red>reached</color> the limit of this object ({0})", "Use teams for sum them constructions": false, "Clans plugin for sum player constructions (Mevent, k1lly0u)": "Mevent" }
  12. i dont have, my server solo only. If i dont want to use clans plugin, it means plugin dont working just because of it ? if in config use clans set to false, then plugin must ignore clans plugin at all, no ?
  13. No matter what im doing its just not working at all... Even if i delete data file and config, installing plugin as original is.... anything i place, build its has no limits and have this on a moment i placing: Failed to call hook 'CanBuild' on plugin 'AdvancedEntityLimit v1.0.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.AdvancedEntityLimit.PlayerInClan (BasePlayer player) [0x0004f] in <41766890d4844f1383fb0ddf8c9ec838>:0 at Oxide.Plugins.AdvancedEntityLimit.GetPlayerTeammates (BasePlayer player) [0x0002c] in <41766890d4844f1383fb0ddf8c9ec838>:0 at Oxide.Plugins.AdvancedEntityLimit.CanPlayerBuild (BasePlayer player, System.String prefabname) [0x00099] in <41766890d4844f1383fb0ddf8c9ec838>:0 at Oxide.Plugins.AdvancedEntityLimit.CanBuild (Planner planner, Construction prefab, Construction+Target target) [0x0001d] in <41766890d4844f1383fb0ddf8c9ec838>:0 at Oxide.Plugins.AdvancedEntityLimit.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00540] in <41766890d4844f1383fb0ddf8c9ec838>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0
  14. Robis

    Key Binds

    What about key spam ? would be nice if it have like 5 seconds cooldown. For example if player click same key to fast, command just wont run...
  15. Ohhhh if thats true what you say, then i take my comment off... Sorry if my comment insulted you, time by time happens that some people try to sell a plugins which is free. So im checking every plugin on sale very properly.
  16. Here a same plugin for free
  17. Robis

    Raid Protection

    Hmmm but guys keep in mind, my raid protection has no timers, and has no payments for it... everything disabled! My raid protection is endless only depends on permission player has! So if here will be added time counter for notifications, please add it as an option to enable it or disable. Thank you
  18. Robis

    Raid Protection

    where to download Simple Status plugin ?
  19. Robis

    SvFastMenu

    Thank you
  20. Wish to have it... but i think no way it work together with craft menu ui?
  21. Robis

    SvFastMenu

    Already got it... Want to swap it for specific server reasons... Pointed to david multiple times whats wrong with it, but david just dont want to work on it... For example i using david info panel, and cant use a setting auto open info panell when player connecting to server, because fucked buttons also pop in on a top of info panel... also some times buttons just auto hide, need manually type command to show it.... mostly it happens for me when im teleporting, or using admin commands like vanish, god, radar, etc...
1.9m

Downloads

Total number of downloads.

9.1k

Customers

Total customers served.

133.6k

Files Sold

Total number of files sold.

2.8m

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.