PaintWar arena delete

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Coompiik
Příspěvky: 12
Registrován: 26 úno 2014, 18:30
Reputation: 0

PaintWar arena delete

#1 Příspěvekod Coompiik » 26 úno 2014, 18:40

Server: 93.91.250.134:27630
Dobrý den,
Mám plugin PaintWar, to je minihra, jenže mám problém, vždy když v CP restartuji server aréna se smaže, nevíte co s tím?
Přikládám jar soubor pluginu a Složku PaintWar vygenerovanou pluginem.
Předem děkuji zapomoc

Uživatelský avatar
panChemicky
Příspěvky: 1737
Věk: 34
Registrován: 07 čer 2013, 12:32
Reputation: 1
Bydliště: Cheb
Kontaktovat uživatele:

Re: PaintWar arena delete

#2 Příspěvekod panChemicky » 26 úno 2014, 18:57

Buď sem dej přímo odkaz na ten plugin a nebo nám napiš jakou verzi toho pluginu máš a přihoď sem config toho pluginu
ObrázekObrázek

Coompiik
Příspěvky: 12
Registrován: 26 úno 2014, 18:30
Reputation: 0

#3 Příspěvekod Coompiik » 26 úno 2014, 19:01

http://dev.bukkit.org/bukkit-plugins/paintwar/ - v 1.0.2(Nejnovější) Config:

Kód: Vybrat vše

# |\ \--------------PaintWar-----------/ /|
# |/ /                                 \ \|
# |\ \               Config            / /|
# |/ /                                 \ \|
# |\ \---------------------------------/ /|

# List of general settings
General_Settings:
 
 # This is the ending of the language file that will be loaded
 # PaintWar will attempt to load 'lang_<name>.txt'
 # Built-in names are 'EN' for English and 'DE' for German
 Language_Name: EN
 
# List of general settings for arenas
Arena_Settings:
 
 # List of various broadcast settings
 Broadcast_Settings:
 
  # Determines if it will be broadcasted when a player joins an arena
  Player_Join: true
 
  # Determines if it will be broadcasted when a player leaves an arena
  Player_Leave: true
 
  # Determines if it will be broadcasted when a player wins a game
  Player_Win_Game: true
 
 # List of settings for the automatic kick system
 Auto_Kick:
 
  # Determines if the automatic kick system will be enabled
  Enabled: true
 
  # This is the time in seconds after which a player will be kicked for idling when in an arena
  Time: 45
 
 # List of settings for a Bonus
 Bonus:
 
  # Determines if the chosen Powerup will be distributed to all players who have the permission 'PaintWar.bonus' after the specified delay after a game in an arena started
  Enabled: false
 
  # This is the delay in seconds of the bonus distribution after a game in an arena started
  Delay: 10
 
  # This is the powerup that will be distributed to players who have the permission 'PaintWar.bonus' after a specified delay after a game in an arena started
  Powerup: Dash

# List of settings for the arena signs
Arena_Sign_Settings:

 # This is the default arena sign id, which will be used for arena sign id generation
 # <num> is a placeholder for a randomly generated number
 # <num> will be automatically inserted if this string doesn't contain it
 Default_Sign_Id: as<num>

Arena default.yml:

Kód: Vybrat vše

# This is the arena config with default settings, if you wish to customise it but you don't know which settings does what see https://github.com/DarkBlade12/PaintWar/wiki/Arena-config-explanation

General_Settings:
  Edit_Mode: false
  Require_Empty_Inventory: false
  Hunger_Disabled: true
  Ignored_Block_Ids: 20, 0
  Command_Settings:
    Commands_Disabled: true
    Allowed_Commands: pw, list, msg
Game_Settings:
  Duration: 120
  Countdown: 10
  Default_Brush_Size: 2
  Mode: default
  Automatic_Start:
    Enabled: true
    Percent: 50
    Player_Amount: 4
  Time_Remaining_Messages:
    Enabled: true
    Time_Schedule: 60, 110
Powerup_Settings:
  Powerups_Enabled: true
  Time_Schedule: 20, 40, 60, 80, 100
  Default_Mode_Powerups:
    Big_Brush:
      Brush_Size: 5
      Duration: 13
    Tiny_Brush:
      Brush_Size: 1
      Duration: 18
    Empty_Paint:
      Duration: 16
    Speed:
      Intensity: 2
      Duration: 14
    Freeze:
      Duration: 13
    Big_Blob:
      Blob_Size: 10
    Tiny_Blobs:
      Blob_Size: 2
      Blob_Amount: 25
    Advanced_Darkness:
      Duration: 13
    Drunken:
      Intensity: 3
      Duration: 22
    Slowness:
      Intensity: 1
      Duration: 15
    Jumping:
      Jump_Height: 13
      Duration: 14
    Color_Bombs:
      Bomb_Size: 7
      Bomb_Amount: 5
      Disappear_Duration: 19
    Immortal_Color:
      Duration: 15
    Eraser:
      Eraser_Size: 4
      Duration: 17
    Powerup_Magnet:
      Magnet_Range: 40
      Duration: 45
    Dash:
      Dash_Amount: 3
      Disappear_Duration: 19
    No_Borders:
      Duration: 17
Reward_Settings:
  Item_Rewards:
    Enabled: true
    Items: 266-10, 288-2, 351-10-4
  Money_Reward:
    Enabled: true
    Money_Amount: 500
Spawns:
  '2': Hry, -688.5914715738454, 4.0, 80.3886033427051, 79.20011, 89.25
  '1': Hry, -688.4470298961243, 4.0, 102.63631187689005, 0.90012074, 88.35003
  '3': Hry, -667.5154121807348, 4.0, 102.60642082625488, -96.14989, 90.0
  '4': Hry, -667.2450814220027, 4.0, 80.46155375981313, -94.499954, 89.25
Bounds:
  Floor:
    p1: Hry, -667.0, 3.0, 103.0
    p2: Hry, -690.0, 3.0, 79.0
  Protection:
    p1: Hry, -665.0, 9.0, 105.0
    p2: Hry, -692.0, 3.0, 77.0

Uživatelský avatar
panChemicky
Příspěvky: 1737
Věk: 34
Registrován: 07 čer 2013, 12:32
Reputation: 1
Bydliště: Cheb
Kontaktovat uživatele:

Re: PaintWar arena delete

#4 Příspěvekod panChemicky » 26 úno 2014, 19:06

Naposledy byl plugin updatován v řijnu 2013, navíc v diskuzi někdo popisuje tvůj problém s výmazem arény, takže je to evidetně bug
ObrázekObrázek


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 44 hostů