Minecraft - strašně moc dotazů :D
Napsal: 15 kvě 2015, 22:26
Server: 93.91.250.145:27057
Ahoj lidi,
Mam free server na testování mého projektu a mám několik dotazů ....
1) Soubor Help.yml - vyřešeno
konkrétně mě zaujalo to to
No a teď ten dotaz. Kde mam nastavit to ignorování pluginů?
2) Soubor Bukkit.yml
Konkrétně
A teď můj dotaz. Jak to napojit na databázi a jaké to bude mít výhody?
MySQL údaje:
-----------------------------------------
dbserver: bane.fakaheda.eu
dbname: 185490_mysql_db
dbuser: 185490_mysql_db
dbpass: mojetajneheslo
-----------------------------------------
3) minecraft_server.jar
Dotaz. Jdou někde v tomto souboru přeložit hlášky typu Player join server a pod .... ?
4) AuthMe - vyřešeno
Můj dotaz respektive pomoc. Napojil by mi někdo AuhtMe na MySQL v tom návodu co zde je se moc nevyznám.
MySQL údaje:
-----------------------------------------
dbserver: bane.fakaheda.eu
dbname: 185490_mysql_db
dbuser: 185490_mysql_db
dbpass: mojetajneheslo
-----------------------------------------
Děkuji zo pomoc Zabiják
Ahoj lidi,
Mam free server na testování mého projektu a mám několik dotazů ....
1) Soubor Help.yml - vyřešeno
Kód: Vybrat vše
# This is the help configuration file for Bukkit.
#
# By default you do not need to modify this file. Help topics for all plugin commands are automatically provided by
# or extracted from your installed plugins. You only need to modify this file if you wish to add new help pages to
# your server or override the help pages of existing plugin commands.
#
# This file is divided up into the following parts:
# -- general-topics: lists admin defined help topics
# -- index-topics: lists admin defined index topics
# -- amend-topics: lists topic amendments to apply to existing help topics
# -- ignore-plugins: lists any plugins that should be excluded from help
#
# Examples are given below. When amending command topic, the string <text> will be replaced with the existing value
# in the help topic. Color codes can be used in topic text. The color code character is & followed by 0-F.
# ================================================================
#
# Set this to true to list the individual command help topics in the master help.
# command-topics-in-master-index: true
#
# Each general topic will show up as a separate topic in the help index along with all the plugin command topics.
# general-topics:
# Rules:
# shortText: Rules of the server
# fullText: |
# &61. Be kind to your fellow players.
# &B2. No griefing.
# &D3. No swearing.
# permission: topics.rules
#
# Each index topic will show up as a separate sub-index in the help index along with all the plugin command topics.
# To override the default help index (displayed when the user executes /help), name the index topic "Default".
# index-topics:
# Ban Commands:
# shortText: Player banning commands
# preamble: Moderator - do not abuse these commands
# permission: op
# commands:
# - /ban
# - /ban-ip
# - /banlist
#
# Topic amendments are used to change the content of automatically generated plugin command topics.
# amended-topics:
# /stop:
# shortText: Stops the server cold....in its tracks!
# fullText: <text> - This kills the server.
# permission: you.dont.have
#
# Any plugin in the ignored plugins list will be excluded from help. The name must match the name displayed by
# the /plugins command. Ignore "Bukkit" to remove the standard bukkit commands from the index. Ignore "All"
# to completely disable automatic help topic generation.
# ignore-plugins:
# - PluginNameOne
# - PluginNameTwo
# - PluginNameThree
konkrétně mě zaujalo to to
Kód: Vybrat vše
# Any plugin in the ignored plugins list will be excluded from help. The name must match the name displayed by
# the /plugins command. Ignore "Bukkit" to remove the standard bukkit commands from the index. Ignore "All"
# to completely disable automatic help topic generation.
# ignore-plugins:
# - PluginNameOne
# - PluginNameTwo
# - PluginNameThreeNo a teď ten dotaz. Kde mam nastavit to ignorování pluginů?
2) Soubor Bukkit.yml
Kód: Vybrat vše
# This is the main configuration file for Bukkit.
# As you can see, there's actually not that much to configure without any plugins.
# For a reference for any variable inside this file, check out the Bukkit Wiki at
# http://wiki.bukkit.org/Bukkit.yml
#
# If you need help on this file, feel free to join us on irc or leave a message
# on the forums asking for advice.
#
# IRC: #spigot @ irc.spi.gt
# (If this means nothing to you, just go to http://irc.spi.gt/iris/?nick=&channels=spigot )
# Forums: http://www.spigotmc.org/forums/help.40/
# Bug tracker: http://www.spigotmc.org/forums/bugs-feature-requests.8/
settings:
allow-end: true
warn-on-overload: true
permissions-file: permissions.yml
update-folder: update
ping-packet-limit: 100
use-exact-login-location: false
plugin-profiling: false
connection-throttle: 4000
query-plugins: true
deprecated-verbose: default
shutdown-message: Server se restartuje
spawn-limits:
monsters: 70
animals: 15
water-animals: 5
ambient: 15
chunk-gc:
period-in-ticks: 600
load-threshold: 0
ticks-per:
animal-spawns: 400
monster-spawns: 1
autosave: 6000
aliases: now-in-commands.yml
database:
username: bukkit
isolation: SERIALIZABLE
driver: org.sqlite.JDBC
password: walrus
url: jdbc:sqlite:{DIR}{NAME}.dbKonkrétně
Kód: Vybrat vše
database:
username: bukkit
isolation: SERIALIZABLE
driver: org.sqlite.JDBC
password: walrus
url: jdbc:sqlite:{DIR}{NAME}.dbA teď můj dotaz. Jak to napojit na databázi a jaké to bude mít výhody?
MySQL údaje:
-----------------------------------------
dbserver: bane.fakaheda.eu
dbname: 185490_mysql_db
dbuser: 185490_mysql_db
dbpass: mojetajneheslo
-----------------------------------------
3) minecraft_server.jar
Dotaz. Jdou někde v tomto souboru přeložit hlášky typu Player join server a pod .... ?
4) AuthMe - vyřešeno
Můj dotaz respektive pomoc. Napojil by mi někdo AuhtMe na MySQL v tom návodu co zde je se moc nevyznám.
Kód: Vybrat vše
DataSource:
mySQLColumnName: username
mySQLTablename: authme
mySQLUsername: authme
backend: file
mySQLColumnLastLogin: lastlogin
mySQLDatabase: authme
mySQLPort: '3306'
mySQLColumnIp: ip
mySQLHost: 127.0.0.1
mySQLColumnPassword: password
mySQLPassword: '12345'
caching: true
mySQLlastlocX: x
mySQLlastlocY: y
mySQLlastlocZ: z
mySQLlastlocWorld: world
mySQLColumnEmail: email
mySQLColumnId: id
mySQLColumnLogged: isLoggedMySQL údaje:
-----------------------------------------
dbserver: bane.fakaheda.eu
dbname: 185490_mysql_db
dbuser: 185490_mysql_db
dbpass: mojetajneheslo
-----------------------------------------
Děkuji zo pomoc Zabiják