Stránka 1 z 1
Původní stav
Napsal: 11 črc 2012, 18:54
od Sejcek
Ahoj mám na serveru problém když si v configu neakého pluginu něco změnim třeba z AJ a ČJ tak se mi to vrátí jako to bylo předtím tak že je tam zase AJ server je uplně nový zkoušel jsem ho i reinstalovat ale nepomohlo
Např. V residencích mám složku English když do ní dám češtinu tak se zase změní na Angličtinu
Re: Původní stav
Napsal: 11 črc 2012, 22:37
od Sejsel
Nemáš to tam s diakritikou? To by tomu mohlo vadit, proto se to vrací k starší verzi configu.
Re: Původní stav
Napsal: 11 črc 2012, 22:47
od Sejcek
Ne není
Re: Původní stav
Napsal: 12 črc 2012, 11:23
od Sejsel
Tak oba configy, prosím

Re: Původní stav
Napsal: 12 črc 2012, 11:54
od Sejcek
Ok dám sem i tu češtinu
Config
Kód: Vybrat vše
#These are Global Settings for Residence.
Global:
# This loads the <language>.yml file in the Residence Language folder
# All Residence text comes from this file. (NOT DONE YET)
Language: Czech
# Wooden Axe is the default selection tool for Residence.
# You can change it to another item ID listed here: http://www.minecraftwiki.net/wiki/Data_values
SelectionToolId: 280
# This determins which tool you can use to see info on residences, default is String.
# Simply equip this tool and hit a location inside the residence and it will display the info for it.
InfoToolId: 288
# The interval, in milliseconds, between movement checks.
# Reducing this will increase the load on the server.
# Increasing this will allow players to move further in movement restricted zones before they are teleported out.
MoveCheckInterval: 500
# The interval, in minutes, between residence saves.
SaveInterval: 10
# The default group to use if Permissions fails to attach or your not using Permissions.
DefaultGroup: default
# Enable / Disable the Lease System.
UseLeaseSystem: false
# The interval, in minutes, between residence lease checks (if leases are enabled).
LeaseCheckInterval: 10
# Allows leases to automatically renew so long as the player has the money, if economy is disabled, this setting does nothing.
LeaseAutoRenew: true
# Whether or not to use the Permissions system in conjunction with this config.
EnablePermissions: true
# Set to true if NOT using Permissions or PermissionsBukkit, or using a really old version of Permissions
LegacyPermissions: false
# Enable / Disable Residence's Economy System.
EnableEconomy: true
# The economy system to use (iConomy, MineConomy, Essentials, BOSEconomy, and RealEconomy supported).
EconomySystem: iConomy
# Enables or disables the Rent System
EnableRentSystem: false
# The interval, in minutes, between residence rent expiration checks (if the rent system is enabled).
RentCheckInterval: 10
# Enable or disable residence chat channels.
ResidenceChatEnable: true
# Color of residence chat.
ResidenceChatColor: DARK_PURPLE
# Whether or not to ignore the usual Permission flags and only allow OPs and groups with 'residence.admin' to change residences.
AdminOnlyCommands: false
# Setting this to true makes server OPs admins.
AdminOPs: true
# This is the name of the plugin you use for multiworld, if you dont have a multiworld plugin you can safely ignore this.
# The only thing this does is check to make sure the multiworld plugin is enabled BEFORE Residence, to ensure properly loading residences for other worlds.
MultiWorldPlugin: Multiverse-Core
# Setting this to true causes subzones to inherit flags from their parent zones.
ResidenceFlagsInherit: true
# Setting this to false will allow rented residences to be modified by the renting player.
PreventRentModify: true
# Setting this to false will cause residence to continue to load even if a error is detected in the save file.
StopOnSaveFault: true
# This is the residence name filter, that filters out invalid characters. Google "Java RegEx" or "Java Regular Expressions" for more info on how they work.
ResidenceNameRegex: '[^a-zA-Z0-9\\-\\_]'
# Setting this to true sends a message to the console every time Residence does a rent expire check or a lease expire check.
ShowIntervalMessages: false
# These are world flags that are applied when the player is NOT within a residence.
Flags:
Global: #these are default for all worlds unless specified below, they can be overridden per group
use: true
build: true
ignite: true
firespread: true
damage: true
creeper: true
tnt: true
pvp: true
WorldNameHere: #here you can set flags for individual worlds, these override Global
#build: true
# This gives permission to change certain flags to all groups, unless specifically denied to the group.
FlagPermission:
move: true
build: true
place: true
destroy: true
use: true
container: true
pvp: true
tp: true
ignite: true
firespread: true
bucket: true
flow: true
lavaflow: true
waterflow: true
creeper: true
tnt: true
monsters: true
animals: true
subzone: true
healing: true
piston: true
# These are default flags applied to all residences from any user group.
ResidenceDefault:
build: false
use: false
container: false
pvp: false
tnt: false
creeper: false
flow: false
piston: false
ignite: false
firespread: false
piston: false
# These are default flags applied to the residence creator of any group.
CreatorDefault:
build: true
move: true
use: true
ignite: true
container: true
# These are default group flags applied to a residence made by a user of any group.
GroupDefault:
#default: #group name
#build: true
# These groups correspond to the Permissions groups defined in your '<worldname>.yml'
Groups:
Default: #group name
# Information about the Residence zone that the player can define.
Residence:
# Determins if this group can create residences or not. This option can be overriden with the permissions node 'residence.create'
CanCreate: true
# The maximum number of Residences a player can have.
MaxResidences: 3
# The maximum number of physical areas a residence can have.
MaxAreasPerResidence: 2
# The maximum number of blocks a Residence can be, East to West (X).
MaxEastWest: 16
# The maximum number of blocks a Residence can be, North to South (Z).
MaxNorthSouth: 16
# The maximum number of blocks a Residence can be, High to Low (Y).
MaxUpDown: 128
# The lowest altitude this group is allowed to protect.
MinHeight: 0
# The highest altitude this group is allowed to protect.
MaxHeight: 127
# The maximum recursive depth that subzones can go.
# A subzone within a subzone within the Residence zone would be a depth of 2.
# Set to 0 to disable subzones.
SubzoneDepth: 3
# Whether or not to allow teleporting to Residences.
CanTeleport: true
# Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
Unstuck: true
# Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
SelectCommandAccess: true
# Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
ItemListAccess: true
# Options relating to enter and leave messages on the residence.
Messaging:
# Whether or not the player can change the Residence enter and leave messages.
CanChange: true
# The default enter message to apply to new Residences created by players in this group.
# Leaving the message blank will disable it.
DefaultEnter: Welcome %player to %residence, owned by %owner.
# The default leave message to apply to new Residences created by players in this group.
# Leaving the message blank will disable it.
DefaultLeave: Now leaving %residence.
# Options relating to the Lease system.
Lease:
# The maximum number of days to allow leases.
MaxDays: 16
# The number of days to add to the lease following a '/res lease renew' command.
RenewIncrement: 14
#Options related to the rent system
Rent:
#determines how many residences can be rented by players of this group at once
MaxRents: 3
#determines how many residences can be set for rent by players of this group at once
MaxRentables: 3
# Options relating to the Residence Economy.
Economy:
# Whether or not players in this group can buy other Residences that are for sale.
CanBuy: true
# Whether or not players in this group can sell their Residences.
CanSell: false
# Whether or not to ignore the Residence size/count limits when buying a residence.
IgnoreLimits: false
# The cost, per block, of making a new Residence or adding a area to it.
BuyCost: 0.05
# The cost, per block, of renewing a Residence lease (if the lease system is enabled).
RenewCost: 0.02
# Flags are checked in the order:
# 1: Player
# 2: Group
# 3: Owner
# 4: If all others are undefined, reverts to default value (usually true).
# Flag permissions default to false.
# These flags settings override the globals.
Flags:
# Specifically allow or deny this group from changing certain flags.
Permission:
#build: true
# Specifys the flags that are applied at residence creation for players of this group.
Default:
#build: true
# Specifys the flags that are applied at to the creator at residence creation.
CreatorDefault:
#build: true
# Specifys the flags that are applied to other groups for this residence, at creation.
GroupDefault:
#default: #group name
#build: false
#these flags are applied specifically to this group whenever they are outside a residence
#these flags will override the flags at the top, under the Global section.
World:
Global: #these flags will apply to all worlds
#build: false
WorldNameHere: #or you can apply them by each individual world
#build: false
# You can manually specify the group a player is in below, this overrides their permissions group.
GroupAssignments:
bekvon: default
player: default
ItemList: #this is where you can create blacklists / whitelists
DefaultList: #list name is not important, as long as it is unique. Its good to use a descripive name.
#type of the list, can be blacklist, whitelist, or ignorelist
Type: blacklist
#If you want, you can have this list only apply to one world, otherwise it applys to all worlds
#World: world
#You can also have the list apply only to one group, otherwise it applys for all groups
#Group: default
#this is the actual list of material names that this list allows or dissallows
#You can look up the material name by item ID in game by typing /res material <id>
#Alternativly, you can simply use the item ID in the list, but its less descriptive and harder to see what the list allows or dissallows at a glance
Items:
- 'BEDROCK'
- 'LAVA'
- 'WATER'
- 'STATIONARY_LAVA'
- 'STATIONARY_WATER'
- 'MOB_SPAWNER'
# Used to determine which major revision of Residence this config is from, dont change this.
ResidenceVersion: 2
a tady ta čeština vždy se tam nahodí EN
Kód: Vybrat vše
[spoiler]# NOTE: If you want to modify this file, it is HIGHLY recommended that you make a copy
# of this file and modify that instead. This file will be updated automatically by Residence
# when a newer version is detected, and your changes will be overwritten. Once you
# have a copy of this file, change the Language: option under the Residence config.yml
# to whatever you named your copy.
Version: 18
Language:
# The below lines represent various messages residence sends to the players.
# Note that some messages have variables such as %1 that are inserted at runtime.
#Version 1 Fields
InvalidResidence: Neplatna Residence...
InvalidSubzone: Neplatna Subzona...
InvalidDirection: Neplatny Smer...
InvalidChannel: Neplatny Kanal...
InvalidAmount: Neplatna Castka...
InvalidCost: Neplatna Cena...
InvalidDays: Neplatny pocet dni...
InvalidMaterial: Neplatny material...
InvalidBoolean: Neplatna hodnota, musi byt povoleno (t) nebo zakazano (f)
InvalidArea: Neplatna oblast...
InvalidGroup: Neplatna skupina...
InvalidMessageType: Typ zpravy je treba zadat nebo odstranit.
InvalidList: Neplatny seznam...
InvalidFlag: Neplatna vlajka...
InvalidFlagState: Neplatna vlajka musi byt povolit(t), zakazat(f), nebo odstranit(r)
AreaExists: Oblast stimto nazvem jiz existuje.
AreaCreate: 'Oblast vytvorena, ID %1'
AreaDiffWorld: Vase residence se nachazi v jinem svete.
AreaCollision: 'Oblast koliduje s jinou residenci jmenem %1'
AreaSubzoneCollision: 'Oblast koliduje se subzonou jmenem %1'
AreaNonExist: Takova oblast neexistuje.
AreaInvalidName: Neplatne jmeno...
AreaRename: 'Oblast prejmenovana z %1 na %2'
AreaRemove: 'Oblast smazana %1...'
AreaRemoveLast: Nelze odstranit posledni oblast.
AreaNotWithinParent: Prostor neni v oblastni materske residence.
AreaUpdate: Oblast aktualizovana...
AreaMaxPhysical: Dosahl jste maximalni poctu oblasti, ktere jsou povoleny v residenci.
AreaSizeLimit: Oblast prekracuje povolene limity.
AreaHighLimit: 'Nemuzete chranit takovou vysku jelikoz je limit %1'
AreaLowLimit: 'Nemuzete chranit takovou hloubku jelikoz limit je %1'
NotInResidence: Nejsi v residenci.
InResidence: 'Jsi v residenci %1'
ResidenceOwnerChange: 'Residence %1 majitel zmenen na %2'
NonAdmin: Nejsi Admin residence.
AdminOnly: Pouze admin muze pouzit tento prikaz.
ChatDisabled: Chat v residenci je vypnuty...
SubzoneRename: 'Subzona prejmenovana z %1 na %2'
SubzoneRemove: 'Subzona %1 smazana.'
SubzoneCreate: 'Subzona %1 vytvorena.'
SubzoneCreateFail: 'Nelze vytvorit subzonu %1'
SubzoneExists: 'Subzona %1 jiz existuje.'
SubzoneCollide: 'Subzona koliduje se subzonou %1'
SubzoneMaxDepth: Dosahli jste maximalni povolenou hloubku subzony.
SubzoneSelectInside: Obe mista co vybirate musi byt uvnitr residence
SelectPoints: Vyber dve mista nez pouzijes tento prikaz!
SelectionSuccess: Vyber uspesny!
SelectionFail: Neplatny vyberovy prikaz...
SelectionBedrock: Vyber se rozsiri na nejnizsi povolene limity.
SelectionSky: Vyber se rozsiri na nejvyssi povolene limity.
SelectionArea: 'Zvolena oblast %1 z residence %2'
SelectDiabled: Nemas obravneni pouzivat vyberovy prikaz.
NoPermission: Nemas opravneni zde zasahovat.
OwnerNoPermission: Vlastnik k tomuto nema opravneni.
ParentNoPermission: Nemas opravneni k zmenam v materske zone
MessageChange: Zprava Nastavena...
FlagSet: Vlajka Nastavena...
FlagCheckTrue: 'Vlajka %1 pouzita pro hrace %2 v residenci %3, hodnota = %4'
FlagCheckFalse: 'Vlajka %1 nebyla pouzita pro hrace %2 v residenci.'
FlagsCleared: Vlajky smazany.
FlagsDefault: Vlajky nastaveny do defautniho nastaveni.
Usage: Pouziti prikazu
InvalidHelp: Neplatna stranka help menu...
SubCommands: Sub prikazy
InvalidList: Neznami typ seznamu, nebo cerna listina ci ignore listina.
MaterialGet: 'Material se jmenuje ID %1 je %2'
MarketDisabled: Ekonomika je vypnuta!
MarketList: Obchodni seznam
SelectionTool: Zvoleny nastroj
InfoTool: Informacni nastroj
NoBankAccess: Nemas pristup do banky.
NotEnoughMoney: Nemas dost penez.
BankNoMoney: Nemas dost penez v bance.
BankDeposit: 'Vlozil jsi %1 do banky residence.'
BankWithdraw: 'Vybral jsi %1 z banky residence.'
MoneyCharged: 'Nabite %1 pro tvuj %2 ucet.'
MoneyCredit: 'Pripocitano %1 pro tvuj %2 ucet.'
RentDisabled: Najemne je vypnuto.
RentReleaseInvalid: 'Residence %1 si nemuzes pronajmout.'
RentSellFail: Nemuzes prodat resideci pokud je v ni najemnik.
SellRentFail: Nemuzes pronajimat residenci kdyz ji prodavas.
OwnerBuyFail: Nemuzes koupit vlastni pozemek!
OwnerRentFail: Nemuzes si pronajmout vlastni pozemek!
AlreadySellFail: Residence uz je k prodeji!
ResidenceBought: 'Koupil jsi residenci %1'
ResidenceBuy: 'Residence %1 byla koupena residence %2 od vas.'
ResidenceBuyTooBig: Tato residence je vetsi nez mate povoleno.
ResidenceNotForSale: Residence neni na prodej.
ResidenceForSale: 'Residence %1 je na prodej za %2'
ResidenceStopSelling: Residence uz neni na prodej.
ResidenceTooMany: Uz vlastnis maximalni pocet residenci.
ResidenceMaxRent: Uz mas maximalni pocet najemniku v residecich.
ResidenceAlreadyRent: Residence je urcena k pronajmu...
ResidenceNotForRent: Residence neni urcena k pronajmu...
ResidenceNotRented: Residence neni pronajmuta
ResidenceUnrent: 'Residence %1 neni pronajata.'
ResidenceRemoveRentable: 'Residence %1 uz se neda pronajmount.'
ResidenceForRentSuccess: 'Residence %1 je k pronajmu za %2 kazde %3 dny.'
ResidenceRentSuccess: 'Pronajal sis Residenci %1 na %2 dny.'
ResidenceAlreadyRented: 'Residence %1 si pronajima hrac %2'
ResidenceAlreadyExists: 'Tato residence s jmenem %1 jiz existuje.'
ResidenceCreate: 'Vytvoril jsi residenci %1!'
ResidenceRename: 'Prejmenovana Residence z %1 na %2'
ResidenceRemove: 'Residence %1 smazana...'
RentDisabled: Najemne vypnuto...
RentDisableRenew: 'Residence %1 nemuzes si prodlouzit najemne dokud ti nevyprsi.'
RentEnableRenew: 'Residence %1 automaticky prodlouzi najemne.'
RentableDisableRenew: '%1 nebude obnoveno najemne po vyprseni.'
RentableEnableRenew: '%1 bude automaticky obnoveno najemne kdyz vyprsi.'
LandForSale: Pozemnek na prodej
SellAmount: Cena
LeaseExpire: Pronajmout si na dobu
RentExpire: Pronajem vyprsi za
RentableAutoRenew: Pronajimatele automaticky obnovit
RentAutoRenew: Pronajem automaticky obnovit
RentableLand: Pronajimatelny pozemek
ListMaterialAdd: '%1 pridan do residence %2'
ListMaterialRemove: '%1 smazan z residence %2'
ItemBlacklisted: Jsi v cerne listine pro pouzivani tohoto predmetu zde.
RentedModifyDeny: Nemuzes upravovat najemne teto residence.
WorldPVPDisabled: Svetove PVP vypnuto
NoPVPZone: PVP JE ZDE VYPNUTO.
FlagDeny: 'Ty nemas zde opravneni na %1.'
FlagSetDeny: 'Vlastnik nema pristup k teto vlajce %1'
SelectPoint: 'Umisten %1 Vyberovy bod'
ResidenceChat: 'Moznost prepinat chat v residenci %1'
ResidenceMoveDeny: 'Nemas opravneni k pohybu v Residence %1'
TeleportDeny: Nemas opravnei k teleportu.
TeleportSuccess: 'Teleportovan!'
TeleportNear: Teleportovan do residence.
TeleportNoFlag: Nemate pristup k teleportu do residence.
SetTeleportLocation: Misto teleportu nastaveno...
HelpPageHeader: 'Help stranky - %1 - strana <%2 z %3>'
ListExists: Seznam uz existuje...
ListRemoved: Seznam smazan...
ListCreate: 'Vytvoren seznam %1'
LeaseRenew: 'Pronajem plati do %1'
LeaseRenewMax: Pronajem obnoven na maximalni moznou dobu
LeaseNotExpire: Zadny takovy pronajen neskonci.
LeaseRenewalCost: 'Obnovaci naklady takoveho pozemku %1 jsou %2'
LeaseInfinite: Pronajemni cas nastaven na nekoneco...
PermissionsApply: Opravneni pouzity na bydleni.
PhysicalAreas: Physical Pozemek
CurrentArea: Soucasny pozemek
LeaseExpire: Skonceni platnosti
NotOnline: Cilovy hrac musi byt online.
ResidenceGiveLimits: Nemuzete pridat do residence dalsiho hrac, protoze je dosazen maximalni limit.
ResidenceGive: 'Daroval jsi residenci %1 hraci %2'
ResidenceRecieve: 'Obdrzel jsi residenci %1 od hrace %2'
#Version 4 New Fields
#ResidenceListAll: 'Residences - <Strana %1 z %2>' - removed, use GenericPage now
ResidenceListAllEmpty: Zadne residence nejsou na serveru...
InvalidPage: Spatna stranka...
NextPage: Dalsi stranka
#Version 10 New Fields
RemovePlayersResidences: 'Odstranit vsechny residence patrici hraci %1'
GenericPage: 'Strana %1 z %2'
#Version 11 New Fields
ResidenceRentedBy: 'Pronajata hracem %1'
#Version 14 New Fields
InvalidCharacters: Spatne znaky rozpoznany...
InvalidNameCharacters: Nazev obsahuje spatne znaky #Version 15 New Fields
DeleteConfirm: 'Jsem si jistej ze chces smazat residenci %1, use "/res confirm" to confirm.'
#The below lines are mostly a word bank for various uses.
#Version 1 Fields
Description: Description
Land: Land
Cost: Cost
Selection: Selection
Total: Total
Size: Size
Expanding: Expanding
Shifting: Shifting
Up: Up
Down: Down
Error: Error
Flags: Flags
Your: Your
Group: Group
Others: Others
Primary: Primary
Secondary: Secondary
Selection: Selection
Moved: Moved
Status: Status
Available: Available
On: On
Off: Off
Name: Name
Lists: Lists
Residences: Residences
Residence: Residence
Count: Count
Owner: Owner
#Version 4 Fields
World: World
#Version 12 Fields
Subzones: Subzones
# This is the help / usage messages for each command.
# It follows this format:
# <Command>
# Description: <general description of command, one line of text>
# Info: <extra info lines to describe the command, list of text>
# SubCommands:
# <SubCommands> - these follow the same format, and each sub command can have its own subcommands
# When a user gets help for a command (adds a ? mark on the end), first its Info lines are printed, then its sub commands are printed below that
# Pages are automatically generated if the total lines of text exceeds 6 (will be configurable later).
# Add a page number after the ? mark to see that page.
HelpLinesPerPage: 7
CommandHelp: #this is just a holder node, that holds the entire help
Description: Contains Help for Residence
SubCommands: #this is the actual beginning of all commands
res: #main residence command
Description: Main Residence Command
Info:
- 'See the residence wiki for more help.'
- 'Wiki: residencebukkitmod.wikispaces.com'
- 'Use /[command] ? <page> to view more help information.'
SubCommands:
select: #selection commands
Description: Selection Commands
Info:
- 'This command selects areas for usage with residence.'
- '/res select [x] [y] [z] - selects a radius of blocks, with you in the middle.'
SubCommands:
coords:
Description: Display selected coordinates
Info:
- 'Usage: /res select coords'
size:
Description: Display selected size
Info:
- 'Usage: /res select size'
cost:
Description: Display selection cost
Info:
- 'Usage: /res select cost'
vert:
Description: Expand Selection Vertically
Info:
- 'Usage: /res select vert'
- 'Will expand selection as high and as low as allowed.'
sky:
Description: Expand Selection to Sky
Info:
- 'Usage: /res select sky'
- 'Expands as high as your allowed to go.'
bedrock:
Description: Expand Selection to Bedrock
Info:
- 'Usage: /res select bedrock'
- 'Expands as low as your allowed to go.'
expand:
Description: Expand selection in a direction.
Info:
- 'Usage: /res select expand <amount>'
- 'Expands <amount> in the direction your looking.'
shift:
Description: Shift selection in a direction
Info:
- 'Usage: /res select shift <amount>'
- 'Pushes your selection by <amount> in the direction your looking.'
chunk:
Description: Select the chunk your currently in.
Info:
- 'Usage: /res select chunk'
- 'Selects the chunk your currently standing in.'
residence:
Description: Select a existing area in a residence.
Info:
- 'Usage /res select <Residence> <AreaID>'
- 'Selects a existing area in a residence.'
create: #creation command
Description: Create Residences
Info:
- 'Usage: /res create <residence name>'
remove: #remove command
Description: Remove residences.
Info:
- 'Usage: /res remove <residence name>'
removeall:
Description: Remove all residences owned by a player.
Info:
- 'Usage: /res removeall [owner]'
- 'Removes all residences owned by a specific player.'
- 'Requires /resadmin if you use it on anyone besides yourself.'
confirm:
- 'Usage: /res confirm'
- 'Confirms removal of a residence.'
subzone:
Description: Create subzones in residences.
Info:
- 'Usage: /res subzone <residence name> [subzone name]'
- 'If residence name is left off, will attempt to use residence your standing in.'
area:
Description: Manage physical areas for a residence.
SubCommands:
list:
Description: List physical areas in a residence
Info:
- 'Usage: /res area list [residence] <page>'
listall:
Description: List coordinates and other info for areas
Info:
- 'Usage: /res area listall [residence] <page>'
add:
Description: Add physical areas to a residence
Info:
- 'Usage: /res area add [residence] [areaID]'
- 'You must first select two points first.'
remove:
Description: Remove physical areas from a residence
Info:
- 'Usage: /res area remove [residence] [areaID]'
replace:
Description: Replace physical areas in a residence
Info:
- 'Usage: /res area replace [residence] [areaID]'
- 'You must first select two points first.'
- 'Replacing a area will charge the difference in size if the new area is bigger.'
info:
Description: Show info on a residence.
Info:
- 'Usage: /res info <residence>'
- 'Leave off <residence> to display info for the residence your currently in.'
limits:
Description: Show your limits.
Info:
- 'Usage: /res limits'
- 'Shows the limitations you have on creating and managing residences.'
message:
Description: Manage residence enter / leave messages
Info:
- 'Usage: /res message <residence> [enter/leave] [message]'
- 'Set the enter or leave message of a residence.'
- 'Usage: /res message <residence> remove [enter/leave]'
- 'Removes a enter or leave message.'
lease:
Description: Manage residence leases
Info:
- 'Usage: /res lease [renew/cost] [residence]'
- '/res lease cost will show the cost of renewing a residence lease.'
- '/res lease renew will renew the residence provided you have enough money.'
SubCommands:
set:
Description: Set the lease time (admin only)
Info:
- 'Usage: /resadmin lease set [residence] [#days/infinite]'
- 'Sets the lease time to a specified number of days, or infinite.'
bank:
Description: Manage money in a Residence
Info:
- 'Usage: /res bank [deposit/withdraw] [amount]'
- 'You must be standing in a Residence'
- 'You must have the +bank flag.'
tp:
Description: Teleport to a residence
Info:
- 'Usage: /res tp [residence]'
- 'Teleports you to a residence, you must have +tp flag access or be the owner.'
- 'Your permission group must also be allowed to teleport by the server admin.'
tpset:
Description: Set the teleport location of a Residence
Info:
- 'Usage: /res tpset'
- 'This will set the teleport location for a residence to where your standing.'
- 'You must be standing in the residence to use this command.'
- 'You must also be the owner or have the +admin flag for the residence.'
set:
Description: Set general flags on a Residence
Info:
- 'Usage: /res set <residence> [flag] [true/false/remove]'
- 'To see a list of flags, use /res flags ?'
- 'These flags apply to any players who do not have the flag applied specifically to them. (see /res pset ?)'
pset:
Description: Set flags on a specific player for a Residence.
Info:
- 'Usage: /res pset <residence> [player] [flag] [true/false/remove]'
- 'Usage: /res pset <residence> [player] removeall'
- 'To see a list of flags, use /res flags ?'
gset:
Description: Set flags on a specific group for a Residence.
Info:
- 'Usage: /res gset <residence> [group] [flag] [true/false/remove]'
- 'To see a list of flags, use /res flags ?'
lset:
Description: Change blacklist and ignorelist options
Info:
- 'Usage: /res lset <residence> [blacklist/ignorelist] [material]'
- 'Usage: /res lset <residence> info'
- 'Blacklisting a material prevents it from being placed in the residence.'
- 'Ignorelist causes a specific material to not be protected by Residence.'
flags:
Description: List of flags
Info:
- 'For flag values, usually true allows the action, and false denys the action.'
- 'build - allows or denys building'
- 'use - allows or denys use of doors, lever, buttons, etc...'
- 'move - allows or denys movement in the residence.'
- 'container - allows or denys use of furnaces, chests, dispensers, etc...'
- 'place - allows or denys only placement of blocks, overrides the build flag.'
- 'destroy - allows or denys only destruction of blocks, overrides the build flag.'
- 'pvp - allow or deny pvp in the residence'
- 'tp - allow or disallow teleporting to the residence.'
- 'admin - gives a player permission to change flags on a residence.'
- 'subzone - allow a player to make subzones in the residence.'
- 'monsters - allows or denys monster spawns'
- 'animals - allows or denys animal spawns.'
- 'healing - setting to true makes the residence heal its occupants'
- 'tnt - allow or deny tnt explosions'
- 'creeper - allow or deny creeper explosions'
- 'ignite - allows or denys fire ignition.'
- 'firespread - allows or denys fire spread.'
- 'bucket - allow or deny bucket use.'
- 'flow - allows or denys liquid flow.'
- 'lavaflow - allows or denys lava flow, overrides flow'
- 'waterflow - allows or denys water flow, overrides flow'
- 'damage - allows or denys all entity damage within the residence.'
- 'piston - allow or deny pistons from pushing or pulling blocks in the residence.'
list:
Description: List Residences
Info:
- 'Usage: /res list <player> <page>'
- 'Lists all the residences you own.'
- 'To list everyones residences, use /res listall.'
listall:
Description: List All Residence
Info:
- 'Usage: /res listall <page>'
- 'Lists all residences on the server.'
sublist:
Description: List Residence Subzones
Info:
- 'Usage: /res sublist <residence> <page>'
- 'List subzones within a residence.'
default:
Description: Reset residence to default flags.
Info:
- 'Usage: /res default <residence>'
- 'Resets the flags on a residence to their default. You must be the owner or an admin to do this.'
rename:
Description: Renames a residence.
Info:
- 'Usage: /res rename [OldName] [NewName]'
- 'You must be the owner or an admin to do this.'
- 'The name must not already be taken by another residence.'
mirror:
Description: Mirrors Flags
Info:
- 'Usage: /res mirror [Source Residence] [Target Residence]'
- 'Mirrors flags from one residence to another. You must be owner of both or a admin to do this.'
market:
Description: Buy, Sell, or Rent Residences
Info:
- 'Usage: /res market ? for more info'
SubCommands:
info:
Description: Get economy info on residence
Info:
- 'Usage: /res market info [residence]'
- 'Shows if the Residence is for sale or for rent, and the cost.'
list:
Description: Lists rentable and for sale residences.
Info:
- 'Usage: /res market list'
sell:
Description: Sell a residence
Info:
- 'Usage: /res sell [residence] [amount]'
- 'Puts a residence for sale for [amount] of money.'
- 'Another player can buy the residence with /res market buy'
buy:
Description: Buy a residence
Info:
- 'Usage: /res buy [residence]'
- 'Buys a Residence if its for sale.'
unsell:
Description: Stops selling a residence
Info:
- 'Usage: /res unsell [residence]'
rent:
Description: Rent a residence
Info:
- 'Usage: /res market rent [residence] <autorenew>'
- 'Rents a residence. Autorenew can be either true or false. If true, the residence will be automatically re-rented upon expire if the residence owner has allowed it.'
rentable:
Description: Make a residence rentable.
Info:
- 'Usage: /res market rentable [residence] [cost] [days] <repeat>'
- 'Makes a residence rentable for [cost] money for every [days] number of days. If <repeat> is true, the residence will automatically be able to be rented again after the current rent expires.'
release:
Description: Remove a residence from rent or rentable.
Info:
- 'Usage: /res market release [residence]'
- 'If you are the renter, this command releases the rent on the house for you.'
- 'If you are the owner, this command makes the residence not for rent anymore.'
current:
Description: Show residence your currently in.
Info:
- 'Usage: /res current'
lists:
Description: Predefined permission lists
Info:
- 'Predefined permissions that can be applied to a residence.'
SubCommands:
add:
Description: Add a list
Info:
- 'Usage: /res lists add <listname>'
remove:
Description: Remove a list
Info:
- 'Usage: /res lists remove <listname>'
apply:
Description: Apply a list to a residence
Info:
- 'Usage: /res lists apply <listname> <residence>'
set:
Description: Set a flag
Info:
- 'Usage: /res lists set <listname> <flag> <value>'
pset:
Description: Set a player flag
Info:
- 'Usage: /res lists pset <listname> <player> <flag> <value>'
gset:
Description: Set a group flag
Info:
- 'Usage: /res lists gset <listname> <group> <flag> <value>'
view:
Description: View a list.
Info:
- 'Usage: /res lists view <listname>'
server:
Description: Make land server owned (admin only).
Info:
- 'Usage: /resadmin server [residence]'
- 'Make a residence server owned.'
setowner:
Description: Change owner of a residence (admin only).
Info:
- 'Usage: /resadmin setowner [residence] [player]'
resreload:
Description: Reload residence (admin only).
Info:
- 'Usage: /resreload'
resload:
Description: Load residence save file (UNSAFE, admin only).
Info:
- 'Usage: /resload'
- 'UNSAFE command, does not save residences first.'
- 'Loads the residence save file after you have made changes.'
version:
Description: Show residence version
Info:
- 'Usage: /res version'[/spoiler]
Re: Původní stav
Napsal: 12 črc 2012, 12:55
od Qentus
Není možné, že máš název czech.yml a do configu píšeš Czech? Linux rozlišuje velikost písmen
Re: Původní stav
Napsal: 12 črc 2012, 12:59
od Patanqo
Počuj mne sa to stávalo na bukkit - hamachi servery chyba ani neni chyba treba mať len pri editácií mať spustený server a po dokončení reloadnúť pluginy (/reload) , needituj residence plugin cez notepad++ na to si zober worldpad kebyže stále ... :/
Ak som ti pomohol karma +

Re: Původní stav
Napsal: 12 črc 2012, 19:46
od Sejcek
Nepomohlo i když jsem dal reload tak nic :/ jinak u jiných pluginů to jde
Re: Původní stav
Napsal: 12 črc 2012, 20:29
od Sejcek
Vyřešeno můžete lock
//LOCK