Quantcast
Channel: Oficjalne forum hostingu MineServ.eu - Wszystkie działy
Viewing all articles
Browse latest Browse all 484

PlotMe - Automatyczne działki na serwerze

$
0
0
[Obrazek: PlotMe_ThirdSize.png]
Automatyczne działki na serwerze!

Co jest potrzebne do pluginu?
Multiverse-Core - KLIK!
(Opcjonalnie) MySQL

Jak Zainstalować Plugin?
Pobieramy plugin (link na dole) i umieszczamy go w folderze "plugins". Resetujemy serwer lub używamy komendy /reload, będąc na serwerze. Warto sprawdzić, czy powstał folder, który powinien zostać utworzony automatycznie przez plugin "PlotMe" w folderze "plugins" lub sprawdzić komendą /plugins, będąc na serwerze. Poprawnie zainstalowany plugin pojawi się na liście. Teraz należy wpisać komendę /mv create plotworld normal -g PlotMe i potem wpisać /mv tp plotworld i potem należy go skonfigurować, aby się do czegoś przydał.
Uwaga - Świat w PlotMe nazywa się PlotWorld.
Nazwę można zmienić w configu lub dodać dodatkowe mapy!

Konfiguracja:
Spoiler :
Kod:
worlds:
  plotworld:
    PlotAutoLimit: 100 - Limit dla komendy /plotme auto
    PathWidth: 7
    PlotSize: 32
    BottomBlockId: '7'
    WallBlockId: '44'
    PlotFloorBlockId: '2'
    PlotFillingBlockId: '3'
    RoadMainBlockId: '5'
    RoadStripeBlockId: '5:2'
    RoadHeight: 64
    DaysToExpiration: 7
    ProtectedBlocks: - Jakie bloki są zablokowane
    - 54
    - 61
    - 62
    - 120
    - 94
    - 93
    - 84
    - 25
    - 355
    - 118
    - 117
    - 138
    - 140
    - 145
    PreventedItems: - jakie itemy są zablokowane do używania
    - '351:15'
    - '259'
    - '328'
    - '343'
    - '342'
    - '333'
    ProtectedWallBlockId: '44:4'
    ForSaleWallBlockId: '44:1'
    AuctionWallBlockId: '44:1'
    AutoLinkPlots: true
    DisableExplosion: true
    DisableIgnition: true
    economy: - Ekonomia
      UseEconomy: false
      CanPutOnSale: false
      CanSellToBank: false
      RefundClaimPriceOnReset: false
      RefundClaimPriceOnSetOwner: false
      ClaimPrice: 0.0
      ClearPrice: 0.0
      AddPlayerPrice: 0.0
      DenyPlayerPrice: 0.0
      RemovePlayerPrice: 0.0
      UndenyPlayerPrice: 0.0
      PlotHomePrice: 0.0
      CanCustomizeSellPrice: false
      SellToPlayerPrice: 0.0
      SellToBankPrice: 0.0
      BuyFromBankPrice: 0.0
      AddCommentPrice: 0.0
      BiomeChangePrice: 0.0
      ProtectPrice: 0.0
      DisposePrice: 0.0
usemySQL: false - Czy ma korzystać z MySQL
mySQLconn: jdbc:mysql://localhost:3306/minecraft - ip lub adres do MySQL
mySQLuname: root - Nazwa użytkownika MySQL
mySQLpass: password - hasło do MySQL
AutoPlotLimit: 100
globalUseEconomy: false - globalne używanie Ekonomi
AdvancedLogging: false
Language: english -  język (zostaw angielski)
allowWorldTeleport: true
defaultWEAnywhere: false
auto-update: false - automatyczna aktualizacja pluginu
allowToDeny: true
Tak wygląda przykładowa konfiguracjami z 3 światami
Spoiler :
Kod:
worlds:
  starterland:
    PlotAutoLimit: 100
    PathWidth: 7
    PlotSize: 32
    BottomBlockId: '7'
    WallBlockId: '44'
    PlotFloorBlockId: '2'
    PlotFillingBlockId: '3'
    RoadMainBlockId: '5'
    RoadStripeBlockId: '5:2'
    RoadHeight: 64
    DaysToExpiration: 7
    ProtectedBlocks:
    - 54
    - 61
    - 62
    - 120
    - 94
    - 93
    - 84
    - 25
    - 355
    - 118
    - 117
    - 138
    - 140
    - 145
    PreventedItems:
    - '351:15'
    - '321'
    - '259'
    - '328'
    - '343'
    - '342'
    - '333'
    - '384'
    - '383'
    economy:
      UseEconomy: false
      CanPutOnSale: true
      CanSellToBank: true
      RefundClaimPriceOnReset: true
      RefundClaimPriceOnSetOwner: true
      ClaimPrice: 100.0
      ClearPrice: 10.0
      AddPlayerPrice: 15.0
      DenyPlayerPrice: 10.0
      RemovePlayerPrice: 5.0
      UndenyPlayerPrice: 1.0
      PlotHomePrice: 2.0
      CanCustomizeSellPrice: true
      SellToPlayerPrice: 90.0
      SellToBankPrice: 50.0
      BuyFromBankPrice: 90.0
      AddCommentPrice: 5.0
      BiomeChangePrice: 20.0
      ProtectPrice: 200.0
      DisposePrice: 0.0
  advancedworld:
    PlotAutoLimit: 100
    PathWidth: 9
    PlotSize: 50
    BottomBlockId: '7'
    WallBlockId: '44'
    PlotFloorBlockId: '2'
    PlotFillingBlockId: '3'
    RoadMainBlockId: '5'
    RoadStripeBlockId: '5:2'
    RoadHeight: 30
    DaysToExpiration: 0
    ProtectedBlocks:
    - 54
    - 61
    - 62
    - 120
    - 94
    - 93
    - 84
    - 25
    - 355
    - 118
    - 117
    - 138
    - 140
    - 145
    PreventedItems:
    - '351:15'
    - '321'
    - '259'
    - '328'
    - '343'
    - '342'
    - '333'
    - '384'
    - '383'
    economy:
      UseEconomy: true
      CanPutOnSale: true
      CanSellToBank: true
      RefundClaimPriceOnReset: true
      RefundClaimPriceOnSetOwner: true
      ClaimPrice: 100.0
      ClearPrice: 10.0
      AddPlayerPrice: 15.0
      DenyPlayerPrice: 0.0
      RemovePlayerPrice: 0.0
      UndenyPlayerPrice: 0.0
      PlotHomePrice: 2.0
      CanCustomizeSellPrice: true
      SellToPlayerPrice: 90.0
      SellToBankPrice: 50.0
      BuyFromBankPrice: 90.0
      AddCommentPrice: 5.0
      BiomeChangePrice: 20.0
      ProtectPrice: 200.0
      DisposePrice: 0.0
  megabuilds:
    PlotAutoLimit: 100
    PathWidth: 15
    PlotSize: 200
    BottomBlockId: '7'
    WallBlockId: '44'
    PlotFloorBlockId: '2'
    PlotFillingBlockId: '3'
    RoadMainBlockId: '5'
    RoadStripeBlockId: '5:2'
    RoadHeight: 10
    DaysToExpiration: 0
    ProtectedBlocks:
    - 54
    - 61
    - 62
    - 120
    - 94
    - 93
    - 84
    - 25
    - 355
    - 118
    - 117
    - 138
    - 140
    - 145
    PreventedItems:
    - '351:15'
    - '321'
    - '259'
    - '328'
    - '343'
    - '342'
    - '333'
    - '384'
    - '383'
    economy:
      UseEconomy: false
      CanPutOnSale: true
      CanSellToBank: true
      RefundClaimPriceOnReset: true
      RefundClaimPriceOnSetOwner: true
      ClaimPrice: 100.0
      ClearPrice: 10.0
      AddPlayerPrice: 15.0
      DenyPlayerPrice: 100.0
      RemovePlayerPrice: 0.0
      UndenyPlayerPrice: 2.0
      PlotHomePrice: 2.0
      CanCustomizeSellPrice: true
      SellToPlayerPrice: 90.0
      SellToBankPrice: 50.0
      BuyFromBankPrice: 90.0
      AddCommentPrice: 5.0
      BiomeChangePrice: 20.0
      ProtectPrice: 200.0
      DisposePrice: 0.0
usemySQL: false
mySQLconn: jdbc:mysql://localhost:3306/minecraft
mySQLuname: root
mySQLpass: password
globalUseEconomy: true
AdvancedLogging: false
Language: english
allowWorldTeleport: true
defaultWEAnywhere: false
auto-update: true
allowToDeny: true

Komendy (Najważniejsze na razie):
Spoiler :
Kod:
Gracz

/plotme claim - Zajmij daną działkę na której stoisz
/plotme auto - Zajmij automatycznie losową działkę
/plotme home[:#] - Prze-teleportuj się na swoją działkę (np. /plotme home lub /plotme home:2
/plotme add <player> - dodaj gracza do działki na której stoisz
/plotme remove <player> - usuń gracza z działki na której stoisz

Admin

/plotme claim <player> - Zajmij działkę dla danego gracza
/plotme home[:#] <player> - Prze-teleportuj się na działę danego gracza (np. /plotme home supermichalpol lub /plotme home:5 supermichalpol)
/plotme list <player> - Lista działek gracza
/plotme tp <id> - Teleportuj się na daną działkę znając ID działki
/plotme id - ID działki na której jesteś
/plotme reset - Resetuje działkę na której jesteś

Uprawnienia (Podstawowe):
Spoiler :
plotme.use - Wszystkie uprawnienia dla gracza
plotme.admin - Wszystkie uprawnienia dla Admina
plotme.limit.X - Ustaw limit działek (zamiast X wstaw liczbę np. plotme.limit.5)
Dodatek Do PlotMe:

DynmapPlotMe - http://dev.bukkit.org/bukkit-mods/dynmapplotme/

Download:

dev.bukkit.org - http://dev.bukkit.org/bukkit-mods/plotme/

ZAKAZ KOPIOWANIA PORADNIKA I PRZYWŁASZCZANIA GO SOBIE

Poradnik Napisany przez supermichalpol

Viewing all articles
Browse latest Browse all 484

Trending Articles


Sprawdź z którą postacią z anime dzielisz urodziny


MDM - Muzyka Dla Miasta (2009)


Częstotliwość 3.722MHz


POSZUKIWANY TOMASZ SKOWRON-ANGLIA


Ciasto 3 Bit


Kasowanie inspekcji Hyundai ix35


Steel Division 2 SPOLSZCZENIE


SZCZOTKOWANIE TWARZY NA SUCHO


Potrzebuje schemat budowy silnika YX140


Musierowicz Małgorzata - Kwiat kalafiora [audiobook PL]