https://www.spigotmc.org/resources/
-hclaims-
-1-8-1-19-x-gui-based-claim-plugin-member-moderation-map-worldborder-and-timer.90540/
Test Server Ip
5.191.245.197:25589
— Developer support! (ClaimHandler class)
— Time and chunk based zone management!
— Chunk limited and colorful WorldBorders!
— Custom placeholders! (via PlaceholderAPI)
— Random teleport support (via BetterRTP - Thanks @RonanCraft)
— Adding, removing and managing friends easily!
— Region naming and ownership!
— Advanced gui options (Anvil,Sign,Chest)
— Zone block management!
— Easily manageable claims and advanced region map !
— View the borders of the region colorfully with WorldBorder!
— Supports all Minecraft versions! [1.8 - 1.19+]
— SQLite database support! (Fast and efficient)
— MySQL database support!
— Mongo database support!
— Mob limit system
— AutoBackup and AutoSave system
— Fully configurable YAML support!
— NBT (Name Tag Binary) support!
— Sound and particles!
— Hex color support!
— Webhook support for discord
config.yml
Code (YAML):
settings:
disabled-worlds: #player cannot claim of these worlds
- 'arena'
- 'spawn'
disabled-commands-in-claim: #if player isn't owner of claim or doesn't contain in claim member list, player can't use these commands
- 'sethome'
- 'test'
- 'command'
pvp-in-claim: true
claim-enter-mode: true
players-can-pickup-in-claim: true
default-claim-name: 'Claim of %owner%'
default-claim-time: 2592000 #2592000 seconds = 1 month
claim-money: 0.50 #money per seconds for every single subclaim
mob-limiter: false #if true, mobs can't spawn if mob count in claim is more than mob-limit-in-claim-chunks
item-limiter: false #if true, item can't spawn if mob count in claim is more than mob-limit-in-claim-chunks
mob-limit-in-claim-chunks: 1000 #maximum mob count in a claim chunks
item-limit-in-claim-chunks: 1000 #maximum dropped item count in a claim chunks
language-yaml: 'en.yml'
hologram:
mode: 'JUST_MEMBERS' #EVERYONE, JUST_MEMBERS, DISABLED
height: 2.1
lines:
- '%claim_name%'
- ' '
- '%remaining_time%'
- ' '
- 'Owner: %owner%'
- 'Subclaim count: %subclaim_count%'
- 'Member count: %member_count%'
- 'Stored items: %stored_item_count%'
- 'Creation Date: %creation_date%'
- 'Expire Date: %expire_date%'
blocks:
default-block: 'block1'
types:
block1:
permission: ''
block:
type: 'BEDROCK'
datavalue: 0
gui-item:
type: 'BEDROCK'
glow: false
amount: 1
datavalue: 0
name: 'Bedrock'
lore:
- ''
- 'Click to change your claim block.'
nbt: '{}'
block2:
permission: 'claim.blockchange.obsidian'
block:
type: 'OBSIDIAN'
datavalue: 0
gui-item:
type: 'OBSIDIAN'
name: 'Obsidian'
glow: true
amount: 1
datavalue: 0
lore:
- ''
- 'Click to change your claim block.'
nbt: '{}'
discord-webhook:
player:
webhook-url: ''
avatar-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
username: 'hClaims'
embed:
author:
name: 'hClaims'
avatar-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
image-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
thumbnail-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
admin:
webhook-url: ''
avatar-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
username: 'hClaims - Admin'
embed:
author:
name: 'hClaims'
avatar-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
image-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
thumbnail-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
database:
type: 'sqlite' #mongo, mysql, sqlite
database-name: 'hclaims_database' #if database type is sqlite, you don't have to change this.
auth:
ip: 'localhost'
port: 3306
username: 'root'
password: ''
langs > en.yml
Code (YAML):
time-format: '%day%:%hour%:%minute%:%second%'
date-format: '%day%-%month%-%year% %hour%:%minute%'
you-dont-have-enough-claims: 'You have never claimed before!'
you-cant-break: 'You cant break this block!'
you-cant-add-member: 'The maximum number of members you can add is %count%!'
you-are-teleporting: 'Please wait %seconds% seconds, you are teleporting to claim.'
you-moved: 'Your teleport has been cancelled because you moved.'
there-is-no-money: 'You dont have enough money to do this.'
main-claim-size-out: 'The maximum size of main claims that can be received is %max%.'
sub-claim-size-out: 'The maximum size of sub claims that can be received is %max%.'
here-is-no-claimable: 'Here is not claimable area.'
world-is-no-claimable: 'Your current world is close for claims.'
added-member-to-claim: 'You added a member named %member_name% to your claim.'
you-added-to-claim: 'You added to claim named %claim_name% by %player%.'
removed-member-from-claim: 'You removed a member named %member_name% from your claim.'
you-removed-from-claim: 'You removed from claim named %claim_name% by %player%.'
member-is-offline: 'This player is offline, try again later!'
member-already-exist: 'You cant add this member to the claim because this player already exist in the claim!'
time-expire-broadcast: 'Time of %owner%''s claim at %x%, %y%, %z%, %world% is expired.'
there-is-store-viewer: 'Someone looking at claim store for now. Please try again later.'
someone-opened-store: 'Someone with a higher rank opened the store.'
claim-name-too-short: 'The name of the claim must be at least 3 characters long.'
claim-time-out: 'The maximum time that you can give to your claim is %time%.'
cant-break-here: 'You can''t break this block, because you don''t have permission'
cant-place-here: 'You can''t place block here, because you don''t have permission'
cant-damage-animals-here: 'You can''t damage animals here, because you don''t have permission'
cant-interact-here: 'You can''t interact at here, because you don''t have permission'
cant-pickup-here: 'You can''t pickup item from here, because you don''t have permission'
cant-use-command-here: 'You can''t use this command at here, because you don''t have permission'
cant-move-block-here: 'You can''t move your claim block here, because here is outside of your main chunk'
claim-enter:
title: '%claim_name%'
subtitle: 'You entered claim of %owner%'
claim-leave:
title: '%claim_name%'
subtitle: 'You left claim of %owner%'
member-status-mode:
active: 'Active'
deactive: 'Deactive
guis > main.gui
Code (YAML):
title: 'Claim System'
size: 3
type: 'CHEST'
items:
claim-list:
type: 'PAPER'
name: 'Claim List'
glow: false
amount: 1
datavalue: 0
lore: [ ]
nbt: '{}'
slot: 11
claim-here:
type: 'GRASS'
name: 'Claim Here'
glow: false
amount: 1
datavalue: 0
lore:
- 'Money: %money%'
nbt: '{}'
slot: 13
chunk-look-tool:
type: 'SEA_LANTERN'
name: 'Look chunks'
glow: false
amount: 1
datavalue: 0
lore: [ ]
nbt: '{}'
slot: 15
other-items:
item1:
type: 'STAINED_GLASS_PANE'
name: ''
glow: false
amount: 1
datavalue: 5
lore: [ ]
nbt: '{}'
slot: 0
console-commands:
- 'test %player%'
player-commands:
- 'warp market'
Spoiler: Gifs
Test Server Ip
5.191.245.197:25589
- hclaims.max.mainclaim.<amount> - hclaims.max.mainclaim.1
- hclaims.max.subclaim.<amount> - hclaims.max.subclaim.8
- hclaims.max.claimtime.<second> - hclaims.max.claimtime.5184000
- hclaims.max.member.<count> - hclaims.max.member.20
- hclaims.money.mainclaim.<number>.<money> - hclaims.money.mainclaim.3.10000
- hclaims.money.subclaim.<number>.<money> - hclaims.money.subclaim.1.2000
- hclaims.teleport.<second> - hclaims.teleport.3
- hclaims.reload - hclaims.reload
- hclaims.admin - hclaims.admin
- %hclaims_claim% — It shows the name of the region where it is located.
- %hclaims_claim_member% — It shows the size of member of the region where it is located.
- %hclaims_claim_owner% — It shows the owner of the region where it is located.
- %hclaims_claim_remaintime% — It shows the remaining time of the region where it is located.
— Developer support! (ClaimHandler class)
— Time and chunk based zone management!
— Chunk limited and colorful WorldBorders!
— Custom placeholders! (via PlaceholderAPI)
— Random teleport support (via BetterRTP - Thanks @RonanCraft)
— Adding, removing and managing friends easily!
— Region naming and ownership!
— Advanced gui options (Anvil,Sign,Chest)
— Zone block management!
— Easily manageable claims and advanced region map !
— View the borders of the region colorfully with WorldBorder!
— Supports all Minecraft versions! [1.8 - 1.19+]
— SQLite database support! (Fast and efficient)
— MySQL database support!
— Mongo database support!
— Mob limit system
— AutoBackup and AutoSave system
— Fully configurable YAML support!
— NBT (Name Tag Binary) support!
— Sound and particles!
— Hex color support!
— Webhook support for discord
config.yml
Code (YAML):
settings:
disabled-worlds: #player cannot claim of these worlds
- 'arena'
- 'spawn'
disabled-commands-in-claim: #if player isn't owner of claim or doesn't contain in claim member list, player can't use these commands
- 'sethome'
- 'test'
- 'command'
pvp-in-claim: true
claim-enter-mode: true
players-can-pickup-in-claim: true
default-claim-name: 'Claim of %owner%'
default-claim-time: 2592000 #2592000 seconds = 1 month
claim-money: 0.50 #money per seconds for every single subclaim
mob-limiter: false #if true, mobs can't spawn if mob count in claim is more than mob-limit-in-claim-chunks
item-limiter: false #if true, item can't spawn if mob count in claim is more than mob-limit-in-claim-chunks
mob-limit-in-claim-chunks: 1000 #maximum mob count in a claim chunks
item-limit-in-claim-chunks: 1000 #maximum dropped item count in a claim chunks
language-yaml: 'en.yml'
hologram:
mode: 'JUST_MEMBERS' #EVERYONE, JUST_MEMBERS, DISABLED
height: 2.1
lines:
- '%claim_name%'
- ' '
- '%remaining_time%'
- ' '
- 'Owner: %owner%'
- 'Subclaim count: %subclaim_count%'
- 'Member count: %member_count%'
- 'Stored items: %stored_item_count%'
- 'Creation Date: %creation_date%'
- 'Expire Date: %expire_date%'
blocks:
default-block: 'block1'
types:
block1:
permission: ''
block:
type: 'BEDROCK'
datavalue: 0
gui-item:
type: 'BEDROCK'
glow: false
amount: 1
datavalue: 0
name: 'Bedrock'
lore:
- ''
- 'Click to change your claim block.'
nbt: '{}'
block2:
permission: 'claim.blockchange.obsidian'
block:
type: 'OBSIDIAN'
datavalue: 0
gui-item:
type: 'OBSIDIAN'
name: 'Obsidian'
glow: true
amount: 1
datavalue: 0
lore:
- ''
- 'Click to change your claim block.'
nbt: '{}'
discord-webhook:
player:
webhook-url: ''
avatar-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
username: 'hClaims'
embed:
author:
name: 'hClaims'
avatar-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
image-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
thumbnail-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
admin:
webhook-url: ''
avatar-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
username: 'hClaims - Admin'
embed:
author:
name: 'hClaims'
avatar-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
image-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
thumbnail-url: 'https://www.spigotmc.org/data/resource_icons/90/90540.jpg?1616615228'
database:
type: 'sqlite' #mongo, mysql, sqlite
database-name: 'hclaims_database' #if database type is sqlite, you don't have to change this.
auth:
ip: 'localhost'
port: 3306
username: 'root'
password: ''
langs > en.yml
Code (YAML):
time-format: '%day%:%hour%:%minute%:%second%'
date-format: '%day%-%month%-%year% %hour%:%minute%'
you-dont-have-enough-claims: 'You have never claimed before!'
you-cant-break: 'You cant break this block!'
you-cant-add-member: 'The maximum number of members you can add is %count%!'
you-are-teleporting: 'Please wait %seconds% seconds, you are teleporting to claim.'
you-moved: 'Your teleport has been cancelled because you moved.'
there-is-no-money: 'You dont have enough money to do this.'
main-claim-size-out: 'The maximum size of main claims that can be received is %max%.'
sub-claim-size-out: 'The maximum size of sub claims that can be received is %max%.'
here-is-no-claimable: 'Here is not claimable area.'
world-is-no-claimable: 'Your current world is close for claims.'
added-member-to-claim: 'You added a member named %member_name% to your claim.'
you-added-to-claim: 'You added to claim named %claim_name% by %player%.'
removed-member-from-claim: 'You removed a member named %member_name% from your claim.'
you-removed-from-claim: 'You removed from claim named %claim_name% by %player%.'
member-is-offline: 'This player is offline, try again later!'
member-already-exist: 'You cant add this member to the claim because this player already exist in the claim!'
time-expire-broadcast: 'Time of %owner%''s claim at %x%, %y%, %z%, %world% is expired.'
there-is-store-viewer: 'Someone looking at claim store for now. Please try again later.'
someone-opened-store: 'Someone with a higher rank opened the store.'
claim-name-too-short: 'The name of the claim must be at least 3 characters long.'
claim-time-out: 'The maximum time that you can give to your claim is %time%.'
cant-break-here: 'You can''t break this block, because you don''t have permission'
cant-place-here: 'You can''t place block here, because you don''t have permission'
cant-damage-animals-here: 'You can''t damage animals here, because you don''t have permission'
cant-interact-here: 'You can''t interact at here, because you don''t have permission'
cant-pickup-here: 'You can''t pickup item from here, because you don''t have permission'
cant-use-command-here: 'You can''t use this command at here, because you don''t have permission'
cant-move-block-here: 'You can''t move your claim block here, because here is outside of your main chunk'
claim-enter:
title: '%claim_name%'
subtitle: 'You entered claim of %owner%'
claim-leave:
title: '%claim_name%'
subtitle: 'You left claim of %owner%'
member-status-mode:
active: 'Active'
deactive: 'Deactive
guis > main.gui
Code (YAML):
title: 'Claim System'
size: 3
type: 'CHEST'
items:
claim-list:
type: 'PAPER'
name: 'Claim List'
glow: false
amount: 1
datavalue: 0
lore: [ ]
nbt: '{}'
slot: 11
claim-here:
type: 'GRASS'
name: 'Claim Here'
glow: false
amount: 1
datavalue: 0
lore:
- 'Money: %money%'
nbt: '{}'
slot: 13
chunk-look-tool:
type: 'SEA_LANTERN'
name: 'Look chunks'
glow: false
amount: 1
datavalue: 0
lore: [ ]
nbt: '{}'
slot: 15
other-items:
item1:
type: 'STAINED_GLASS_PANE'
name: ''
glow: false
amount: 1
datavalue: 5
lore: [ ]
nbt: '{}'
slot: 0
console-commands:
- 'test %player%'
player-commands:
- 'warp market'
Spoiler: Gifs