Umbaska Towny skript no longer working after upgrade to 1.11.2

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Skuli

New Member
May 12, 2017
9
0
0
48
Skript Version: [Skript] Loading Skript v2.2-dev26f
Skript Author: Me
Minecraft Version: 1.11.2

---
Full Code:

code_language.skript:
on rightclick on chest:
       if name of town at event-block is "Wasteland":
               send "Test message."

Errors on Reload:

code_language.skript:
[07:01:59 INFO]: [Skript] Reloading test.sk...
[07:01:59 ERROR]: Can't compare 'name of town at event-block' with a text (test.sk, line 2: if name of town at event-block is "Wasteland":')
[07:01:59 INFO]: [Skript] Encountered 1 error while reloading test.sk!

Console Errors: (if applicable)

code_language.skript:
ERROR HERE

Other Useful Info:

Addons using (including versions):
Umbaska v3.3
SkQuery-Lime 1.11
SkStuff v1.6.4.1
Skellett v1.9.0e


Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? Various script incarnations.

Also, I did find this via Google but it's a dead link; perhaps Umbaska isn't functional with Towny any more?

Code:
[Addon] Umbaska 3 | UMBASKA 3 RELEASE!! | skUnity Forums
https://forums.skunity.com › Addons
Sorry to bother; can you update the towny hooks in Umbaska? ... a while ago o/ http://towny.palmergames.com/release-version-towny-advanced-0-90-0-0-1-8-3/.
Block forums.skunity.com
 
"Can't compare...." so Skript cant compare with text. Then test this out.
code_language.skript:
if "%name of town at event-block%" is "Wasteland":
 
Status
Not open for further replies.