VOOZH about

URL: https://minecraft.wiki/w/User_talk:DarkShadowTNT

⇱ User talk:DarkShadowTNT – Minecraft Wiki


User talk:DarkShadowTNT

From Minecraft Wiki
Latest comment: 21 June 2024 by DarkShadowTNT in topic Music length in the Wiki
Jump to navigation Jump to search

Dead blog links

[edit source]
Latest comment: 26 April 20161 comment1 person in discussion

Hi, I noticed you were seeing a bunch of blog links not working anymore. For instance:

It just hit me, I've seen that before; when they redid their blog, they changed the paths of all the entries. You just remove the 'day' directory, for instance:

I dunno if that changes things, but I thought I'd let you know! Cheers, – Sealbudsman talk/contr 19:29, 26 April 2016 (UTC)

Removing the day works indeed... Never noticed it until now. And yes, it does changes things, like using less bytes per page ;). Thanks for letting me know! --DarkShadowTNT NL Admin (tc) 19:48, 26 April 2016 (UTC)

Interwiki

[edit source]
Latest comment: 11 May 20167 comments2 people in discussion

I see that you frequently update interwiki links. This operation can be much simplified by using bot. You can use Pywikibot, AWB, or any other bot software. You'll just have to run a command and links on all wikis will be updated. But you need to create another account for it (DarkShadowBot, DarkBot, ShadowBot, TNTBot?). --dand0 (talk) 17:19, 7 May 2016 (UTC)

I'm currently having a look into AWB, mainly because I can't code... Is, by the way, AWB able to add interikis to multiple Wikis at once? --DarkShadowTNT NL Admin (tc) 18:04, 7 May 2016 (UTC)
I'm not sure if AWB is able to update interwiki now. :/ And you don't need to have coding skills to use command line bots. :P --dand0 (talk) 18:13, 7 May 2016 (UTC)
Well... I've set up my (future) bot account (BrightShadowBOT) and I decided to go with Pywikibot. I think the only things that are left to do is doing a test and asking for a bot flag for BrightShadowBOT, or am I overseeing some things? --DarkShadowTNT NL Admin (tc) 12:03, 8 May 2016 (UTC)
Yea, simulate interwiki update on some article (-simulate) and if everything is OK ask for the flag. And why is it not a Bot but a BOT? --dand0 (talk) 13:35, 8 May 2016 (UTC)
Because 'TNT' in my username is in caps... That's why 'bot' is in caps (maybe a little bit farfetched). --DarkShadowTNT NL Admin (tc) 17:07, 8 May 2016 (UTC)
I’m sorry if I enter the discussion unasked, but Pywikibot’s interwiki script has a problem regarding disambiguations. That is, you have to change the line 1401 (or what is it) in scripts/interwiki.py from
(skip, alternativePage) = self.disambigMismatch(page, counter)
to
skip = False #(skip, alternativePage) = self.disambigMismatch(page, counter)
This will not let the bot attempt to use methods from Extension:Disambiguator (or whatever expected extension), which is not installed here. — NickTheRed37 (issues’ wall) 17:33, 8 May 2016 (UTC)
Thanks NickTheRed37, but I'm currently having issues with an 404. It's saying that it received a non-JSON response and that the server might be down.
WARNING: Http response status 404 
WARNING: Non-JSON response received from server minecraft:nl; the server may be down.
WARNING: Waiting 5 seconds before retrying.
Am I using the wrong family name here? Or is it something else that I screwed up? --DarkShadowTNT NL Admin (tc) 17:55, 8 May 2016 (UTC)
user-config.py and minecraft_family.py content, please. Be sure that mylang is set to nl and bot nick is correct. Also check that in both config and family files URL is set to minecraft-nl.gamepedia.com. --dand0 (talk) 16:40, 9 May 2016 (UTC)

As requested:

user-config.py
# Define language
mylang = 'nl'

# Define wich family to use
family = 'minecraft'

# Define which username to use
usernames['minecraft']['nl'] = u'BrightShadowBOT'

# Define encoding
console_encoding = 'utf-8'

# Something that has to do with transliteration stuff
transliteration_target = None
minecraft_family.py
from pywikibot import family 
 
class Family(family.Family):

# Some interwiki replacements
 interwiki_replacements = {
 'pt': 'pt-br',
 }
 
 def __init__(self): 
 family.Family.__init__(self)
 # family name 
 self.name = 'minecraft'
 # URL's for the Wikis, sorted alphabetically 
 self.langs = { 
 'de': 'minecraft-de.gamepedia.com',
 'en': 'minecraft.gamepedia.com',
 'es': 'minecraft-es.gamepedia.com',
 'fr': 'minecraft-fr.gamepedia.com',
 'hu': 'minecraft-hu.gamepedia.com',
 'it': 'minecraft-it.gamepedia.com',
 'ja': 'minecraft-ja.gamepedia.com',
 'ko': 'minecraft-ko.gamepedia.com',
 'nl': 'minecraft-nl.gamepedia.com',
 'pl': 'minecraft-pl.gamepedia.com',
 'pt-br': 'minecraft-br.gamepedia.com',
 'ru': 'minecraft-ru.gamepedia.com',
 'zh': 'minecraft-zh.gamepedia.com', 
 }
 
def scriptpath(self, code):
 return ''

# Path to /index.php 
def path(self, code):
 return '/index.php'

# Path to /api.php
def apipath(self, code):
 return '/api.php'

# Use 'http://' instead of 'https://'
def protocol(self, code): 
 return "http"

# Something that has to do with authentication
def ignore_certificate_error(self, code):
 return True

I hope you can do something with them... --DarkShadowTNT NL Admin (tc) 16:46, 9 May 2016 (UTC)

Not sure what causes the problem. My configs were generated back in 2014 and they're a little bit diffrent:
user-config.py
# -*- coding: utf-8 -*-
family = 'minecraft'
mylang = 'ru'
usernames['minecraft']['ru'] = u'Dand0Bot'
usernames['minecraft']['en'] = u'Dand0Bot'
usernames['minecraft']['fr'] = u'Dand0Bot'
usernames['minecraft']['de'] = u'Dand0Bot'
usernames['minecraft']['pl'] = u'Dand0Bot'
usernames['minecraft']['nl'] = u'Dand0Bot'
usernames['minecraft']['es'] = u'Dand0Bot'
usernames['minecraft']['hu'] = u'Dand0Bot'
usernames['minecraft']['it'] = u'Dand0Bot'
usernames['minecraft']['ja'] = u'Dand0Bot'
usernames['minecraft']['ko'] = u'Dand0Bot'
usernames['minecraft']['pt-br'] = u'Dand0Bot'
usernames['minecraft']['zh'] = u'Dand0Bot'
password_file = 'password.passwd'
transliteration_target = console_encoding
minecraft_family.py
# -*- coding: utf-8 -*-
"""
This family file was auto-generated by $Id: 4993fd66518a2c61c49b9e1bdf8f4b622459ee34 $
Configuration parameters:
 url = http://minecraft-ru.gamepedia.com
 name = minecraft

Please do not commit this to the Git repository!
"""

from pywikibot import family
from pywikibot.tools import deprecated


class Family(family.Family):
 def __init__(self):
 family.Family.__init__(self)
 self.name = 'minecraft'
 self.langs = {
 'hu': 'minecraft-hu.gamepedia.com',
 'de': 'minecraft-de.gamepedia.com',
 'it': 'minecraft-it.gamepedia.com',
 'en': 'minecraft.gamepedia.com',
 'ru': 'minecraft-ru.gamepedia.com',
 'zh': 'minecraft-zh.gamepedia.com',
 'fr': 'minecraft-fr.gamepedia.com',
 'pl': 'minecraft-pl.gamepedia.com',
 'ko': 'minecraft-ko.gamepedia.com',
 'nl': 'minecraft-nl.gamepedia.com',
 'ja': 'minecraft-ja.gamepedia.com',
 'pt-br': 'minecraft-br.gamepedia.com',
 'es': 'minecraft-es.gamepedia.com',
 }

 def scriptpath(self, code):
 return {
 'hu': '',
 'de': '',
 'it': '',
 'en': '',
 'ru': '',
 'zh': '',
 'fr': '',
 'pl': '',
 'ko': '',
 'nl': '',
 'ja': '',
 'pt-br': '',
 'es': '',
 }[code]

 @deprecated('APISite.version()')
 def version(self, code):
 return {
 'hu': u'1.26.2',
 'de': u'1.26.2',
 'it': u'1.26.2',
 'en': u'1.26.2',
 'ru': u'1.26.2',
 'zh': u'1.26.2',
 'fr': u'1.26.2',
 'pl': u'1.26.2',
 'ko': u'1.26.2',
 'nl': u'1.26.2',
 'ja': u'1.26.2',
 'pt-br': u'1.26.2',
 'es': u'1.26.2',
 }[code]

Try regenerating files. --dand0 (talk) 15:49, 10 May 2016 (UTC)

If I'm right, you've generated them using the interactive way (if you know what I mean). I've made them myself, without using that way. That might be the problem... (when I'm finished with dinner and homework, I'll try to regenerate those files) --DarkShadowTNT NL Admin (tc) 16:14, 10 May 2016 (UTC)
Well... Trying to regenerate the files was a failure. Currently having a nice WindowsError which states I'm using Windows 1 while I'm clearly using Windows 10. Posted about that issue on the talk page of Pywikibot, maybe they know a solution for this annoying issue... haha =( --DarkShadowTNT NL Admin (tc) 19:02, 10 May 2016 (UTC)
I had an error when trying to regenerate files too, so I used old files. Try using older versions or compat branch. Or downgrade to Windows 9. --dand0 (talk) 15:01, 11 May 2016 (UTC)
According to someone on the talk page of pywikibot I should report this as a bug. I did that, so hopefully a fix is on it's way, if the bug gets approved. --DarkShadowTNT NL Admin (tc) last edit: 17:58, 11 May 2016 (UTC) EDIT: Thanks to amazing help on Phabricator from valhallasw, the generate_user_files.py now works as intended. Hopefully this continues to work...
Well... The bot is currently logged in on the Dutch Minecraft Wiki. I hope I'm able to run tomorrow a test with the bot using interwiki.py. --DarkShadowTNT NL Admin (tc) 19:19, 11 May 2016 (UTC)
Good news: The bot runs. The bad news: It doesn't want to save a page when I run, for example, interwiki.py_Alpha 1.0.1 (or pwb.py interwiki.py Alpha_1.0.1 or pwb.py interwiki Alpha_1.0.1). I got exactly the same output every time, except the command I used is different (see commands between brackets from the previous sentence). Note: [PRIVATE] in this table stands for the user I saved pywikibot to, but contain private details (my name to be exactly).
Command Output
interwiki.py Alpha_1.0.1
pwb.py interwiki.py Alpha_1.0.1
pwb.py interwiki Alpha_1.0.1
C:\Users\[PRIVATE]\Documents\pywikibot\core_stable>interwiki.py Alpha_1.0.1
Retrieving 1 pages from minecraft:nl.
[[nl:Alpha 1.0.1]]: [[nl:Alpha 1.0.1]] gives new interwiki [[en:Alpha 1.0.1]]
[[nl:Alpha 1.0.1]]: [[nl:Alpha 1.0.1]] gives new interwiki [[ru:Alpha 1.0.1]]
Retrieving 1 pages from minecraft:ru.
Retrieving 1 pages from minecraft:en.
======Post-processing [[nl:Alpha 1.0.1]]======
WARNING: minecraft: [[ru:Alpha 1.0.1]] does not link to [[nl:Alpha 1.0.1]]
WARNING: minecraft: [[en:Alpha 1.0.1]] does not link to [[ru:Alpha 1.0.1]]
Is this once again a bug? Or does my bot needs bot rights on all the Minecraft Wikis? --DarkShadowTNT NL Admin (tc) 18:13, 12 May 2016 (UTC)

WHAT????

[edit source]
Latest comment: 13 April 20204 comments2 people in discussion

YOU REVERTED END CITY BEFORE I DID. HOW DARE YOU?? I WAS ABOUT TO ASK FOR SPECIAL THANKS AND GAMEPEDIA PRO, BUT YOUR EXISTENCE RUINED IT. 45.152.182.152 14:14, 13 April 2020 (UTC)

First come, first take. Also, for Gamepedia PRO you need an account (not an IP address). Also, if my existence ruined it, please learn to deal with it. You'll come across many, many more times and it'll likely be worse than this. —DarkShadowTNT ( ♦ c) 14:16, 13 April 2020 (UTC)

DARTH VADER: NOOOOOOOOOOOOOOOOOOOOOO 45.152.182.152 14:20, 13 April 2020 (UTC)

Okay then. Happy to help. Tone down your caps usage, it's not helping. —DarkShadowTNT ( ♦ c) 14:21, 13 April 2020 (UTC)

Music that won't be played.

[edit source]
Latest comment: 21 June 20242 comments1 person in discussion

There's a music called A Familiar Room that won't be played in Bedrock Edition due to a nasty bug. 2001:F90:40E0:185D:B0BD:91EA:C69A:F2B5 05:31, 21 June 2024 (UTC)

Remove it or fix it. 2001:F90:40E0:185D:B0BD:91EA:C69A:F2B5 05:34, 21 June 2024 (UTC)

Music length in the Wiki

[edit source]
Latest comment: 21 June 20243 comments3 people in discussion

All the music are shortened to 30 secs. What the fuck is that??? Revert it back or I'll kick you out. Even if revert it back at the wrong time. Music revert time is July 5, same as my birthday. 2001:F90:40E0:185D:B0BD:91EA:C69A:F2B5 05:34, 21 June 2024 (UTC)

See Minecraft Wiki:Board/Announcements/Request to shorten music 👁 Image
Wilf233zhMCW·08:15, 21 June 2024 (UTC)
I won't repeat the link Wilf posted here, but I am indeed making the uploaded music comply with Mojang's request. Therefore, don't shoot the messenger. The wording also indicates it's to avoid copyright issues, so Mojang was also a messenger in this case. The wikis as a whole would be in more trouble reverting back to the full-length songs than I'd be not complying with your request. DarkShadowTNT () 12:54, 21 June 2024 (UTC)
Retrieved from "https://minecraft.wiki/w/User_talk:DarkShadowTNT?oldid=2741193"

Navigation menu