Minecraft - strašně moc dotazů :D

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
zabijak
Příspěvky: 296
Věk: 28
Registrován: 27 dub 2015, 21:08
Reputation: 2

Minecraft - strašně moc dotazů :D

#1 Příspěvekod zabijak » 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

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
#    - PluginNameThree


No 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}.db


Konkrétně

Kód: Vybrat vše

database:
  username: bukkit
  isolation: SERIALIZABLE
  driver: org.sqlite.JDBC
  password: walrus
  url: jdbc:sqlite:{DIR}{NAME}.db


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.


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: isLogged


MySQL údaje:
-----------------------------------------
dbserver: bane.fakaheda.eu
dbname: 185490_mysql_db
dbuser: 185490_mysql_db
dbpass: mojetajneheslo
-----------------------------------------


Děkuji zo pomoc Zabiják
Naposledy upravil(a) zabijak dne 16 kvě 2015, 13:51, celkem upraveno 2 x.

helomi
Příspěvky: 375
Registrován: 20 čer 2013, 06:48
Reputation: 1

Re: Minecraft - strašně moc dotazů :D

#2 Příspěvekod helomi » 15 kvě 2015, 23:41

1. Odstráň # a potom to bude vypadať takto príklad:
Spoiler: zobrazit

Kód: Vybrat vše

ignore-plugins:
    - Authme
    - Essentials
    - PluginNameThree

A tak môžeš pokračovať donekonečna

2. Podla mňa to na MySQL nenapojíš a moc výhod to asi mať nebude

3. Určite ano musíš v tom pohladať bohužial nwm kde to presne je :/

4. Tu máš napojenie na MySQL

Spoiler: zobrazit

Kód: Vybrat vše

DataSource:
  mySQLColumnName: username
  mySQLTablename: authme
  mySQLUsername: 185490_mysql_db
  backend: file
  mySQLColumnLastLogin: lastlogin
  mySQLDatabase: 185490_mysql_db
  mySQLPort: '3306'
  mySQLColumnIp: ip
  mySQLHost: bane.fakaheda.eu
  mySQLColumnPassword: password
  mySQLPassword: 'mojetajneheslo'

Uživatelský avatar
Bisyss
Příspěvky: 760
Věk: 10
Registrován: 07 lis 2014, 15:54
Reputation: 1
Bydliště: http://netsword.cz/
Kontaktovat uživatele:

Re: Minecraft - strašně moc dotazů :D

#3 Příspěvekod Bisyss » 16 kvě 2015, 08:53

U toho AuthMe by se ještě mělo změnit to to na to toto

Kód: Vybrat vše

backend: file
na
backend: mysql


ale nejsem si tím 100% jist ....
Konec .....

zabijak
Příspěvky: 296
Věk: 28
Registrován: 27 dub 2015, 21:08
Reputation: 2

Re: Minecraft - strašně moc dotazů :D

#4 Příspěvekod zabijak » 16 kvě 2015, 13:47

Ok děkuji,
To AuthMe už mi fachá (log z konzole) mělo by to být v pohodě.

Kód: Vybrat vše

> [08:59:40 INFO]: [AuthMe] Enabling AuthMe v3.4
> [08:59:40 INFO]: [AuthMe] Loading Configuration File...
> [08:59:40 WARN]: [AuthMe] Merge new Config Options - I'm not an error, please don't report me
> [08:59:40 WARN]: [AuthMe] Please check your config.yml file for new configs!
> [08:59:40 INFO]: [AuthMe] Set Language: en
> [08:59:40 INFO]: [AuthMe] Vault plugin detected, hook with SuperPerms system
> [08:59:40 INFO]: [AuthMe] MySQL driver loaded
> [08:59:40 INFO]: [AuthMe] Connection pool ready
> [08:59:40 INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
> [08:59:40 INFO]: [AuthMe] Authme 3.4 enabled



A ten překlad respektive úprava hlášek spigotu tak kde to tam najdu ....

Děkuji Zabijak

Uživatelský avatar
Hanakocz
Příspěvky: 3228
Věk: 34
Registrován: 25 črc 2013, 20:53
Reputation: 7
Kontaktovat uživatele:

Re: Minecraft - strašně moc dotazů :D

#5 Příspěvekod Hanakocz » 16 kvě 2015, 18:00

Překládat hlášky je zbytečné...
Ale jinak jedna z možností je v language souboru Authme, respektive si tam nahrát CZ lokalizaci a v hlavním configu na ní jen přepnout
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)

zabijak
Příspěvky: 296
Věk: 28
Registrován: 27 dub 2015, 21:08
Reputation: 2

Re: Minecraft - strašně moc dotazů :D

#6 Příspěvekod zabijak » 16 kvě 2015, 18:03

AuthMe sem si přeložil, ale je dána jasná otázka tak sem nepleť něco jiného. Prostě chci přeložit přihlašovací a odpojovací hlášky a nevím kde to hledat!

Uživatelský avatar
Hanakocz
Příspěvky: 3228
Věk: 34
Registrován: 25 črc 2013, 20:53
Reputation: 7
Kontaktovat uživatele:

Re: Minecraft - strašně moc dotazů :D

#7 Příspěvekod Hanakocz » 16 kvě 2015, 18:11

Hm, pokud to není v Authme, tak musíš mít nějaký jiný plugin na modifikaci chatu
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)

zabijak
Příspěvky: 296
Věk: 28
Registrován: 27 dub 2015, 21:08
Reputation: 2

Re: Minecraft - strašně moc dotazů :D

#8 Příspěvekod zabijak » 16 kvě 2015, 18:21

Takže spigot nejde přeložit?

Uživatelský avatar
Hanakocz
Příspěvky: 3228
Věk: 34
Registrován: 25 črc 2013, 20:53
Reputation: 7
Kontaktovat uživatele:

Re: Minecraft - strašně moc dotazů :D

#9 Příspěvekod Hanakocz » 16 kvě 2015, 18:50

Ale jistě že jde. Stačí dekompilovat, přeložit, zkompilovat......
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)

zabijak
Příspěvky: 296
Věk: 28
Registrován: 27 dub 2015, 21:08
Reputation: 2

Re: Minecraft - strašně moc dotazů :D

#10 Příspěvekod zabijak » 16 kvě 2015, 18:52

Jop ale já to tam nemohl najít nevíš jak se ten soubor menuje?


Zpět na „Minecraft, Tekkit“

Kdo je online

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