☞ Want , or how to write a working plugin

፨ẴzɏϻΘķ፨

Member
Member
Apr 9, 2016
123
6
18
28
Canada
Good day here as far as finding useful sites I will be posting a description of the site and how it can help you :)

http://codepad.org/
On this site you can check your plugins for errors - I use just a Python function.
And with the help of this site I decided my mistake :) - there were extra spaces
[4/15/2016 11:49:51 AM] [Exception] [ IPModule->LoadPlugin | IPModule->LoadPlugins | IPModule->ReloadPlugins | IPModule->ConsoleReceived | Hooks->ConsoleReceived | ConsoleSystem->RunCommand | ConsoleSystem->Run | LibRust->Update | ]
Microsoft.Scripting.SyntaxErrorException: unexpected indent
 
  • Useful
Reactions: DreTaX

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,790
113
At your house.
github.com
Good day here as far as finding useful sites I will be posting a description of the site and how it can help you :)

http://codepad.org/
On this site you can check your plugins for errors - I use just a Python function.
And with the help of this site I decided my mistake :) - there were extra spaces

[4/15/2016 11:49:51 AM] [Exception] [ IPModule->LoadPlugin | IPModule->LoadPlugins | IPModule->ReloadPlugins | IPModule->ConsoleReceived | Hooks->ConsoleReceived | ConsoleSystem->RunCommand | ConsoleSystem->Run | LibRust->Update | ]
Microsoft.Scripting.SyntaxErrorException: unexpected indent
PyCharm
 
  • Useful
Reactions: ፨ẴzɏϻΘķ፨

፨ẴzɏϻΘķ፨

Member
Member
Apr 9, 2016
123
6
18
28
Canada
decided to create a topic since I suffer from python here's the example plugin DonatorRank

Server.Broadcast("[color#FFFF00]" + vipname.Name + "[color#FFFFFF]is now a VIP!")
Datastore.Add("Donatsave", vipname.Name, "1")
Datastore.Save()

Datastore need to check the rank of other plugins that your server did eventually catch it
Microsoft.Scripting.SyntaxErrorException: unexpected indent