[S]Bukkit Plugin

05/03/2011 20:10 Prestino#1
Hey,
es gibt ja auf manchen rpg servern son skill plugin oder so !?
Soetwas suche ich für bukkit :D
Grüße
05/03/2011 20:15 Cave Johnson#2
[Only registered and activated users can see links. Click Here To Register...]

Google FTW
05/03/2011 20:15 teilch3n#3
[Only registered and activated users can see links. Click Here To Register...]

Edit: Wut, paar Sekunden zu spät..
05/03/2011 20:18 Prestino#4
hab bei google nichts gefunden, was habt ihr gegoogelt ?
ty schonmal an beide
05/03/2011 20:19 Cave Johnson#5
ich hab bukkit Plugin list gegoogled und dann in der Pluginlist Skill gesucht.
05/03/2011 20:31 Prestino#6
ok danke :)
[Only registered and activated users can see links. Click Here To Register...]
Weiss jemand dafür ein Tutorial ? kriegs nicht eingerichtet ;(
05/03/2011 20:34 16 Bit-Fish#7
Quote:
Originally Posted by EpicF4ilx3 View Post
ok danke :)
[Only registered and activated users can see links. Click Here To Register...]
Weiss jemand dafür ein Tutorial ? kriegs nicht eingerichtet ;(
Du lädst das Plugin iConomy runter -> installieren.
Du lädst das Plugin Permissions runter -> installieren.
Du lädst andere eventuell benötigte Plugins die in dem Fall
in dem Thread aufgeführt werden würden runter -> installieren.
Du lädst das Plugin runter -> installieren.
05/03/2011 20:38 Prestino#8
Ja hab ich gemacht aber dann kam leider ein Fehler.
Iconomy und Permissions hab ich, andere brauch man ja nicht oder ?
Wenn ich dann starte kommt ein fehler x(
05/03/2011 20:50 16 Bit-Fish#9
Mal ehrlich.. wenn man schon postet
Quote:
Originally Posted by EpicF4ilx3 View Post
Wenn ich dann starte kommt ein fehler x(
Kann man dann nicht gleich den Fehler posten?!
05/03/2011 20:57 Prestino#10
ja mom...
sry wusste eben nicht wie man aus cmd kopiert und hatte kb alles abzutippen xD
[Lnet.minecraft.server.Statistic;@341960
146 recipes
[Lnet.minecraft.server.Statistic;@341960
16 achievements
20:54:13 [INFO] Starting minecraft server version Beta 1.5_02
20:54:13 [INFO] Loading properties
20:54:13 [INFO] Starting Minecraft server on *:25565
20:54:13 [WARNUNG] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
20:54:13 [WARNUNG] The server will make no attempt to authenticate usernames. Be
ware.
20:54:13 [WARNUNG] While this makes the game possible to play without internet a
ccess, it also opens up the ability for hackers to connect with any username the
y choose.
20:54:13 [WARNUNG] To change this, set "online-mode" to "true" in the server.set
tings file.
20:54:13 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-706-
gf53e007-b740jnks (MC: 1.5_02)
20:54:13 [INFO] Preparing level "world"
20:54:13 [INFO] Preparing start region
20:54:14 [INFO] [Permissions] (Phoenix) was Initialized.
20:54:14 [INFO] [iConomy] Logging is currently disabled.
20:54:17 [INFO] [iConomy] v4.65 (Kenzi) loaded.
20:54:17 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
20:54:17 [SEVERE] java.lang.NullPointerException
20:54:17 [SEVERE] at me.alex.jobs.Jobs.onEnable(Jobs.java:106)
20:54:17 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaP lug
in.java:127)
20:54:17 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlug in(
JavaPluginLoader.java:632)
20:54:17 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin (Si
mplePluginManager.java:218)
20:54:17 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(Craf tSe
rver.java:116)
20:54:17 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(Cra ftS
erver.java:94)
20:54:17 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftSe rve
r.java:217)
20:54:17 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftSe rve
r.java:204)
20:54:17 [SEVERE] at net.minecraft.server.MinecraftServer.init(Minecraf tSe
rver.java:144)
20:54:17 [SEVERE] at net.minecraft.server.MinecraftServer.run(Minecraft Ser
ver.java:259)
20:54:17 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(S our
ceFile:394)
20:54:17 [INFO] Jobs 1.3.3 not started, there's an error with the configuration
20:54:17 [INFO] [Permissions] version [2.7] (Phoenix) loaded
20:54:17 [INFO] [iConomy] hooked into Permissions.
20:54:17 [INFO] Done (0.407s)! For help, type "help" or "?"
pls help :)
So sieht meine Configuration Datei aus:
(ich weiss das mit dem Mysql ist falsch hab ich mittlerweile auch geblickt ^^)
Wie muss man das mit Hamachi machen ?
# storage method, can be MySQL, sqlite, flatfile
storage-method: MySQL

# Requires Mysql.
mysql-username: root
mysql-password:
mysql-database: minecraft
mysql-url: jdbc:mysql://localhost:3306/
sqlite-url: jdbc:sqlite:test.db


# base experience needed to level up from level 1 to 2
# experience to level up is base-exp*(1+levelingProgressionRate)^level
base-exp: 100

# mutiplier for xp. xp-multiplyer*jobPay = experience
xp-multiplyer: 1.0

# choose the prefix in chat- full = job and skill level, skill = skill level only,
# job = job level only, none = no prefix
chat-display: full

# choose to broadcast when the user goes up a skill rank to everyone
broadcast-skill-up: true

# How often in minutes you want it to save, 0 disables periodic saving and
# the system will only save on logout
save-period: 10

# money you get paid for any block placed or destroyed not in the list for your job
flat-rate-payout: 1.0

# Create Jobs
# All jobs must follow this framework, <...> means optional
#
# Jobs:
# [NAME]
# ChatColour: [COLOUR]
# levelingProgressionRate: [double]
# incomeProgressionRate: [double]
# Break:
# <object_name: [price]>
# ...
# <object_name: [price]>
# Place:
# <object_name: [price]>
# ...
# <object_name: [price]>
# Kill:
# <creature_name: [price]>
# ...
# <creature_name: [price]>
#
# * In the break section they users will be given or subtracted money on breaking the object.
# * In the place section they users will be given or subtracted money on placing the object.
# * In the kill section they users will be given or subtracted money on killing a creature.
# * levelingProgressionRate is the rate at which the experience required to get to the next
# level increases between levels.
# * incomeProgressionRate is the rate at which the money gained per item.
# * ChatColour is the colour of the title.
#
# NOTE: the object name must be exactly what the material is in the code. e.g:
# cobblestone -> COBBLESTONE
# diamond ore -> DIAMOND_ORE
# tree trunks(any) -> LOG
# wooden boards -> WOOD
#
Jobs:
Woodcutter:
ChatColour: GREEN
levelingProgressionRate: 0.13
incomeProgressionRate: 0.05
Break:
LOG: 5.0
Place:
SAPLING: 1.0
WOOD: 2.0
Miner:
ChatColour: DARK_GRAY
levelingProgressionRate: 0.13
incomeProgressionRate: 0.05
Break:
STONE: 2.0
COAL_ORE: 3.0
REDSTONE_ORE: 3.0
IRON_ORE: 4.0
GOLD_ORE: 5.0
LAPIS_ORE: 5.0
MOSSY_COBBLESTONE: 6.0
DIAMOND_ORE: 6.0
OBSIDIAN: 7.5
Place:
RAILS: 2.0
IRON_ORE: -5.0
GOLD_ORE: -6.0
Builder:
ChatColour: WHITE
levelingProgressionRate: 0.13
incomeProgressionRate: 0.05
Place:
COBBLESTONE: 1.0
WOOD: 1.5
FENCE: 1.5
WOOL: 1.5
STONE: 2.25
GLOWSTONE: 3.0
GLASS: 3.0
BRICK: 4.0
LAPIS_BLOCK: 5.0
DOUBLE_STEP: 2.0
STEP: 2.0
BOOKSHELF: 3.0
WOOD_STAIRS: 2.0
COBBLESTONE_STAIRS: 2.0
Digger:
ChatColour: YELLOW
levelingProgressionRate: 0.13
incomeProgressionRate: 0.05
Break:
DIRT: 2.0
GRASS: 2.0
GRAVEL: 2.0
SAND: 2.0
# Create titles
# to create a title, they must follow this patter.
# Titles:
# [Title Name]:
# ChatColour: [ChatColor]
# levelReq : [Integer]
#
# NOTE: levelReq must be the lowest level you can be to gain this title. It is recommended
# but not neccessary to have a title at 0.
Titles:
Apprentice:
ChatColour: WHITE
levelReq: 0
Novice:
ChatColour: GRAY
levelReq: 30
Journeyman:
ChatColour: GOLD
levelReq: 60
Master:
ChatColour: BLACK
levelReq: 90
05/03/2011 21:06 16 Bit-Fish#11
Liegt wohl an der Konfiguration von Jobs. Hast du denn
die Config schon bearbeitet?
->Wenn ja, versuch's mit ner unbearbeiteten.
->Wenn nicht, dann bearbeite sie.(Also stell alles so ein wie's dir passt)
05/03/2011 21:07 Prestino#12
Quote:
Originally Posted by Brotfisch View Post
Liegt wohl an der Konfiguration von Jobs. Hast du denn
die Config schon bearbeitet?
->Wenn ja, versuch's mit ner unbearbeiteten.
->Wenn nicht, dann bearbeite sie.(Also stell alles so ein wie's dir passt)
Ich weiss nicht wie ich das mit dem Mysql oben ohne Mysql hinbekomme
€dit: Habs jetzt hinbekommen, brauchte ne andere Jobs version xD
€dit2: es geht nur solange bis ich jobs einfüge, weil dann wieder die scheisse mit mysql kommt ...