Resource icon

Addon Umbaska 3.3

  • 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!

@mel_instagibson you also can try the new chunk stuff of MundoSK that was recently added on the latest betas:
code_language.skript:
#Effects:
(0¦load|1¦unload) chunk %chunk%

#Expressions:
chunk %number%, %number% [in %world%]

chunks [from] %number%, %number% to %number%, %number% [in %world%]

block %number%, %number%, %number% (of|in) %chunk%

(0¦layer %-number%|1¦top|2¦bottom|3¦sea level) (0¦south|4¦north)(0¦east|8¦west) (0¦center|16¦corner) of %chunk%

[all] blocks (of|in) %chunk%

blocks [from] %number%, %number%, %number% to %number%, %number%, %number% (of|in) %chunk%

(0¦layer %-number%|1¦top|2¦bottom|3¦sea level) (of|in) %chunk%

[from] (0¦layer %-number%|1¦top|2¦bottom|3¦sea level) to (0¦layer %-number%|4¦top|8¦bottom|12¦sea level) (of|in) %chunk%

layers [from] %number% to %number% (of|in) %chunk%

%chunk% is slimey

Where do i find documentations like the one you posted? Because i cant find any updated docs for mundosk. Atleast not for the version you just gave me
 
Last edited by a moderator:
(Not working)

EDIT: When I say "Not working" i was speaking about the links but there's a problem with the SSL (idk why)

http://umbaska.co.uk redirect to website and https://umbaska.co.uk redirect to SkUnity
So, http://umbaska.co.uk/dl/Umbaska-3.3.jar redirect to the file and https://umbaska.co.uk/dl/Umbaska-3.3.jar redirect to SkUnity too.
found a fix, you need to replace the https:// with http:// in the download link

fixed link: http://umbaska.co.uk/dl/Umbaska-3.3.jar
 
I got HTTP 400 error when trying to download Umbaska 3.3.

upload_2017-4-26_12-11-15.png
 
try putting that in a skript and setting the encoding to utf-8
Tried, same result.

Would also like to point out, this issue only occurs when umbaska is installed
upload_2017-4-29_22-58-2.png


and i'm guessing this is to blame

[Server thread/INFO]: [Umbaska] Registering a(n) expression with syntax: new[ ]line
[Server thread/INFO]: [Umbaska] And: nl
[Server thread/INFO]: [Umbaska] And: system line
 
Last edited by a moderator:
Umbaska 3.3 not working withTowny v0.91.4.2?

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

Code:
[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!

This worked well with Umbaska back on 1.7.10, trying to upgrade to a more recent version of Minecraft (1.11.2).
 
Umbaska 3.3 not working withTowny v0.91.4.2?

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

Code:
[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!

This worked well with Umbaska back on 1.7.10, trying to upgrade to a more recent version of Minecraft (1.11.2).
Umbaska 3 doesn't have these features anymore, you'll have to wait for SharpSK's Towny support.
 
Wow, there are NO current Skript addons that can do this?

That's a little disappointing! I already looked at SharpSK, doesn't seem to be able to do what I need, I suppose I need to be a little patient at this point.
 
Wow, there are NO current Skript addons that can do this?

That's a little disappointing! I already looked at SharpSK, doesn't seem to be able to do what I need, I suppose I need to be a little patient at this point.
Well Umbaska had it but they had the brilliant Idea to Rewrite Umbaska and release it without any real features. You can try Skellett's custom methods or whatever theyre called.
 
Well Umbaska had it but they had the brilliant Idea to Rewrite Umbaska and release it without any real features. You can try Skellett's custom methods or whatever theyre called.

I was just looking over SKellett's custom stuff; I don't think it'll work, since this isn't really an event that's fired. Maybe I'm wrong, I'll keep looking. I don't have much use for Umbaska at this point...
 
I was just looking over SKellett's custom stuff; I don't think it'll work, since this isn't really an event that's fired. Maybe I'm wrong, I'll keep looking. I don't have much use for Umbaska at this point...
They should work for non-events aswell:
oBBq9m9.jpg

Although you probably need to decompile Towny and know a bit about java to really use it.

If that doesn't work, try placeholders (Skellett can parse placeholderapi placeholders)

True, Skellett pretty much replaced Umbaska for me.
 
They should work for non-events aswell:
oBBq9m9.jpg

Although you probably need to decompile Towny and know a bit about java to really use it.

If that doesn't work, try placeholders (Skellett can parse placeholderapi placeholders)

True, Skellett pretty much replaced Umbaska for me.

That might as well be a foreign language to me. Towny is open-source, however, at https://github.com/LlmDl/Towny

All I really need right now is to figure out if an event happens in a Towny-protected area.

This is also getting off-topic for an Umbaska thread, I"ll move over to Skellett.
 
Last edited by a moderator: