It's be the IP checking API websites failing.
CountryBlock [Replaced]
Discussion in 'Plugin Support' started by Wulf, Oct 30, 2014.
-
Wulf Community Admin
-
Anyone actually still have this working? i keep getting failed when it checks players. I have tried many API's . Any help would be great.
-
Wulf Community Admin
-
Oh, Thanks Wulf.
-
It is showing an error :
Code:[Oxide] 11:42 PM [Warning] Waiting for another application to stop using script: CountryBlock [Oxide] 11:42 PM [Debug] Load requested for plugin which is already loading: Cou ntryBlock [Oxide] 11:42 PM [Info] CountryBlock was compiled successfully in 1758ms [Oxide] 11:42 PM [Info] Loaded plugin CountryBlock v1.0.1 by Wulf/lukespragg [Oxide] 11:42 PM [Error] Failed to initialize plugin 'CountryBlock v1.0.1' (NotS upportedException: This plugin does not support ) [Oxide] 11:42 PM [Debug] at Oxide.Plugins.CountryBlock.Loaded () [0x00000] in
Last edited by a moderator: Apr 7, 2016 -
Wulf Community Admin
Wulf updated CountryBlock with a new update entry:
1.0.2
-
Code:
[Oxide] 3:30 AM [Error] Web request callback raised an exception (NullReferenceE xception: Object reference not set to an instance of an object) [Oxide] 3:30 AM [Debug] at Oxide.Plugins.CountryBlock+<IsCountryBlocked>c__Ano nStorey0.<>m__0 (Int32 code, System.String response) [0x00000] in <filename unkn own>:0 at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>m__1 () [0x00000] i n <filename unknown>:0
Last edited by a moderator: Apr 7, 2016 -
How do i setup the config file to block everything EXCEPT the US?
-
-
Its a regional server only. No bearing on who i like. but I don't like high pings...
-
Wulf Community Admin
-
-
Wulf Community Admin
-
I am wanting to block some countries to enter my server.
Plus the plugin does not work very well, can someone help me? -
Wulf Community Admin
-
How would i go about blocking just russians?
-
Wulf Community Admin
-
thanks wulf as always
[DOUBLEPOST=1462880922,1462827889][/DOUBLEPOST]Wulf all I can see is this in there.
Code:{ "Messages": { "AlreadyAdded": "{country} is already on the country list!", "ChatHelp": [ "Use /country add countrycode to add a country to the list", "Use /country remove countrycode to remove a country from the list", "Use /country list to list all the countries on the list" ], "CountryAdded": "{country} has been added to the country list!", "CountryRemoved": "{country} has been removed from the country list!", "ListTypeChanged": "Country list type changed to {listtype}", "NoPermission": "You do not have permission to use this command!", "NotListed": "{country} is not on the country list!", "PlayerKicked": "{player} was kicked as their country ({country}) is blocked!", "Rejected": "Sorry, this server doesn't allow players from your country!", "UnknownAction": "Unknown command action! Use add, remove, list, or type", "UnknownListType": "Unknown list type! Use blacklist or whitelist" }, "Settings": { "AdminExcluded": "true", "AuthLevel": 2, "Broadcast": "true", "ChatCommand": "country", "ChatName": "SERVER", "ChatNameHelp": "HELP", "ConsoleCommand": "country.block", "CountryList": [ "UK", "US" ], "ListType": "whitelist" } }
Last edited by a moderator: May 10, 2016 -
Wulf Community Admin