GithubHelp home page GithubHelp logo

Broken config.yml File about tuske HOT 6 CLOSED

tuke-nuke avatar tuke-nuke commented on July 21, 2024
Broken config.yml File

from tuske.

Comments (6)

Duetro avatar Duetro commented on July 21, 2024

And if I try to fix it, it breaks again: http://s.duetro.pw/?i=notepad%2B%2B_2017-08-04_21-46-09.png

from tuske.

Tuke-Nuke avatar Tuke-Nuke commented on July 21, 2024

Try if it happens with dev.4

from tuske.

Tuke-Nuke avatar Tuke-Nuke commented on July 21, 2024

I still need a feedback about this issue, please.

from tuske.

HYPExMon5ter avatar HYPExMon5ter commented on July 21, 2024
#Use metrics to send anonymous data about your server. The data that
#is sent are:
#
#Players currently online (not max player count)
#Version of the server (the same version you see in /version)
#Version of this plugin
#
#If you don't agree with this, you can set it to false freely.
#These values will be used only for statistic for this plugin.
use_metrics: true
updater:
  
  #It will check for new update everytime the server starts or
  #when someone use the command /tuske update check
  check_for_new_update: true
  
  #It will auto update the plugin. When there is a new version,
  #the plugin will download it and update when the server restarts.
  #Warning: I can't guarantee that the plugin is free of bugs that
  #can come in newest updates. I don't recommend to use in your main
  #server.
  #You can still download/update your plugin by command, see more in
  #/tuske update
  auto_update: false
  
  #Download pre-releases.
  #Note: pre-releases versions shoudln't be used in your main server.
  #It's just to test new incomming features only!!
  download_pre_releases: true

#This option will be for future things of TuSKe.
#It will be used when there is some features that isn't available
#or uncompatible with your version. For now, it doesn't do nothing
#but it tends to disable some crashing expression or lagging event
#
#true if you want to disable. (not implemented yet)
disable:
  SomeExample: true

#This option will be for future things of TuSKe.
#It will just show some debug messages if needed.
#So far, it doesn't do nothing, only prevent some testing debug messages
#that can be accidentaly forgot inside the code.
debug_mode: false

#It will be used to warn about expressions that may have risk to your server,
#The warn is sent when reloading a script and it won't prevent the expression to work.
#An example is the expression 'random strings matching %regex%'.
warn_unsafe_expressions: true

#This is only needed in case of conflict with Skript or another addon
#It will make some types, that is registered by TuSKe and if the type is a Enum,
#to accept the form as '<Enum type>.<Enum name>'
#For example, TuSKe register the type 'InventoryType' for the expression to create inventories
#So, in case the value 'chest' is conflicting with something else, just enable it and
#it will only accept if used like 'InventoryType.CHEST'
#Example:
#	open virtual InventoryType.CHEST inventory with size 1 named "Hi" to player
#Don't need to worry about it, is just in case.
use_only_enum_names: false

#A documentation that will be generated at 'plugins/TuSKe/documentation/'
#for all addons
documentation:
  
  #Should documentation be generated?
  enabled: true
  
  #What type of file the documentation should be generated?
  #By default, it uses a format to be easier to see which ends with '.sk'.
  #In case you want to use this documentation externally, there are few options:
  #  json: Generates a file with json format.
  #  raw json: Generates a file with raw json format (single line only).
  #  yaml: Generates a file in yaml format.
  #  markdown: Generates in Markdown format, useful to github's wiki.
  #  default: The default format described above.
  file_type: default

this is my file on dev6, can't replicate.

from tuske.

Tuke-Nuke avatar Tuke-Nuke commented on July 21, 2024

Yeah, I had his issue when I was making a config generator months ago, but after that everything was fine for me. So just to be sure if it was somehow fixed.

from tuske.

Duetro avatar Duetro commented on July 21, 2024

Sorry for late reply.
Works fine!

from tuske.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.