티스토리 뷰
플러그인 사이트: https://www.spigotmc.org/resources/auctionhouse.61836/
플러그인 wiki: https://www.spigotmc.org/resources/auctionhouse.61836/
플러그인 명령어: https://www.spigotmc.org/resources/auctionhouse.61836/
플러그인 펄미션 노드 권한: https://www.spigotmc.org/resources/auctionhouse.61836/
명령어:
/ah reload - 경매장 설정을 다시 로드합니다.
/ah - 경매장을 엽니다.
/ah show [플레이어] - 플레이어를 위한 경매장 열기(콘솔 전용)/ah menu [플레이어] - 뒤로 가기 버튼으로 플레이어의 경매장을 열어 종료합니다(콘솔 전용).
/ah search <필터> - 검색 필터와 일치하는 항목 보기
/ah help - 모든 명령에 대한 도움말 표시
/ah sell <가격> - 손에 들고 있는 아이템 판매
/ah list <가격> [개수] - list the item as server
/ah ulist <price> [개수] - list the item as server with unlimited buying
/ah selling - view the items you are selling
/ah sold - view the items you have sold recently
/ah expired - view your expired items to return
/ah cancel - cancel all your auctions
/ah return - return all your cancelled/expired items
권한:
auctionhouse.reload - enables reloading the plugin
auctionhouse.use - enables /ah command (default: true)
auctionhouse.menu - enables /ah menu command
auctionhouse.search - enables /ah search command (default: true)
auctionhouse.help - enables /ah help command (default: true)
auctionhouse.sell - enables /ah sell command (default: true)
auctionhouse.list - enables /ah list command
auctionhouse.ulist - enables /ah ulist command
auctionhouse.selling - enables /ah selling command (default: true)
auctionhouse.sold - enables /ah sold command (default: true)
auctionhouse.show - enables /ah show command commandauctionhouse.expired - enables /ah expired command (default: true)
auctionhouse.cancel - enables /ah cancel command (default: true)
auctionhouse.return - enables /ah return command (default: true)
auctionhouse.cancel.others - enables cancelling other's auctions
auctionhouse.trigger.block - enables block triggers for menu
auctionhouse.trigger.entity - enables entity triggers for menu
auctionhouse.trigger.sign - enables sign triggers for menu
auctionhouse.auctions.# - sets maximum listings
* 참고: 플러그인은 config.yml, permissions 및 meta에 있는 설정의 최대 설정 값을 사용합니다.
Meta:
auctions - 경매 - 플레이어가 나열할 수 있는 경매 수를 설정합니다.
메타를 사용하려면 PermissionsEx 또는 LuckPerms와 같은 메타 설정 및 제거를 지원하는 호환 가능한 권한 플러그인이 있어야 합니다.
PermissionsEx 사용의 경우:
/pex user <유저> set auctions <값>
/pex group <그룹> set auctions <값>
LuckPerms 사용의 경우:
/lp user <유저> meta set auctions <값>
/lp group <그룹> meta set auctions <값>
GroupManager 사용의 경우:
/manuaddv <유저> auctions <값>
/mangaddv <그룹> auctions <값>
구성:
스포일러
코드(텍스트):
#
# AuctionHouse
#
config_version: 29
locale: en_us
decimal_format: "#,##0.00"
strict: false
economy: vault
chatHook: true
updateTicks: 20
auction:
listingPrice: 0.00
listingRate: 0.00
listingCooldown: 0d0h0m0s
listingDuration: 7d0h0m
expiredDuration: 14d0h0m
unclaimedDuration: 90d0h0m
cleanupDuration: 0d24h0m
soldDuration: 365d0h0m
unclaimedCheckDuration: 0d0h5m
unclaimedCheckOnWorldChange: true
preventCreative: true
preventSpectator: true
minSellPrice: 0.00
maxSellPrice: 100000.00
salesTax: 0.00
maxSalesTax: 100000.00
allowDamagedItems: false
defaultMaxListings: 5
# oldest, newest, highest_price, lowest_price
sortOrder: 'oldest'
announce: false
action_bar: true
discord: false
discord_channel: 'auctionhouse'
multiworld: false
groupWorlds: false
replaceUUIDs: false
replacePlayerNames: false
dropAtFeet: false
showSeconds: true
spawnerInfo: true
integerPrice: false
showRepairCost: true
announce:
chat:
listings: true
purchases: true
action_bar:
listings: false
purchases: false
restricted_items:
0:
item: 'minecraft:bedrock'
1:
item: 'minecraft:barrier'
2:
item: 'minecraft:command_block'
3:
item: 'minecraft:structure_block'
예제:
name: '\u00a7cVorpal Sword'
item: 'minecraft:diamond_sword'
lore:
- 'Special Item'
- 'Does not list in AuctionHouse'
enchantments:
- {ench: 'minecraft:sharpness', level: 10}
- {ench: 'minecraft:unbreaking', level: 3}
- {ench: 'minecraft:looting', level: 3}
- {ench: 'minecraft:fire_aspect', level: 2}
unbreakable: true
custom_model_data: 1
mcmmo:
lore:
- 'mcMMO Ability Tool'
mcmmo_ability:
persistent_data:
'mcmmo:super_ability_boosted': 0
sounds:
click: 'ui.button.click'
fail: 'entity.villager.no'
drop: 'entity.player.burp'
sold: 'block.note_block.chime'
buttons:
exit: 'minecraft:iron_door'
back: 'minecraft:iron_door'
previous: 'minecraft:paper'
sort_listings: 'minecraft:sunflower'
next: 'minecraft:paper'
info: 'minecraft:book'
howto: 'minecraft:emerald'
return_all: 'minecraft:flower_pot'
player_listings: 'minecraft:diamond'
expired_listings: 'minecraft:poisonous_potato'
sold_items: 'minecraft:gold_ingot'
clear: 'minecraft:barrier'
confirm: 'minecraft:lime_stained_glass_pane'
cancel: 'minecraft:red_stained_glass_pane'
triggers:
sign: '[AuctionHouse]'
block_name: 'Auction House'
entity_name: 'Auction House'
commands:
exit: "msg %player% Exiting AuctionHouse"
log:
listed: true
sold: true
cancelled: true
returned: true
dropped: true
purged: true
anticheat:
spam_check: true
disabled-worlds: []
DiscordSRV 지원:
일반적으로 전역 채널과 동일한 숫자 채널을 사용하여 DiscordSRV config.yml의 채널: 섹션에 추가 항목을 추가하여 이 작업을 수행할 수 있습니다. Discord에 제공된 것과 일치하는 실제 숫자로 다음과 같이 보일 수 있습니다.
스포일러
코드(텍스트):
# 게임에서 Discord로 채널 링크
# 구문은 Channels: {"in-game channel name": " Discord의 숫자 채널 ID ", "another in-game channel name": "discord의 다른 숫자 채널 ID"}
# The first channel pair specified in this config option will be the "main" channel, used for sending player joins/quits/deaths/achievements/etc
#
Channels: {"global": "123456789012345678", "auctionhouse": "123456789012345678"}
'마인크래프트 > M-플러그인' 카테고리의 다른 글
마인크래프트 1.20.6 언어 파일 - zh_cn.lang (0) | 2024.05.08 |
---|---|
[한글본] 마인크래프트 Statz(통계) 플러그인 모든것 [명령어, 권한] (6) | 2023.12.04 |
[한글본] 마인크래프트 TradeSystem(거래 시스템) 플러그인 모든것 [명령어, 권한] (0) | 2023.12.04 |
[한글본] 마인크래프트 ArmorStandTools(아머 스탠드 도구) 플러그인 모든것 [명령어, 권한] (1) | 2023.12.04 |
[한글본] 마인크래프트 ServerListPlus(서버 목록 플러스) 플러그인 모든것 [명령어, 권한] (1) | 2023.12.04 |