Plugin/Script to allowing block breaking in certain regions/worlds.

Status
This thread has been locked.

n0tzach

discord: n0tzach
Supreme
Feedback score
72
Posts
4,414
Reactions
3,018
Resources
6
I need a block restricted script/plugin.

I'd prefer this to work via worldguard but worlds are fine too. Essentially I need a plugin that will allow me to make certain blocks breakable and certain blocks not. So really I want to be able to do something like /rg flag region block-break dirt allow/deny and so on, but if it's a standalone plugin/command that's fine.

PM me, your price and your experience. I also don't want service teams. I need to have full rights including reselling to this plugin.
 
Type
Requesting
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ammar_mc

Premium
Feedback score
2
Posts
73
Reactions
44
Resources
15
Code:
on break:
    if event-Block is stone:
        if "%region at event-Block%" contains "region name":
            cancel the event
            send "&cyou are not allowed to break stone"
on break:
    if event-Block is not stone or dirt:
        if "%region at event-Block%" contains "region name":
            cancel the event
            send "&cyou are just allowed to break stone and dirt"
Requirements
Skript
SharpSK
enjoy
 
Last edited:

n0tzach

discord: n0tzach
Supreme
Feedback score
72
Posts
4,414
Reactions
3,018
Resources
6
Code:
on break:
    if event-Block is stone:
        if "%region at event-Block%" contains "region name":
            cancel the event
            send "&cyou are not allowed to break stone"
on break:
    if event-Block is not stone or dirt:
        if "%region at event-Block%" contains "region name":
            cancel the event
            send "&cyou are just allowed to break stone and dirt"
Requirements
Skript
SharpSK

enjoy
Ayy thanks <3
 
Status
This thread has been locked.
Top