nechci toho hodně ?

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
Osicja
Příspěvky: 419
Věk: 28
Registrován: 09 úno 2012, 18:01
Reputation: 0
Bydliště: Czech Republic
Kontaktovat uživatele:

nechci toho hodně ?

#1 Příspěvekod Osicja » 22 bře 2012, 15:31

Mám pár drobných otázek (primitivních)

Potřebuji nějaký schopný plugin který opravdu bude obnovovat End World (Odpověd=Karma)
Potřebuji nějaký plugin na teleportování k hráči myslím něco jako /tpe (jméno) /tpe accept (Odpověd=Karma) (Nechci Plugin Essential)
Potřebuji nějaký plugin co mě promění v moba (myslím po stránce skinu) Vím že se to tu řešilo ale nevím podle jakých kritérií to mám hledat tak mi bude stačit odkaz k minulému tématu (Odpověd=Karma)
Chci si na server dát plugin spout ale pokud ho dam přidám nějaké pluginy začnou požadovat Plugin SpoutApi a já se chci zeptat co sním pokud ho hodím do složky /plugins tak mi to napíše že tento plugin nejde přečíst :

Kód: Vybrat vše

SEVERE] Could not load 'plugins/spoutpluginapi.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
   at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:193)
   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:132)
   at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
   at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
   at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:56)
   at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
   ... 8 more

(Odpověd=Karma)
Mám problém neukazuje se mi když někdo odejde je to zváštní ať mám default zprávu nebo ne hold mi to nejde zjistil jsem že to má spojitost S AdminCmd jelikož jsem ho jednou odstranil a zpráva se mi ukazovala v server.Logu nic není tak vám sem dám config mého AdminCmd (AdminCmd je můj oblíbeny plugin ale stímhle si nevím rady)

Kód: Vybrat vše

# Configuration file of AdminCmd
# Plugin Version: 5.12 (BUILD 01.03.2012 @ 20:13:36)
#
# MessageOfTheDay   :   if true, display MOTD on join (Default : true)
# DisplayNewsOnJoin   :   If true, display the news message on Join (Default : true)
# DisplayRulesOnJoin   :   If true, display the rules on Join (Default : true)
# DisplayRulesOnlyOnFirstJoin   :   If true, display the rules ONLY ON FIRST JOIN
# (override the above parameter DisplayRulesOnJoin) (Default : false)
# DefaultVulcanPower   :   Default value for Vulcan power (Default : 4.0)
# DefaultFireBallPower   :   Default value for Fireball power (Default : 1.0)
# DefaultFlyPower   :   Default value for Fly power (Default : 1.75)
# forceOfficialBukkitPerm   :   Only useful when using bridge with SuperPerm,
# to avoid the use of the bridge. (Default : false)
# locale   :   Language of messages displayed in the plugin. (Default : en_US)
# noMessage   :   Disable every message of the plugin (Default : false)
# autoAfk   :   Activate the autoAfk, meaning the player
# will be set AFK after the given time (Default : true)
# afkTimeInSecond   :   Time before setting the player AFK (Default : 60)
# autoKickAfkPlayer   :   Activate the auto kick AFK people after the given time (Default : false)
# afkKickInMinutes   :   Time before kicking the AFK player (Default : 3)
# statutCheckInSec   :   After how many seconds the plugin will check
# if the player didn't move for the AFK
# Also used to send update about the Invisible status. (Default : 20)
# maxHomeByUser   :   How many homes a user can have. 0 = Infinite, max = 150 (Default : 0)
# maxItemAmount   :   How many Items a user can spawn at once. 0 = Infinite, max = 150 (Default : 0)
# firstConnectionToSpawnPoint   :   If true and if it's the first time that the player connect,
# he will be spawn at the spawn point you set (Default : false)
# resetPowerWhenTpAnotherWorld   :   Fly,God,vulcan, etc ... are power.
# If true, these power are lost when tp to another world. (Default : true)
# invisibleRangeInBlock   :   Range check for update the invisible status. (Default : 312)
# fakeQuitWhenInvisible   :   Fake quit when you become invisible (Default : true)
# InvisAndNoPickup   :   Setting this to true, will disable the auto-picking item when invisible (Default : true)
# glideWhenFallingInFlyMode   :   Activate the parachute when falling in fly mode (Default : true)
# gliding.newYvelocity   :   New velocity to slower the fall (Default : -0.5)
# gliding.YvelocityCheckToGlide   :   Velocity needed to open the parachute (Default : -0.2)
# gliding.multiplicator   :   Gliding multiplicator (Default : 0.1)
# ColoredSign   :   Activate the color sign, using & to select the color. (Default : true)
# mutedPlayerCantPm   :   Disallow muted player to send private message (Default : false)
# maxRangeForTpAtSee   :   Max Range in block for the tp at see. (Default : 312)
# tpRequestActivatedByDefault   :   Mean, when you want to tp to a player or tp the player,
# he'll receive a request that he can ignore or accept.
# By setting this option to true,
# the tp request will be activated by default. (Default : false)
# tpRequestTimeOutInMinutes   :   How much minute before a tp request become invalid. (Default : 1)
# verboseLog   :   Disable some "debug" message when launching the plugin
# (change it to true only if you have a good reason to do it.) (Default : false)
# logPrivateMessages   :   Private message send with command /msg are logged in the server.log (Default : true)
# broadcastServerReload   :   Broadcast a message to every player when reloading the server. (Default : true)
# help.entryPerPage   :   Number of help entry per page (Default : 9)
# help.shortenEntries   :   Shorten the help text (Default : false)
# help.useWordWrap   :   Check the word to do the new line (Default : false)
# help.wordWrapRight   :   Wrap by the right (Default : false)
# help.getHelpForAllPlugins   :   If set to true, get the commands of every plugins installed
# Else only from the folder HelpFiles where you set your help files. (Default : true)
# superBreakerItem   :   ID of the item used for the SuperBreaker mode (Default : 278)
# DateAndTime.Format   :   Date/Time format (Default : dd/MM/yy - HH:mm:ss)
# DateAndTime.GMToffset   :   TimeZone to be displayed, only Use GMT or UTC here (Default : GMT+00:00)
# useImmunityLvl   :   if you want to use the immunity level explained in the Read Me. (Default : false)
# defaultImmunityLvl   :   Level assigned by default to an user. (Default : 1)
# useDisplayName   :   Use the DisplayName of the player when using the player name (Default : true)
# debug   :   To activate the debug log (debug.log file) (Default : false)
# globalRespawnSetting   :   To change the global Respawn point
# Can be : globalSpawn, bed, home, none (Default : globalSpawn)
# checkTeleportLocation   :   When using a Spawn/Home command, the plugin will check
# if the player didn't moved (Default : false)
# teleportDelay   :   Delay before teleporting (Spawn/Home) in ticks (20 Ticks = 1 Sec) (Default : 0)
# logAllCmd   :   To log all command in the console and server.log (Default : false)
# useJoinQuitMsg   :   To activate the change of the Join/Quit message
# (that can be configured in the locale file) (Default : true)
# delayBeforeWriteUserFileInSec   :   Delay before writing the user file on the disk (in seconds) (Default : 120)
# groupNames   :   Will be used in a later version (Default : [default, mod, admin])
# timeOutScale   :   When using the parameter -t in power commands (god, fly, etc ...)
# Configure the scale used for the time (here 60 sec).
# It mean if you type /god -t 5 you will be god for 5 minutes (Default : 60)
# timeInSecBeforeStop   :   Time before stopping the server when using the AdminCmd command Stop. (Default : 0)
# tpInDiffWorld   :   Allow users to teleport to other user that are in a different world.
# If FALSE the player that want to tp to another player that is in an another world will have to have the permission node :
# admincmd.tp.world.WORLDNAME (where WORLDNAME is the name of the world where the space are replaced by underscore (_) ) (Default : true)
# armorKitOverride   :   When using an armored kit, if this options is set to true, it will override what the player is wearing to replace it by the armor of the kit. (Default : true)
# usePSfix   :   Use the prefix and the suffix when displaying names (Default : true)
# egg.killer.defaultRadiusInBlock   :   When the Killer Egg is used, this radius will be used if no radius is set in the command. (Default : 15)
# egg.killer.maxRadiusInBlock   :   When the Killer Egg is used, this radius will be the max radius possible for the command. (Default : 30)
# egg.block.Timeout   :   How much time the new blocks stay (in sec) when using the BlockEgg. Put 0 for never change back. (Default : 5)
# egg.block.defaultRadiusInBlock   :   Default freeze radius when using the Block (Default : 8)
# egg.block.maxRadiusInBlock   :   Maximum radius for the BlockEgg (Default : 12)
# egg.freezer.Timeout   :   How much time the ice stay (in sec) when using the FreezerEgg. Put 0 for never change back. (Default : 5)
# egg.freezer.defaultRadiusInBlock   :   Default freeze radius when using the FreezerEgg (Default : 8)
# egg.freezer.maxRadiusInBlock   :   Maximum radius for the FreezergEgg (Default : 12)
# egg.explosion.defaultRadiusInBlock   :   Default freeze radius when using the ExplosionEgg (Default : 8)
# egg.explosion.maxRadiusInBlock   :   Maximum radius for the ExplosionEgg (Default : 12)
# egg.high.Timeout   :   How much time (in sec) the high effect least. (Default : 20)
# egg.high.defaultRadiusInBlock   :   Default radius when using the HighEgg (Default : 5)
# egg.high.maxRadiusInBlock   :   Maximum radius for the HighEgg (Default : 12)

MessageOfTheDay: false
DisplayNewsOnJoin: true
DisplayRulesOnJoin: false
DisplayRulesOnlyOnFirstJoin: false
DefaultVulcanPower: 4.0
DefaultFireBallPower: 1.0
DefaultFlyPower: 1.75
forceOfficialBukkitPerm: false
locale: cz_CZ
noMessage: true
autoAfk: true
afkTimeInSecond: 60
autoKickAfkPlayer: false
afkKickInMinutes: 3
statutCheckInSec: 20
maxHomeByUser: 0
maxItemAmount: 0
firstConnectionToSpawnPoint: false
resetPowerWhenTpAnotherWorld: true
invisibleRangeInBlock: 320
fakeQuitWhenInvisible: true
InvisAndNoPickup: false
glideWhenFallingInFlyMode: true
gliding:
  newYvelocity: -0.5
  YvelocityCheckToGlide: -0.2
  multiplicator: 0.1
ColoredSign: true
mutedPlayerCantPm: false
maxRangeForTpAtSee: 400
tpRequestActivatedByDefault: false
tpRequestTimeOutInMinutes: 5
verboseLog: true
logPrivateMessages: false
broadcastServerReload: true
help:
  entryPerPage: 9
  shortenEntries: false
  useWordWrap: false
  wordWrapRight: false
  getHelpForAllPlugins: true
superBreakerItem: 278
DateAndTime:
  Format: E, dd/MM/yy '-' HH:mm:ss
  GMToffset: +00:00
useImmunityLvl: false
defaultImmunityLvl: 0
useDisplayName: true
debug: false
globalRespawnSetting: globalSpawn
checkTeleportLocation: false
teleportDelay: 0
logAllCmd: false
useJoinQuitMsg: true
delayBeforeWriteUserFileInSec: 120
groupNames:
- Hrac
- VIP
- Admin
timeOutScale: 60
timeInSecBeforeStop: 0
tpInDiffWorld: true
armorKitOverride: true
usePSfix: true
egg:
  killer:
    defaultRadiusInBlock: 15
    maxRadiusInBlock: 30
  block:
    Timeout: 5
    defaultRadiusInBlock: 8
    maxRadiusInBlock: 12
  freezer:
    Timeout: 5
    defaultRadiusInBlock: 8
    maxRadiusInBlock: 12
  explosion:
    defaultRadiusInBlock: 8
    maxRadiusInBlock: 12
  high:
    Timeout: 20
    defaultRadiusInBlock: 5
    maxRadiusInBlock: 12
defaultEggKillRadiusInBlock: 15

(AdminCmd mám aktuální)
(Odpověd=Karma)
Obrázek
Obrázek
Obrázek
Obrázek

Uživatelský avatar
Vojko
Příspěvky: 3247
Věk: 28
Registrován: 24 dub 2011, 11:47
Reputation: 1
Bydliště: Slovensko, Bratislava

Re: nechci toho hodně ?

#2 Příspěvekod Vojko » 22 bře 2012, 15:47

1. Nedoporučujem, pretože môžu vznikať chyby pri generovaní mapy, a mohol by byť problém.
2. http://dev.bukkit.org/server-mods/commandbin/ ,
3. http://dev.bukkit.org/server-mods/mobdisguise/
4. Premenuj ho na SpountAPI.jar
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Google [Bot] a 18 hostů