Some fixes in the plugin itself again.
https://github.com/dretax/Python-Plugins/commit/a57a7c8ff020fbac6a23919055d16fd6e9971348
You will need the latest Fougerite (1.2.2) for this update.
Added new config options for removing illegal chars from Moderators and Admins names, which will not rename them, just remove the annoying chars that may cause problems in other py plugins, due to the ironpython bug.
Added some new methods in Fougerite and made some classes in Rust++ public so you can access some of the Rust++ APIs by the help of Server.GetRustPPAPI()
public void RemoveInstaKO(ulong userID)
{
InstaKOCommand command =...
@PearlJ
Jakkee Line 44 is wrong.
Here is the correct version:
__title__ = 'CountryBlackList'
__author__ = 'Jakkee'
__version__ = '1.1.1'
try:
import clr
clr.AddReferenceByPartialName("Fougerite", "GeoIP")
import Fougerite
import GeoIP
from GeoIP import GeoIP as RealGeoIP...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.