Quick Moderation pyTSon script

Quick Moderation pyTSon script 1.0

No permission to download

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
Bluscream submitted a new resource:

Quick Moderation pyTSon script - Quick mod actions as hotkeys for Teamspeak

You can find a more recent version of this text here.

[big]Features[/big]

This plugin allows you to set hotkeys for
- Restrict the last user that joined your server
- Restrict the last user that joined your channel
- Bans the last user that joined your server
- Bans the last user that joined your channel
- Revoke talk power from the last user that got TP in your channel
- Give the last user that joined your...

Read more about this resource...
 

walross99

Some random Guy
Joined
Jul 29, 2016
Messages
42
Reaction score
14
Points
40
Doesn't show up in the pyTSon-Settings :( All other plugins are working. Any Ideas?
 

walross99

Some random Guy
Joined
Jul 29, 2016
Messages
42
Reaction score
14
Points
40
Code:
02.05.2018 15:31:02    pyTSon.PluginHost.reload    Error    Error loading python plugin from E:/Program Files/TeamSpeak 3 Client/config/plugins/pyTSon\scripts\quickMod\: Traceback (most recent call last):
  File "E:/Program Files/TeamSpeak 3 Client/config/plugins/pyTSon/scripts\pluginhost.py", line 322, in reload
    cls.modules[base] = importlib.__import__(base)
  File "<frozen importlib._bootstrap>", line 1055, in __import__
  File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 665, in exec_module
  File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  File "E:/Program Files/TeamSpeak 3 Client/config/plugins/pyTSon/scripts\quickMod\__init__.py", line 4, in <module>
    from bluscream import saveCfg, loadCfg, timestamp, intList, getScriptPath
ImportError: cannot import name 'intList'
 

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
Code:
02.05.2018 15:31:02    pyTSon.PluginHost.reload    Error    Error loading python plugin from E:/Program Files/TeamSpeak 3 Client/config/plugins/pyTSon\scripts\quickMod\: Traceback (most recent call last):
  File "E:/Program Files/TeamSpeak 3 Client/config/plugins/pyTSon/scripts\pluginhost.py", line 322, in reload
    cls.modules[base] = importlib.__import__(base)
  File "<frozen importlib._bootstrap>", line 1055, in __import__
  File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 665, in exec_module
  File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  File "E:/Program Files/TeamSpeak 3 Client/config/plugins/pyTSon/scripts\quickMod\__init__.py", line 4, in <module>
    from bluscream import saveCfg, loadCfg, timestamp, intList, getScriptPath
ImportError: cannot import name 'intList'
You seem to have missed a step in the tutorial. Make sure the latest version of bluscream.py is installed in your include folder
 

walross99

Some random Guy
Joined
Jul 29, 2016
Messages
42
Reaction score
14
Points
40
Ohh, my bluscream.py was too old. It's working fine now, thanks :)
 
Top